Skip to content

Commit deb509a

Browse files
feat(dataplex): update the api
#### dataplex:v1 The following keys were added: - resources.projects.resources.locations.resources.dataScans.methods.delete.parameters.force (Total Keys: 2)
1 parent 283d79d commit deb509a

File tree

5 files changed

+39
-33
lines changed

5 files changed

+39
-33
lines changed

docs/dyn/dataplex_v1.projects.locations.dataScans.html

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h2>Instance Methods</h2>
8686
<code><a href="#create">create(parent, body=None, dataScanId=None, validateOnly=None, x__xgafv=None)</a></code></p>
8787
<p class="firstline">Creates a DataScan resource.</p>
8888
<p class="toc_element">
89-
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
89+
<code><a href="#delete">delete(name, force=None, x__xgafv=None)</a></code></p>
9090
<p class="firstline">Deletes a DataScan resource.</p>
9191
<p class="toc_element">
9292
<code><a href="#generateDataQualityRules">generateDataQualityRules(name, body=None, x__xgafv=None)</a></code></p>
@@ -413,13 +413,13 @@ <h3>Method Details</h3>
413413
},
414414
&quot;executionStatus&quot;: { # Status of the data scan execution. # Output only. Status of the data scan execution.
415415
&quot;latestJobCreateTime&quot;: &quot;A String&quot;, # Optional. The time when the DataScanJob execution was created.
416-
&quot;latestJobEndTime&quot;: &quot;A String&quot;, # The time when the latest DataScanJob ended.
417-
&quot;latestJobStartTime&quot;: &quot;A String&quot;, # The time when the latest DataScanJob started.
416+
&quot;latestJobEndTime&quot;: &quot;A String&quot;, # Optional. The time when the latest DataScanJob ended.
417+
&quot;latestJobStartTime&quot;: &quot;A String&quot;, # Optional. The time when the latest DataScanJob started.
418418
},
419419
&quot;labels&quot;: { # Optional. User-defined labels for the scan.
420420
&quot;a_key&quot;: &quot;A String&quot;,
421421
},
422-
&quot;name&quot;: &quot;A String&quot;, # Output only. The relative resource name of the scan, of the form: projects/{project}/locations/{location_id}/dataScans/{datascan_id}, where project refers to a project_id or project_number and location_id refers to a GCP region.
422+
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The relative resource name of the scan, of the form: projects/{project}/locations/{location_id}/dataScans/{datascan_id}, where project refers to a project_id or project_number and location_id refers to a GCP region.
423423
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the DataScan.
424424
&quot;type&quot;: &quot;A String&quot;, # Output only. The type of DataScan.
425425
&quot;uid&quot;: &quot;A String&quot;, # Output only. System generated globally unique ID for the scan. This ID will be different if the scan is deleted and re-created with the same name.
@@ -458,11 +458,12 @@ <h3>Method Details</h3>
458458
</div>
459459

460460
<div class="method">
461-
<code class="details" id="delete">delete(name, x__xgafv=None)</code>
461+
<code class="details" id="delete">delete(name, force=None, x__xgafv=None)</code>
462462
<pre>Deletes a DataScan resource.
463463

464464
Args:
465465
name: string, Required. The resource name of the dataScan: projects/{project}/locations/{location_id}/dataScans/{data_scan_id} where project refers to a project_id or project_number and location_id refers to a GCP region. (required)
466+
force: boolean, Optional. If set to true, any child resources of this data scan will also be deleted. (Otherwise, the request will only work if the data scan has no child resources.)
466467
x__xgafv: string, V1 error format.
467468
Allowed values
468469
1 - v1 error format
@@ -863,13 +864,13 @@ <h3>Method Details</h3>
863864
},
864865
&quot;executionStatus&quot;: { # Status of the data scan execution. # Output only. Status of the data scan execution.
865866
&quot;latestJobCreateTime&quot;: &quot;A String&quot;, # Optional. The time when the DataScanJob execution was created.
866-
&quot;latestJobEndTime&quot;: &quot;A String&quot;, # The time when the latest DataScanJob ended.
867-
&quot;latestJobStartTime&quot;: &quot;A String&quot;, # The time when the latest DataScanJob started.
867+
&quot;latestJobEndTime&quot;: &quot;A String&quot;, # Optional. The time when the latest DataScanJob ended.
868+
&quot;latestJobStartTime&quot;: &quot;A String&quot;, # Optional. The time when the latest DataScanJob started.
868869
},
869870
&quot;labels&quot;: { # Optional. User-defined labels for the scan.
870871
&quot;a_key&quot;: &quot;A String&quot;,
871872
},
872-
&quot;name&quot;: &quot;A String&quot;, # Output only. The relative resource name of the scan, of the form: projects/{project}/locations/{location_id}/dataScans/{datascan_id}, where project refers to a project_id or project_number and location_id refers to a GCP region.
873+
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The relative resource name of the scan, of the form: projects/{project}/locations/{location_id}/dataScans/{datascan_id}, where project refers to a project_id or project_number and location_id refers to a GCP region.
873874
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the DataScan.
874875
&quot;type&quot;: &quot;A String&quot;, # Output only. The type of DataScan.
875876
&quot;uid&quot;: &quot;A String&quot;, # Output only. System generated globally unique ID for the scan. This ID will be different if the scan is deleted and re-created with the same name.
@@ -1228,13 +1229,13 @@ <h3>Method Details</h3>
12281229
},
12291230
&quot;executionStatus&quot;: { # Status of the data scan execution. # Output only. Status of the data scan execution.
12301231
&quot;latestJobCreateTime&quot;: &quot;A String&quot;, # Optional. The time when the DataScanJob execution was created.
1231-
&quot;latestJobEndTime&quot;: &quot;A String&quot;, # The time when the latest DataScanJob ended.
1232-
&quot;latestJobStartTime&quot;: &quot;A String&quot;, # The time when the latest DataScanJob started.
1232+
&quot;latestJobEndTime&quot;: &quot;A String&quot;, # Optional. The time when the latest DataScanJob ended.
1233+
&quot;latestJobStartTime&quot;: &quot;A String&quot;, # Optional. The time when the latest DataScanJob started.
12331234
},
12341235
&quot;labels&quot;: { # Optional. User-defined labels for the scan.
12351236
&quot;a_key&quot;: &quot;A String&quot;,
12361237
},
1237-
&quot;name&quot;: &quot;A String&quot;, # Output only. The relative resource name of the scan, of the form: projects/{project}/locations/{location_id}/dataScans/{datascan_id}, where project refers to a project_id or project_number and location_id refers to a GCP region.
1238+
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The relative resource name of the scan, of the form: projects/{project}/locations/{location_id}/dataScans/{datascan_id}, where project refers to a project_id or project_number and location_id refers to a GCP region.
12381239
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the DataScan.
12391240
&quot;type&quot;: &quot;A String&quot;, # Output only. The type of DataScan.
12401241
&quot;uid&quot;: &quot;A String&quot;, # Output only. System generated globally unique ID for the scan. This ID will be different if the scan is deleted and re-created with the same name.
@@ -1267,7 +1268,7 @@ <h3>Method Details</h3>
12671268
<pre>Updates a DataScan resource.
12681269

12691270
Args:
1270-
name: string, Output only. The relative resource name of the scan, of the form: projects/{project}/locations/{location_id}/dataScans/{datascan_id}, where project refers to a project_id or project_number and location_id refers to a GCP region. (required)
1271+
name: string, Output only. Identifier. The relative resource name of the scan, of the form: projects/{project}/locations/{location_id}/dataScans/{datascan_id}, where project refers to a project_id or project_number and location_id refers to a GCP region. (required)
12711272
body: object, The request body.
12721273
The object takes the form of:
12731274

@@ -1554,20 +1555,20 @@ <h3>Method Details</h3>
15541555
},
15551556
&quot;executionStatus&quot;: { # Status of the data scan execution. # Output only. Status of the data scan execution.
15561557
&quot;latestJobCreateTime&quot;: &quot;A String&quot;, # Optional. The time when the DataScanJob execution was created.
1557-
&quot;latestJobEndTime&quot;: &quot;A String&quot;, # The time when the latest DataScanJob ended.
1558-
&quot;latestJobStartTime&quot;: &quot;A String&quot;, # The time when the latest DataScanJob started.
1558+
&quot;latestJobEndTime&quot;: &quot;A String&quot;, # Optional. The time when the latest DataScanJob ended.
1559+
&quot;latestJobStartTime&quot;: &quot;A String&quot;, # Optional. The time when the latest DataScanJob started.
15591560
},
15601561
&quot;labels&quot;: { # Optional. User-defined labels for the scan.
15611562
&quot;a_key&quot;: &quot;A String&quot;,
15621563
},
1563-
&quot;name&quot;: &quot;A String&quot;, # Output only. The relative resource name of the scan, of the form: projects/{project}/locations/{location_id}/dataScans/{datascan_id}, where project refers to a project_id or project_number and location_id refers to a GCP region.
1564+
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The relative resource name of the scan, of the form: projects/{project}/locations/{location_id}/dataScans/{datascan_id}, where project refers to a project_id or project_number and location_id refers to a GCP region.
15641565
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the DataScan.
15651566
&quot;type&quot;: &quot;A String&quot;, # Output only. The type of DataScan.
15661567
&quot;uid&quot;: &quot;A String&quot;, # Output only. System generated globally unique ID for the scan. This ID will be different if the scan is deleted and re-created with the same name.
15671568
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the scan was last updated.
15681569
}
15691570

1570-
updateMask: string, Required. Mask of fields to update.
1571+
updateMask: string, Optional. Mask of fields to update.
15711572
validateOnly: boolean, Optional. Only validate the request, but do not perform mutations. The default is false.
15721573
x__xgafv: string, V1 error format.
15731574
Allowed values
@@ -1886,7 +1887,7 @@ <h3>Method Details</h3>
18861887
},
18871888
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The time when the DataScanJob ended.
18881889
&quot;message&quot;: &quot;A String&quot;, # Output only. Additional information about the current state.
1889-
&quot;name&quot;: &quot;A String&quot;, # Output only. The relative resource name of the DataScanJob, of the form: projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}, where project refers to a project_id or project_number and location_id refers to a GCP region.
1890+
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The relative resource name of the DataScanJob, of the form: projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}, where project refers to a project_id or project_number and location_id refers to a GCP region.
18901891
&quot;startTime&quot;: &quot;A String&quot;, # Output only. The time when the DataScanJob was started.
18911892
&quot;state&quot;: &quot;A String&quot;, # Output only. Execution state for the DataScanJob.
18921893
&quot;type&quot;: &quot;A String&quot;, # Output only. The type of the parent DataScan.

docs/dyn/dataplex_v1.projects.locations.dataScans.jobs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ <h3>Method Details</h3>
450450
},
451451
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The time when the DataScanJob ended.
452452
&quot;message&quot;: &quot;A String&quot;, # Output only. Additional information about the current state.
453-
&quot;name&quot;: &quot;A String&quot;, # Output only. The relative resource name of the DataScanJob, of the form: projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}, where project refers to a project_id or project_number and location_id refers to a GCP region.
453+
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The relative resource name of the DataScanJob, of the form: projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}, where project refers to a project_id or project_number and location_id refers to a GCP region.
454454
&quot;startTime&quot;: &quot;A String&quot;, # Output only. The time when the DataScanJob was started.
455455
&quot;state&quot;: &quot;A String&quot;, # Output only. Execution state for the DataScanJob.
456456
&quot;type&quot;: &quot;A String&quot;, # Output only. The type of the parent DataScan.
@@ -744,7 +744,7 @@ <h3>Method Details</h3>
744744
},
745745
&quot;endTime&quot;: &quot;A String&quot;, # Output only. The time when the DataScanJob ended.
746746
&quot;message&quot;: &quot;A String&quot;, # Output only. Additional information about the current state.
747-
&quot;name&quot;: &quot;A String&quot;, # Output only. The relative resource name of the DataScanJob, of the form: projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}, where project refers to a project_id or project_number and location_id refers to a GCP region.
747+
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The relative resource name of the DataScanJob, of the form: projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}, where project refers to a project_id or project_number and location_id refers to a GCP region.
748748
&quot;startTime&quot;: &quot;A String&quot;, # Output only. The time when the DataScanJob was started.
749749
&quot;state&quot;: &quot;A String&quot;, # Output only. Execution state for the DataScanJob.
750750
&quot;type&quot;: &quot;A String&quot;, # Output only. The type of the parent DataScan.

docs/dyn/dataplex_v1.projects.locations.entryGroups.entries.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ <h3>Method Details</h3>
470470
}
471471

472472
allowMissing: boolean, Optional. If set to true and the entry doesn&#x27;t exist, the service will create it.
473-
aspectKeys: string, Optional. The map keys of the Aspects which the service should modify. It supports the following syntaxes: - matches an aspect of the given type and empty path. @path - matches an aspect of the given type and specified path. For example, to attach an aspect to a field that is specified by the schema aspect, the path should have the format Schema.. * - matches aspects of the given type for all paths. *@path - matches aspects of all types on the given path.The service will not remove existing aspects matching the syntax unless delete_missing_aspects is set to true.If this field is left empty, the service treats it as specifying exactly those Aspects present in the request. (repeated)
473+
aspectKeys: string, Optional. The map keys of the Aspects which the service should modify. It supports the following syntaxes: - matches an aspect of the given type and empty path. @path - matches an aspect of the given type and specified path. For example, to attach an aspect to a field that is specified by the schema aspect, the path should have the format Schema.. @* - matches aspects of the given type for all paths. *@path - matches aspects of all types on the given path.The service will not remove existing aspects matching the syntax unless delete_missing_aspects is set to true.If this field is left empty, the service treats it as specifying exactly those Aspects present in the request. (repeated)
474474
deleteMissingAspects: boolean, Optional. If set to true and the aspect_keys specify aspect ranges, the service deletes any existing aspects from that range that weren&#x27;t provided in the request.
475475
updateMask: string, Optional. Mask of fields to update. To update Aspects, the update_mask must contain the value &quot;aspects&quot;.If the update_mask is empty, the service will update all modifiable fields present in the request.
476476
x__xgafv: string, V1 error format.

docs/dyn/dataplex_v1.projects.locations.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,10 @@ <h3>Method Details</h3>
312312

313313
Args:
314314
name: string, Required. The project to which the request should be attributed in the following form: projects/{project}/locations/{location}. (required)
315-
orderBy: string, Optional. Specifies the ordering of results.
315+
orderBy: string, Optional. Specifies the ordering of results. Supported values are: * relevance (default) * last_modified_timestamp * last_modified_timestamp asc
316316
pageSize: integer, Optional. Number of results in the search page. If &lt;=0, then defaults to 10. Max limit for page_size is 1000. Throws an invalid argument for page_size &gt; 1000.
317317
pageToken: string, Optional. Page token received from a previous SearchEntries call. Provide this to retrieve the subsequent page.
318-
query: string, Required. The query against which entries in scope should be matched.
318+
query: string, Required. The query against which entries in scope should be matched. The query syntax is defined in Search syntax for Dataplex Catalog (https://cloud.google.com/dataplex/docs/search-syntax).
319319
scope: string, Optional. The scope under which the search should be operating. It must either be organizations/ or projects/. If it is unspecified, it defaults to the organization where the project provided in name is located.
320320
x__xgafv: string, V1 error format.
321321
Allowed values

0 commit comments

Comments
 (0)