Skip to content

Commit fa0f3bc

Browse files
committed
Generated java-async 2024-05-18 for dataworks-public.
1 parent c105a2c commit fa0f3bc

File tree

10 files changed

+931
-192
lines changed

10 files changed

+931
-192
lines changed

dataworks-public-20240518/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-06-03 Version: 7.0.3
2+
- Generated java-async 2024-05-18 for dataworks-public.
3+
14
2025-05-23 Version: 7.0.2
25
- Generated java-async 2024-05-18 for dataworks-public.
36

dataworks-public-20240518/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.aliyun</groupId>
55
<artifactId>alibabacloud-dataworks_public20240518</artifactId>
6-
<version>7.0.2</version>
6+
<version>7.0.3</version>
77
<packaging>jar</packaging>
88
<name>alibabacloud-dataworks_public20240518</name>
99
<description>Alibaba Cloud dataworks-public (20240518) Async SDK for Java

dataworks-public-20240518/src/main/java/com/aliyun/sdk/service/dataworks_public20240518/models/GetFileRequest.java

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,10 @@ public Builder regionId(String regionId) {
124124
}
125125

126126
/**
127-
* FileId.
127+
* <p>The file ID. You can call the <a href="https://help.aliyun.com/document_detail/173942.html">ListFiles</a> operation to query the ID.</p>
128+
*
129+
* <strong>example:</strong>
130+
* <p>100000001</p>
128131
*/
129132
public Builder fileId(Long fileId) {
130133
this.putBodyParameter("FileId", fileId);
@@ -133,7 +136,10 @@ public Builder fileId(Long fileId) {
133136
}
134137

135138
/**
136-
* NodeId.
139+
* <p>The ID of the node that is scheduled. You can call the <a href="https://help.aliyun.com/document_detail/173942.html">ListFiles</a> operation to query the ID.</p>
140+
*
141+
* <strong>example:</strong>
142+
* <p>200000001</p>
137143
*/
138144
public Builder nodeId(Long nodeId) {
139145
this.putBodyParameter("NodeId", nodeId);
@@ -142,7 +148,11 @@ public Builder nodeId(Long nodeId) {
142148
}
143149

144150
/**
145-
* ProjectId.
151+
* <p>The DataWorks workspace ID. You can log on to the <a href="https://workbench.data.aliyun.com/console">DataWorks console</a> and go to the Workspace page to query the ID.</p>
152+
* <p>You must configure either this parameter or the ProjectIdentifier parameter to determine the DataWorks workspace to which the operation is applied.</p>
153+
*
154+
* <strong>example:</strong>
155+
* <p>10000</p>
146156
*/
147157
public Builder projectId(Long projectId) {
148158
this.putBodyParameter("ProjectId", projectId);
@@ -151,7 +161,11 @@ public Builder projectId(Long projectId) {
151161
}
152162

153163
/**
154-
* ProjectIdentifier.
164+
* <p>The name of the DataWorks workspace. You can log on to the <a href="https://workbench.data.aliyun.com/console">DataWorks console</a> and go to the Workspace page to query the name.</p>
165+
* <p>You must configure either this parameter or the ProjectId parameter to determine the DataWorks workspace to which the operation is applied.</p>
166+
*
167+
* <strong>example:</strong>
168+
* <p>dw_project</p>
155169
*/
156170
public Builder projectIdentifier(String projectIdentifier) {
157171
this.putBodyParameter("ProjectIdentifier", projectIdentifier);

0 commit comments

Comments
 (0)