Skip to content

Commit c296804

Browse files
1 parent 81eb019 commit c296804

File tree

8 files changed

+100
-58
lines changed

8 files changed

+100
-58
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-rev20241106-2.0.0</version>
25+
<version>v1-rev20241206-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-rev20241106-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataplex:v1-rev20241206-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 64 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2069,17 +2069,24 @@ public SearchEntries setName(java.lang.String name) {
20692069
return this;
20702070
}
20712071

2072-
/** Optional. Specifies the ordering of results. */
2072+
/**
2073+
* Optional. Specifies the ordering of results. Supported values are: * relevance (default)
2074+
* * last_modified_timestamp * last_modified_timestamp asc
2075+
*/
20732076
@com.google.api.client.util.Key
20742077
private java.lang.String orderBy;
20752078

2076-
/** Optional. Specifies the ordering of results.
2079+
/** Optional. Specifies the ordering of results. Supported values are: * relevance (default) *
2080+
last_modified_timestamp * last_modified_timestamp asc
20772081
*/
20782082
public java.lang.String getOrderBy() {
20792083
return orderBy;
20802084
}
20812085

2082-
/** Optional. Specifies the ordering of results. */
2086+
/**
2087+
* Optional. Specifies the ordering of results. Supported values are: * relevance (default)
2088+
* * last_modified_timestamp * last_modified_timestamp asc
2089+
*/
20832090
public SearchEntries setOrderBy(java.lang.String orderBy) {
20842091
this.orderBy = orderBy;
20852092
return this;
@@ -2131,17 +2138,26 @@ public SearchEntries setPageToken(java.lang.String pageToken) {
21312138
return this;
21322139
}
21332140

2134-
/** Required. The query against which entries in scope should be matched. */
2141+
/**
2142+
* Required. The query against which entries in scope should be matched. The query syntax is
2143+
* defined in Search syntax for Dataplex Catalog
2144+
* (https://cloud.google.com/dataplex/docs/search-syntax).
2145+
*/
21352146
@com.google.api.client.util.Key
21362147
private java.lang.String query;
21372148

2138-
/** Required. The query against which entries in scope should be matched.
2149+
/** Required. The query against which entries in scope should be matched. The query syntax is defined
2150+
in Search syntax for Dataplex Catalog (https://cloud.google.com/dataplex/docs/search-syntax).
21392151
*/
21402152
public java.lang.String getQuery() {
21412153
return query;
21422154
}
21432155

2144-
/** Required. The query against which entries in scope should be matched. */
2156+
/**
2157+
* Required. The query against which entries in scope should be matched. The query syntax is
2158+
* defined in Search syntax for Dataplex Catalog
2159+
* (https://cloud.google.com/dataplex/docs/search-syntax).
2160+
*/
21452161
public SearchEntries setQuery(java.lang.String query) {
21462162
this.query = query;
21472163
return this;
@@ -5404,6 +5420,29 @@ public Delete setName(java.lang.String name) {
54045420
return this;
54055421
}
54065422

5423+
/**
5424+
* Optional. If set to true, any child resources of this data scan will also be deleted.
5425+
* (Otherwise, the request will only work if the data scan has no child resources.)
5426+
*/
5427+
@com.google.api.client.util.Key
5428+
private java.lang.Boolean force;
5429+
5430+
/** Optional. If set to true, any child resources of this data scan will also be deleted. (Otherwise,
5431+
the request will only work if the data scan has no child resources.)
5432+
*/
5433+
public java.lang.Boolean getForce() {
5434+
return force;
5435+
}
5436+
5437+
/**
5438+
* Optional. If set to true, any child resources of this data scan will also be deleted.
5439+
* (Otherwise, the request will only work if the data scan has no child resources.)
5440+
*/
5441+
public Delete setForce(java.lang.Boolean force) {
5442+
this.force = force;
5443+
return this;
5444+
}
5445+
54075446
@Override
54085447
public Delete set(String parameterName, Object value) {
54095448
return (Delete) super.set(parameterName, value);
@@ -6170,7 +6209,7 @@ public List set(String parameterName, Object value) {
61706209
* This request holds the parameters needed by the dataplex server. After setting any optional
61716210
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
61726211
*
6173-
* @param name Output only. The relative resource name of the scan, of the form:
6212+
* @param name Output only. Identifier. The relative resource name of the scan, of the form:
61746213
* projects/{project}/locations/{location_id}/dataScans/{datascan_id}, where project refers
61756214
* to a project_id or project_number and location_id refers to a GCP region.
61766215
* @param content the {@link com.google.api.services.dataplex.v1.model.GoogleCloudDataplexV1DataScan}
@@ -6200,7 +6239,7 @@ public class Patch extends CloudDataplexRequest<com.google.api.services.dataplex
62006239
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
62016240
* be called to initialize this instance immediately after invoking the constructor. </p>
62026241
*
6203-
* @param name Output only. The relative resource name of the scan, of the form:
6242+
* @param name Output only. Identifier. The relative resource name of the scan, of the form:
62046243
* projects/{project}/locations/{location_id}/dataScans/{datascan_id}, where project refers
62056244
* to a project_id or project_number and location_id refers to a GCP region.
62066245
* @param content the {@link com.google.api.services.dataplex.v1.model.GoogleCloudDataplexV1DataScan}
@@ -6272,14 +6311,14 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
62726311
}
62736312

62746313
/**
6275-
* Output only. The relative resource name of the scan, of the form:
6314+
* Output only. Identifier. The relative resource name of the scan, of the form:
62766315
* projects/{project}/locations/{location_id}/dataScans/{datascan_id}, where project
62776316
* refers to a project_id or project_number and location_id refers to a GCP region.
62786317
*/
62796318
@com.google.api.client.util.Key
62806319
private java.lang.String name;
62816320

6282-
/** Output only. The relative resource name of the scan, of the form:
6321+
/** Output only. Identifier. The relative resource name of the scan, of the form:
62836322
projects/{project}/locations/{location_id}/dataScans/{datascan_id}, where project refers to a
62846323
project_id or project_number and location_id refers to a GCP region.
62856324
*/
@@ -6288,7 +6327,7 @@ public java.lang.String getName() {
62886327
}
62896328

62906329
/**
6291-
* Output only. The relative resource name of the scan, of the form:
6330+
* Output only. Identifier. The relative resource name of the scan, of the form:
62926331
* projects/{project}/locations/{location_id}/dataScans/{datascan_id}, where project
62936332
* refers to a project_id or project_number and location_id refers to a GCP region.
62946333
*/
@@ -6302,17 +6341,17 @@ public Patch setName(java.lang.String name) {
63026341
return this;
63036342
}
63046343

6305-
/** Required. Mask of fields to update. */
6344+
/** Optional. Mask of fields to update. */
63066345
@com.google.api.client.util.Key
63076346
private String updateMask;
63086347

6309-
/** Required. Mask of fields to update.
6348+
/** Optional. Mask of fields to update.
63106349
*/
63116350
public String getUpdateMask() {
63126351
return updateMask;
63136352
}
63146353

6315-
/** Required. Mask of fields to update. */
6354+
/** Optional. Mask of fields to update. */
63166355
public Patch setUpdateMask(String updateMask) {
63176356
this.updateMask = updateMask;
63186357
return this;
@@ -12605,19 +12644,19 @@ public Patch setAllowMissing(java.lang.Boolean allowMissing) {
1260512644
* the following syntaxes: - matches an aspect of the given type and empty path. @path -
1260612645
* matches an aspect of the given type and specified path. For example, to attach an
1260712646
* aspect to a field that is specified by the schema aspect, the path should have the
12608-
* format Schema.. * - matches aspects of the given type for all paths. *@path - matches
12609-
* aspects of all types on the given path.The service will not remove existing aspects
12610-
* matching the syntax unless delete_missing_aspects is set to true.If this field is
12611-
* left empty, the service treats it as specifying exactly those Aspects present in the
12612-
* request.
12647+
* format Schema.. @* - matches aspects of the given type for all paths. *@path -
12648+
* matches aspects of all types on the given path.The service will not remove existing
12649+
* aspects matching the syntax unless delete_missing_aspects is set to true.If this
12650+
* field is left empty, the service treats it as specifying exactly those Aspects
12651+
* present in the request.
1261312652
*/
1261412653
@com.google.api.client.util.Key
1261512654
private java.util.List<java.lang.String> aspectKeys;
1261612655

1261712656
/** Optional. The map keys of the Aspects which the service should modify. It supports the following
1261812657
syntaxes: - matches an aspect of the given type and empty path. @path - matches an aspect of the
1261912658
given type and specified path. For example, to attach an aspect to a field that is specified by the
12620-
schema aspect, the path should have the format Schema.. * - matches aspects of the given type for
12659+
schema aspect, the path should have the format Schema.. @* - matches aspects of the given type for
1262112660
all paths. *@path - matches aspects of all types on the given path.The service will not remove
1262212661
existing aspects matching the syntax unless delete_missing_aspects is set to true.If this field is
1262312662
left empty, the service treats it as specifying exactly those Aspects present in the request.
@@ -12631,11 +12670,11 @@ public java.util.List<java.lang.String> getAspectKeys() {
1263112670
* the following syntaxes: - matches an aspect of the given type and empty path. @path -
1263212671
* matches an aspect of the given type and specified path. For example, to attach an
1263312672
* aspect to a field that is specified by the schema aspect, the path should have the
12634-
* format Schema.. * - matches aspects of the given type for all paths. *@path - matches
12635-
* aspects of all types on the given path.The service will not remove existing aspects
12636-
* matching the syntax unless delete_missing_aspects is set to true.If this field is
12637-
* left empty, the service treats it as specifying exactly those Aspects present in the
12638-
* request.
12673+
* format Schema.. @* - matches aspects of the given type for all paths. *@path -
12674+
* matches aspects of all types on the given path.The service will not remove existing
12675+
* aspects matching the syntax unless delete_missing_aspects is set to true.If this
12676+
* field is left empty, the service treats it as specifying exactly those Aspects
12677+
* present in the request.
1263912678
*/
1264012679
public Patch setAspectKeys(java.util.List<java.lang.String> aspectKeys) {
1264112680
this.aspectKeys = aspectKeys;

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public final class GoogleCloudDataplexV1DataScan extends com.google.api.client.j
125125
private java.util.Map<String, java.lang.String> labels;
126126

127127
/**
128-
* Output only. The relative resource name of the scan, of the form:
128+
* Output only. Identifier. The relative resource name of the scan, of the form:
129129
* projects/{project}/locations/{location_id}/dataScans/{datascan_id}, where project refers to a
130130
* project_id or project_number and location_id refers to a GCP region.
131131
* The value may be {@code null}.
@@ -386,7 +386,7 @@ public GoogleCloudDataplexV1DataScan setLabels(java.util.Map<String, java.lang.S
386386
}
387387

388388
/**
389-
* Output only. The relative resource name of the scan, of the form:
389+
* Output only. Identifier. The relative resource name of the scan, of the form:
390390
* projects/{project}/locations/{location_id}/dataScans/{datascan_id}, where project refers to a
391391
* project_id or project_number and location_id refers to a GCP region.
392392
* @return value or {@code null} for none
@@ -396,7 +396,7 @@ public java.lang.String getName() {
396396
}
397397

398398
/**
399-
* Output only. The relative resource name of the scan, of the form:
399+
* Output only. Identifier. The relative resource name of the scan, of the form:
400400
* projects/{project}/locations/{location_id}/dataScans/{datascan_id}, where project refers to a
401401
* project_id or project_number and location_id refers to a GCP region.
402402
* @param name name or {@code null} for none

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ public final class GoogleCloudDataplexV1DataScanExecutionStatus extends com.goog
3737
private String latestJobCreateTime;
3838

3939
/**
40-
* The time when the latest DataScanJob ended.
40+
* Optional. The time when the latest DataScanJob ended.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
4444
private String latestJobEndTime;
4545

4646
/**
47-
* The time when the latest DataScanJob started.
47+
* Optional. The time when the latest DataScanJob started.
4848
* The value may be {@code null}.
4949
*/
5050
@com.google.api.client.util.Key
@@ -68,15 +68,15 @@ public GoogleCloudDataplexV1DataScanExecutionStatus setLatestJobCreateTime(Strin
6868
}
6969

7070
/**
71-
* The time when the latest DataScanJob ended.
71+
* Optional. The time when the latest DataScanJob ended.
7272
* @return value or {@code null} for none
7373
*/
7474
public String getLatestJobEndTime() {
7575
return latestJobEndTime;
7676
}
7777

7878
/**
79-
* The time when the latest DataScanJob ended.
79+
* Optional. The time when the latest DataScanJob ended.
8080
* @param latestJobEndTime latestJobEndTime or {@code null} for none
8181
*/
8282
public GoogleCloudDataplexV1DataScanExecutionStatus setLatestJobEndTime(String latestJobEndTime) {
@@ -85,15 +85,15 @@ public GoogleCloudDataplexV1DataScanExecutionStatus setLatestJobEndTime(String l
8585
}
8686

8787
/**
88-
* The time when the latest DataScanJob started.
88+
* Optional. The time when the latest DataScanJob started.
8989
* @return value or {@code null} for none
9090
*/
9191
public String getLatestJobStartTime() {
9292
return latestJobStartTime;
9393
}
9494

9595
/**
96-
* The time when the latest DataScanJob started.
96+
* Optional. The time when the latest DataScanJob started.
9797
* @param latestJobStartTime latestJobStartTime or {@code null} for none
9898
*/
9999
public GoogleCloudDataplexV1DataScanExecutionStatus setLatestJobStartTime(String latestJobStartTime) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public final class GoogleCloudDataplexV1DataScanJob extends com.google.api.clien
9393
private java.lang.String message;
9494

9595
/**
96-
* Output only. The relative resource name of the DataScanJob, of the form:
96+
* Output only. Identifier. The relative resource name of the DataScanJob, of the form:
9797
* projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}, where project
9898
* refers to a project_id or project_number and location_id refers to a GCP region.
9999
* The value may be {@code null}.
@@ -283,7 +283,7 @@ public GoogleCloudDataplexV1DataScanJob setMessage(java.lang.String message) {
283283
}
284284

285285
/**
286-
* Output only. The relative resource name of the DataScanJob, of the form:
286+
* Output only. Identifier. The relative resource name of the DataScanJob, of the form:
287287
* projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}, where project
288288
* refers to a project_id or project_number and location_id refers to a GCP region.
289289
* @return value or {@code null} for none
@@ -293,7 +293,7 @@ public java.lang.String getName() {
293293
}
294294

295295
/**
296-
* Output only. The relative resource name of the DataScanJob, of the form:
296+
* Output only. Identifier. The relative resource name of the DataScanJob, of the form:
297297
* projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}, where project
298298
* refers to a project_id or project_number and location_id refers to a GCP region.
299299
* @param name name or {@code null} for none

0 commit comments

Comments
 (0)