Skip to content

Commit a9c4b03

Browse files
feat(dataplex): update the api
#### dataplex:v1 The following keys were deleted: - schemas.GoogleCloudDataplexV1AspectType.properties.transferStatus (Total Keys: 2) - schemas.GoogleCloudDataplexV1EntryGroup.properties.transferStatus (Total Keys: 2) The following keys were added: - schemas.GoogleCloudDataplexV1DataScanJob.properties.createTime (Total Keys: 3)
1 parent ac09a79 commit a9c4b03

8 files changed

+385
-411
lines changed

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

Lines changed: 123 additions & 127 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,6 +1491,7 @@ <h3>Method Details</h3>
14911491

14921492
{ # Run DataScan Response.
14931493
&quot;job&quot;: { # A DataScanJob represents an instance of DataScan execution. # DataScanJob created by RunDataScan request.
1494+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the DataScanJob was created.
14941495
&quot;dataProfileResult&quot;: { # DataProfileResult defines the output of DataProfileScan. Each field of the table will have field type specific profile result. # Output only. The result of the data profile scan.
14951496
&quot;postScanActionsResult&quot;: { # The result of post scan actions of DataProfileScan job. # Output only. The result of post scan actions.
14961497
&quot;bigqueryExportResult&quot;: { # The result of BigQuery export post scan action. # Output only. The result of BigQuery export post scan action.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ <h3>Method Details</h3>
183183
An object of the form:
184184

185185
{ # A DataScanJob represents an instance of DataScan execution.
186+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the DataScanJob was created.
186187
&quot;dataProfileResult&quot;: { # DataProfileResult defines the output of DataProfileScan. Each field of the table will have field type specific profile result. # Output only. The result of the data profile scan.
187188
&quot;postScanActionsResult&quot;: { # The result of post scan actions of DataProfileScan job. # Output only. The result of post scan actions.
188189
&quot;bigqueryExportResult&quot;: { # The result of BigQuery export post scan action. # Output only. The result of BigQuery export post scan action.
@@ -444,6 +445,7 @@ <h3>Method Details</h3>
444445
{ # List DataScanJobs response.
445446
&quot;dataScanJobs&quot;: [ # DataScanJobs (BASIC view only) under a given dataScan.
446447
{ # A DataScanJob represents an instance of DataScan execution.
448+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the DataScanJob was created.
447449
&quot;dataProfileResult&quot;: { # DataProfileResult defines the output of DataProfileScan. Each field of the table will have field type specific profile result. # Output only. The result of the data profile scan.
448450
&quot;postScanActionsResult&quot;: { # The result of post scan actions of DataProfileScan job. # Output only. The result of post scan actions.
449451
&quot;bigqueryExportResult&quot;: { # The result of BigQuery export post scan action. # Output only. The result of BigQuery export post scan action.

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

Lines changed: 55 additions & 55 deletions
Large diffs are not rendered by default.

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

Lines changed: 25 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ <h2>Instance Methods</h2>
8484
<p class="firstline">Close httplib2 connections.</p>
8585
<p class="toc_element">
8686
<code><a href="#create">create(parent, body=None, entryGroupId=None, validateOnly=None, x__xgafv=None)</a></code></p>
87-
<p class="firstline">Creates an EntryGroup</p>
87+
<p class="firstline">Creates an EntryGroup.</p>
8888
<p class="toc_element">
8989
<code><a href="#delete">delete(name, etag=None, x__xgafv=None)</a></code></p>
90-
<p class="firstline">Deletes a EntryGroup resource.</p>
90+
<p class="firstline">Deletes an EntryGroup.</p>
9191
<p class="toc_element">
9292
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
93-
<p class="firstline">Retrieves a EntryGroup resource.</p>
93+
<p class="firstline">Gets an EntryGroup.</p>
9494
<p class="toc_element">
9595
<code><a href="#getIamPolicy">getIamPolicy(resource, options_requestedPolicyVersion=None, x__xgafv=None)</a></code></p>
9696
<p class="firstline">Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.</p>
@@ -102,7 +102,7 @@ <h2>Instance Methods</h2>
102102
<p class="firstline">Retrieves the next page of results.</p>
103103
<p class="toc_element">
104104
<code><a href="#patch">patch(name, body=None, updateMask=None, validateOnly=None, x__xgafv=None)</a></code></p>
105-
<p class="firstline">Updates a EntryGroup resource.</p>
105+
<p class="firstline">Updates an EntryGroup.</p>
106106
<p class="toc_element">
107107
<code><a href="#setIamPolicy">setIamPolicy(resource, body=None, x__xgafv=None)</a></code></p>
108108
<p class="firstline">Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.</p>
@@ -117,7 +117,7 @@ <h3>Method Details</h3>
117117

118118
<div class="method">
119119
<code class="details" id="create">create(parent, body=None, entryGroupId=None, validateOnly=None, x__xgafv=None)</code>
120-
<pre>Creates an EntryGroup
120+
<pre>Creates an EntryGroup.
121121

122122
Args:
123123
parent: string, Required. The resource name of the entryGroup, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a GCP region. (required)
@@ -128,18 +128,17 @@ <h3>Method Details</h3>
128128
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the EntryGroup was created.
129129
&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the EntryGroup.
130130
&quot;displayName&quot;: &quot;A String&quot;, # Optional. User friendly display name.
131-
&quot;etag&quot;: &quot;A String&quot;, # This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
131+
&quot;etag&quot;: &quot;A String&quot;, # This checksum is computed by the service, and might be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
132132
&quot;labels&quot;: { # Optional. User-defined labels for the EntryGroup.
133133
&quot;a_key&quot;: &quot;A String&quot;,
134134
},
135135
&quot;name&quot;: &quot;A String&quot;, # Output only. The relative resource name of the EntryGroup, of the form: projects/{project_number}/locations/{location_id}/entryGroups/{entry_group_id}.
136-
&quot;transferStatus&quot;: &quot;A String&quot;, # Output only. Denotes the transfer status of the Entry Group. It is unspecified for Entry Group created from Dataplex API.
137-
&quot;uid&quot;: &quot;A String&quot;, # Output only. System generated globally unique ID for the EntryGroup. This ID will be different if the EntryGroup is deleted and re-created with the same name.
136+
&quot;uid&quot;: &quot;A String&quot;, # Output only. System generated globally unique ID for the EntryGroup. If you delete and recreate the EntryGroup with the same name, this ID will be different.
138137
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the EntryGroup was last updated.
139138
}
140139

141140
entryGroupId: string, Required. EntryGroup identifier.
142-
validateOnly: boolean, Optional. Only validate the request, but do not perform mutations. The default is false.
141+
validateOnly: boolean, Optional. The service validates the request without performing any mutations. The default is false.
143142
x__xgafv: string, V1 error format.
144143
Allowed values
145144
1 - v1 error format
@@ -171,11 +170,11 @@ <h3>Method Details</h3>
171170

172171
<div class="method">
173172
<code class="details" id="delete">delete(name, etag=None, x__xgafv=None)</code>
174-
<pre>Deletes a EntryGroup resource.
173+
<pre>Deletes an EntryGroup.
175174

176175
Args:
177176
name: string, Required. The resource name of the EntryGroup: projects/{project_number}/locations/{location_id}/entryGroups/{entry_group_id}. (required)
178-
etag: string, Optional. If the client provided etag value does not match the current etag value, the DeleteEntryGroupRequest method returns an ABORTED error response
177+
etag: string, Optional. If the client provided etag value does not match the current etag value, the DeleteEntryGroupRequest method returns an ABORTED error response.
179178
x__xgafv: string, V1 error format.
180179
Allowed values
181180
1 - v1 error format
@@ -207,7 +206,7 @@ <h3>Method Details</h3>
207206

208207
<div class="method">
209208
<code class="details" id="get">get(name, x__xgafv=None)</code>
210-
<pre>Retrieves a EntryGroup resource.
209+
<pre>Gets an EntryGroup.
211210

212211
Args:
213212
name: string, Required. The resource name of the EntryGroup: projects/{project_number}/locations/{location_id}/entryGroups/{entry_group_id}. (required)
@@ -223,13 +222,12 @@ <h3>Method Details</h3>
223222
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the EntryGroup was created.
224223
&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the EntryGroup.
225224
&quot;displayName&quot;: &quot;A String&quot;, # Optional. User friendly display name.
226-
&quot;etag&quot;: &quot;A String&quot;, # This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
225+
&quot;etag&quot;: &quot;A String&quot;, # This checksum is computed by the service, and might be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
227226
&quot;labels&quot;: { # Optional. User-defined labels for the EntryGroup.
228227
&quot;a_key&quot;: &quot;A String&quot;,
229228
},
230229
&quot;name&quot;: &quot;A String&quot;, # Output only. The relative resource name of the EntryGroup, of the form: projects/{project_number}/locations/{location_id}/entryGroups/{entry_group_id}.
231-
&quot;transferStatus&quot;: &quot;A String&quot;, # Output only. Denotes the transfer status of the Entry Group. It is unspecified for Entry Group created from Dataplex API.
232-
&quot;uid&quot;: &quot;A String&quot;, # Output only. System generated globally unique ID for the EntryGroup. This ID will be different if the EntryGroup is deleted and re-created with the same name.
230+
&quot;uid&quot;: &quot;A String&quot;, # Output only. System generated globally unique ID for the EntryGroup. If you delete and recreate the EntryGroup with the same name, this ID will be different.
233231
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the EntryGroup was last updated.
234232
}</pre>
235233
</div>
@@ -287,11 +285,11 @@ <h3>Method Details</h3>
287285
<pre>Lists EntryGroup resources in a project and location.
288286

289287
Args:
290-
parent: string, Required. The resource name of the entryGroup location, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a GCP region. (required)
288+
parent: string, Required. The resource name of the entryGroup location, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a Google Cloud region. (required)
291289
filter: string, Optional. Filter request.
292290
orderBy: string, Optional. Order by fields for the result.
293-
pageSize: integer, Optional. Maximum number of EntryGroups to return. The service may return fewer than this value. If unspecified, at most 10 EntryGroups will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
294-
pageToken: string, Optional. Page token received from a previous ListEntryGroups call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListEntryGroups must match the call that provided the page token.
291+
pageSize: integer, Optional. Maximum number of EntryGroups to return. The service may return fewer than this value. If unspecified, the service returns at most 10 EntryGroups. The maximum value is 1000; values above 1000 will be coerced to 1000.
292+
pageToken: string, Optional. Page token received from a previous ListEntryGroups call. Provide this to retrieve the subsequent page. When paginating, all other parameters you provide to ListEntryGroups must match the call that provided the page token.
295293
x__xgafv: string, V1 error format.
296294
Allowed values
297295
1 - v1 error format
@@ -300,24 +298,23 @@ <h3>Method Details</h3>
300298
Returns:
301299
An object of the form:
302300

303-
{ # List ListEntryGroups response.
304-
&quot;entryGroups&quot;: [ # ListEntryGroups under the given parent location.
301+
{ # List entry groups response.
302+
&quot;entryGroups&quot;: [ # Entry groups under the given parent location.
305303
{ # An Entry Group represents a logical grouping of one or more Entries.
306304
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the EntryGroup was created.
307305
&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the EntryGroup.
308306
&quot;displayName&quot;: &quot;A String&quot;, # Optional. User friendly display name.
309-
&quot;etag&quot;: &quot;A String&quot;, # This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
307+
&quot;etag&quot;: &quot;A String&quot;, # This checksum is computed by the service, and might be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
310308
&quot;labels&quot;: { # Optional. User-defined labels for the EntryGroup.
311309
&quot;a_key&quot;: &quot;A String&quot;,
312310
},
313311
&quot;name&quot;: &quot;A String&quot;, # Output only. The relative resource name of the EntryGroup, of the form: projects/{project_number}/locations/{location_id}/entryGroups/{entry_group_id}.
314-
&quot;transferStatus&quot;: &quot;A String&quot;, # Output only. Denotes the transfer status of the Entry Group. It is unspecified for Entry Group created from Dataplex API.
315-
&quot;uid&quot;: &quot;A String&quot;, # Output only. System generated globally unique ID for the EntryGroup. This ID will be different if the EntryGroup is deleted and re-created with the same name.
312+
&quot;uid&quot;: &quot;A String&quot;, # Output only. System generated globally unique ID for the EntryGroup. If you delete and recreate the EntryGroup with the same name, this ID will be different.
316313
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the EntryGroup was last updated.
317314
},
318315
],
319316
&quot;nextPageToken&quot;: &quot;A String&quot;, # Token to retrieve the next page of results, or empty if there are no more results in the list.
320-
&quot;unreachableLocations&quot;: [ # Locations that could not be reached.
317+
&quot;unreachableLocations&quot;: [ # Locations that the service couldn&#x27;t reach.
321318
&quot;A String&quot;,
322319
],
323320
}</pre>
@@ -339,7 +336,7 @@ <h3>Method Details</h3>
339336

340337
<div class="method">
341338
<code class="details" id="patch">patch(name, body=None, updateMask=None, validateOnly=None, x__xgafv=None)</code>
342-
<pre>Updates a EntryGroup resource.
339+
<pre>Updates an EntryGroup.
343340

344341
Args:
345342
name: string, Output only. The relative resource name of the EntryGroup, of the form: projects/{project_number}/locations/{location_id}/entryGroups/{entry_group_id}. (required)
@@ -350,18 +347,17 @@ <h3>Method Details</h3>
350347
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the EntryGroup was created.
351348
&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the EntryGroup.
352349
&quot;displayName&quot;: &quot;A String&quot;, # Optional. User friendly display name.
353-
&quot;etag&quot;: &quot;A String&quot;, # This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
350+
&quot;etag&quot;: &quot;A String&quot;, # This checksum is computed by the service, and might be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
354351
&quot;labels&quot;: { # Optional. User-defined labels for the EntryGroup.
355352
&quot;a_key&quot;: &quot;A String&quot;,
356353
},
357354
&quot;name&quot;: &quot;A String&quot;, # Output only. The relative resource name of the EntryGroup, of the form: projects/{project_number}/locations/{location_id}/entryGroups/{entry_group_id}.
358-
&quot;transferStatus&quot;: &quot;A String&quot;, # Output only. Denotes the transfer status of the Entry Group. It is unspecified for Entry Group created from Dataplex API.
359-
&quot;uid&quot;: &quot;A String&quot;, # Output only. System generated globally unique ID for the EntryGroup. This ID will be different if the EntryGroup is deleted and re-created with the same name.
355+
&quot;uid&quot;: &quot;A String&quot;, # Output only. System generated globally unique ID for the EntryGroup. If you delete and recreate the EntryGroup with the same name, this ID will be different.
360356
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the EntryGroup was last updated.
361357
}
362358

363359
updateMask: string, Required. Mask of fields to update.
364-
validateOnly: boolean, Optional. Only validate the request, but do not perform mutations. The default is false.
360+
validateOnly: boolean, Optional. The service validates the request, without performing any mutations. The default is false.
365361
x__xgafv: string, V1 error format.
366362
Allowed values
367363
1 - v1 error format

0 commit comments

Comments
 (0)