Skip to content

Commit 2be41e4

Browse files
1 parent 93f303f commit 2be41e4

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

clients/google-api-services-dataplex/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-dataplex</artifactId>
25-
<version>v1-rev20240725-2.0.0</version>
25+
<version>v1-rev20240802-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-dataplex:v1-rev20240725-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataplex:v1-rev20240802-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1MetadataJob.java

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,22 @@ public final class GoogleCloudDataplexV1MetadataJob extends com.google.api.clien
5858
private java.util.Map<String, java.lang.String> labels;
5959

6060
/**
61-
* Output only. The name of the resource that the configuration is applied to, in the format
62-
* projects/{project_number}/locations/{location_id}/metadataJobs/{metadata_job_id}.
61+
* Output only. Identifier. The name of the resource that the configuration is applied to, in the
62+
* format projects/{project_number}/locations/{location_id}/metadataJobs/{metadata_job_id}.
6363
* The value may be {@code null}.
6464
*/
6565
@com.google.api.client.util.Key
6666
private java.lang.String name;
6767

6868
/**
69+
* Output only. Metadata job status.
6970
* The value may be {@code null}.
7071
*/
7172
@com.google.api.client.util.Key
7273
private GoogleCloudDataplexV1MetadataJobStatus status;
7374

7475
/**
76+
* Required. Metadata job type.
7577
* The value may be {@code null}.
7678
*/
7779
@com.google.api.client.util.Key
@@ -161,17 +163,17 @@ public GoogleCloudDataplexV1MetadataJob setLabels(java.util.Map<String, java.lan
161163
}
162164

163165
/**
164-
* Output only. The name of the resource that the configuration is applied to, in the format
165-
* projects/{project_number}/locations/{location_id}/metadataJobs/{metadata_job_id}.
166+
* Output only. Identifier. The name of the resource that the configuration is applied to, in the
167+
* format projects/{project_number}/locations/{location_id}/metadataJobs/{metadata_job_id}.
166168
* @return value or {@code null} for none
167169
*/
168170
public java.lang.String getName() {
169171
return name;
170172
}
171173

172174
/**
173-
* Output only. The name of the resource that the configuration is applied to, in the format
174-
* projects/{project_number}/locations/{location_id}/metadataJobs/{metadata_job_id}.
175+
* Output only. Identifier. The name of the resource that the configuration is applied to, in the
176+
* format projects/{project_number}/locations/{location_id}/metadataJobs/{metadata_job_id}.
175177
* @param name name or {@code null} for none
176178
*/
177179
public GoogleCloudDataplexV1MetadataJob setName(java.lang.String name) {
@@ -180,13 +182,15 @@ public GoogleCloudDataplexV1MetadataJob setName(java.lang.String name) {
180182
}
181183

182184
/**
185+
* Output only. Metadata job status.
183186
* @return value or {@code null} for none
184187
*/
185188
public GoogleCloudDataplexV1MetadataJobStatus getStatus() {
186189
return status;
187190
}
188191

189192
/**
193+
* Output only. Metadata job status.
190194
* @param status status or {@code null} for none
191195
*/
192196
public GoogleCloudDataplexV1MetadataJob setStatus(GoogleCloudDataplexV1MetadataJobStatus status) {
@@ -195,13 +199,15 @@ public GoogleCloudDataplexV1MetadataJob setStatus(GoogleCloudDataplexV1MetadataJ
195199
}
196200

197201
/**
202+
* Required. Metadata job type.
198203
* @return value or {@code null} for none
199204
*/
200205
public java.lang.String getType() {
201206
return type;
202207
}
203208

204209
/**
210+
* Required. Metadata job type.
205211
* @param type type or {@code null} for none
206212
*/
207213
public GoogleCloudDataplexV1MetadataJob setType(java.lang.String type) {

clients/google-api-services-dataplex/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-dataplex</artifactId>
11-
<version>v1-rev20240725-2.0.0</version>
12-
<name>Cloud Dataplex API v1-rev20240725-2.0.0</name>
11+
<version>v1-rev20240802-2.0.0</version>
12+
<name>Cloud Dataplex API v1-rev20240802-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-dataplex/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-dataplex</artifactId>
25-
<version>v1-rev20240725-2.0.0</version>
25+
<version>v1-rev20240802-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-dataplex:v1-rev20240725-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataplex:v1-rev20240802-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)