Skip to content

Commit 7360205

Browse files
feat(dataplex): update the api
#### dataplex:v1 The following keys were added: - resources.projects.resources.locations.resources.dataScans.methods.create.parameters.validateOnly (Total Keys: 2) - resources.projects.resources.locations.resources.dataScans.methods.patch.parameters.validateOnly (Total Keys: 2) - schemas.GoogleCloudDataplexV1AssetResourceStatus.properties.managedAccessIdentity (Total Keys: 2)
1 parent e997245 commit 7360205

7 files changed

+50
-25
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h3>Method Details</h3>
139139
&quot;name&quot;: &quot;A String&quot;, # Required. The name identifier of the path. Nested columns should be of the form: &#x27;country.state.city&#x27;.
140140
},
141141
],
142-
&quot;resource&quot;: &quot;A String&quot;, # Optional. Immutable. The resource name of the resource that is binded to attributes. Presently, only entity resource is supported in the form: projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/entities/{entity_id} Must belong in the same project and region as the attribute binding, and there can only exist one active binding for a resource.
142+
&quot;resource&quot;: &quot;A String&quot;, # Optional. Immutable. The resource name of the resource that is associated to attributes. Presently, only entity resource is supported in the form: projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/entities/{entity_id} Must belong in the same project and region as the attribute binding, and there can only exist one active binding for a resource.
143143
&quot;uid&quot;: &quot;A String&quot;, # Output only. System generated globally unique ID for the DataAttributeBinding. This ID will be different if the DataAttributeBinding is deleted and re-created with the same name.
144144
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the DataAttributeBinding was last updated.
145145
}
@@ -245,7 +245,7 @@ <h3>Method Details</h3>
245245
&quot;name&quot;: &quot;A String&quot;, # Required. The name identifier of the path. Nested columns should be of the form: &#x27;country.state.city&#x27;.
246246
},
247247
],
248-
&quot;resource&quot;: &quot;A String&quot;, # Optional. Immutable. The resource name of the resource that is binded to attributes. Presently, only entity resource is supported in the form: projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/entities/{entity_id} Must belong in the same project and region as the attribute binding, and there can only exist one active binding for a resource.
248+
&quot;resource&quot;: &quot;A String&quot;, # Optional. Immutable. The resource name of the resource that is associated to attributes. Presently, only entity resource is supported in the form: projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/entities/{entity_id} Must belong in the same project and region as the attribute binding, and there can only exist one active binding for a resource.
249249
&quot;uid&quot;: &quot;A String&quot;, # Output only. System generated globally unique ID for the DataAttributeBinding. This ID will be different if the DataAttributeBinding is deleted and re-created with the same name.
250250
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the DataAttributeBinding was last updated.
251251
}</pre>
@@ -339,7 +339,7 @@ <h3>Method Details</h3>
339339
&quot;name&quot;: &quot;A String&quot;, # Required. The name identifier of the path. Nested columns should be of the form: &#x27;country.state.city&#x27;.
340340
},
341341
],
342-
&quot;resource&quot;: &quot;A String&quot;, # Optional. Immutable. The resource name of the resource that is binded to attributes. Presently, only entity resource is supported in the form: projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/entities/{entity_id} Must belong in the same project and region as the attribute binding, and there can only exist one active binding for a resource.
342+
&quot;resource&quot;: &quot;A String&quot;, # Optional. Immutable. The resource name of the resource that is associated to attributes. Presently, only entity resource is supported in the form: projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/entities/{entity_id} Must belong in the same project and region as the attribute binding, and there can only exist one active binding for a resource.
343343
&quot;uid&quot;: &quot;A String&quot;, # Output only. System generated globally unique ID for the DataAttributeBinding. This ID will be different if the DataAttributeBinding is deleted and re-created with the same name.
344344
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the DataAttributeBinding was last updated.
345345
},
@@ -394,7 +394,7 @@ <h3>Method Details</h3>
394394
&quot;name&quot;: &quot;A String&quot;, # Required. The name identifier of the path. Nested columns should be of the form: &#x27;country.state.city&#x27;.
395395
},
396396
],
397-
&quot;resource&quot;: &quot;A String&quot;, # Optional. Immutable. The resource name of the resource that is binded to attributes. Presently, only entity resource is supported in the form: projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/entities/{entity_id} Must belong in the same project and region as the attribute binding, and there can only exist one active binding for a resource.
397+
&quot;resource&quot;: &quot;A String&quot;, # Optional. Immutable. The resource name of the resource that is associated to attributes. Presently, only entity resource is supported in the form: projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/entities/{entity_id} Must belong in the same project and region as the attribute binding, and there can only exist one active binding for a resource.
398398
&quot;uid&quot;: &quot;A String&quot;, # Output only. System generated globally unique ID for the DataAttributeBinding. This ID will be different if the DataAttributeBinding is deleted and re-created with the same name.
399399
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time when the DataAttributeBinding was last updated.
400400
}

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h2>Instance Methods</h2>
8383
<code><a href="#close">close()</a></code></p>
8484
<p class="firstline">Close httplib2 connections.</p>
8585
<p class="toc_element">
86-
<code><a href="#create">create(parent, body=None, dataScanId=None, x__xgafv=None)</a></code></p>
86+
<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">
8989
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
@@ -101,7 +101,7 @@ <h2>Instance Methods</h2>
101101
<code><a href="#list_next">list_next()</a></code></p>
102102
<p class="firstline">Retrieves the next page of results.</p>
103103
<p class="toc_element">
104-
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
104+
<code><a href="#patch">patch(name, body=None, updateMask=None, validateOnly=None, x__xgafv=None)</a></code></p>
105105
<p class="firstline">Updates a DataScan resource.</p>
106106
<p class="toc_element">
107107
<code><a href="#run">run(name, body=None, x__xgafv=None)</a></code></p>
@@ -119,7 +119,7 @@ <h3>Method Details</h3>
119119
</div>
120120

121121
<div class="method">
122-
<code class="details" id="create">create(parent, body=None, dataScanId=None, x__xgafv=None)</code>
122+
<code class="details" id="create">create(parent, body=None, dataScanId=None, validateOnly=None, x__xgafv=None)</code>
123123
<pre>Creates a DataScan resource.
124124

125125
Args:
@@ -317,6 +317,7 @@ <h3>Method Details</h3>
317317
}
318318

319319
dataScanId: string, Required. DataScan identifier. Must contain only lowercase letters, numbers and hyphens. Must start with a letter. Must end with a number or a letter. Must be between 1-63 characters. Must be unique within the customer project / location.
320+
validateOnly: boolean, Optional. Only validate the request, but do not perform mutations. The default is false.
320321
x__xgafv: string, V1 error format.
321322
Allowed values
322323
1 - v1 error format
@@ -869,7 +870,7 @@ <h3>Method Details</h3>
869870
</div>
870871

871872
<div class="method">
872-
<code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
873+
<code class="details" id="patch">patch(name, body=None, updateMask=None, validateOnly=None, x__xgafv=None)</code>
873874
<pre>Updates a DataScan resource.
874875

875876
Args:
@@ -1067,6 +1068,7 @@ <h3>Method Details</h3>
10671068
}
10681069

10691070
updateMask: string, Required. Mask of fields to update.
1071+
validateOnly: boolean, Optional. Only validate the request, but do not perform mutations. The default is false.
10701072
x__xgafv: string, V1 error format.
10711073
Allowed values
10721074
1 - v1 error format

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h3>Method Details</h3>
9797
<pre>Gets a DataScanJob resource.
9898

9999
Args:
100-
name: string, Required. The resource name of the DataScanJob: projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/dataScanJobs/{data_scan_job_id} where project refers to a project_id or project_number and location_id refers to a GCP region. (required)
100+
name: string, Required. The resource name of the DataScanJob: projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/jobs/{data_scan_job_id} where project refers to a project_id or project_number and location_id refers to a GCP region. (required)
101101
view: string, Optional. Select the DataScanJob view to return. Defaults to BASIC.
102102
Allowed values
103103
DATA_SCAN_JOB_VIEW_UNSPECIFIED - The API will default to the BASIC view.

docs/dyn/dataplex_v1.projects.locations.lakes.environments.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h3>Method Details</h3>
128128
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Environment creation time.
129129
&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the environment.
130130
&quot;displayName&quot;: &quot;A String&quot;, # Optional. User friendly display name.
131-
&quot;endpoints&quot;: { # Output only. URI Endpoints to access sessions associated with the Environment.
131+
&quot;endpoints&quot;: { # URI Endpoints to access sessions associated with the Environment. # Output only. URI Endpoints to access sessions associated with the Environment.
132132
&quot;notebooks&quot;: &quot;A String&quot;, # Output only. URI to serve notebook APIs
133133
&quot;sql&quot;: &quot;A String&quot;, # Output only. URI to serve SQL APIs
134134
},
@@ -155,11 +155,11 @@ <h3>Method Details</h3>
155155
&quot;a_key&quot;: &quot;A String&quot;,
156156
},
157157
&quot;name&quot;: &quot;A String&quot;, # Output only. The relative resource name of the environment, of the form: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environment/{environment_id}
158-
&quot;sessionSpec&quot;: { # Optional. Configuration for sessions created for this environment.
158+
&quot;sessionSpec&quot;: { # Configuration for sessions created for this environment. # Optional. Configuration for sessions created for this environment.
159159
&quot;enableFastStartup&quot;: True or False, # Optional. If True, this causes sessions to be pre-created and available for faster startup to enable interactive exploration use-cases. This defaults to False to avoid additional billed charges. These can only be set to True for the environment with name set to &quot;default&quot;, and with default configuration.
160160
&quot;maxIdleDuration&quot;: &quot;A String&quot;, # Optional. The idle time configuration of the session. The session will be auto-terminated at the end of this period.
161161
},
162-
&quot;sessionStatus&quot;: { # Output only. Status of sessions created for this environment.
162+
&quot;sessionStatus&quot;: { # Status of sessions created for this environment. # Output only. Status of sessions created for this environment.
163163
&quot;active&quot;: True or False, # Output only. Queries over sessions to mark whether the environment is currently active or not
164164
},
165165
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the environment.
@@ -251,7 +251,7 @@ <h3>Method Details</h3>
251251
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Environment creation time.
252252
&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the environment.
253253
&quot;displayName&quot;: &quot;A String&quot;, # Optional. User friendly display name.
254-
&quot;endpoints&quot;: { # Output only. URI Endpoints to access sessions associated with the Environment.
254+
&quot;endpoints&quot;: { # URI Endpoints to access sessions associated with the Environment. # Output only. URI Endpoints to access sessions associated with the Environment.
255255
&quot;notebooks&quot;: &quot;A String&quot;, # Output only. URI to serve notebook APIs
256256
&quot;sql&quot;: &quot;A String&quot;, # Output only. URI to serve SQL APIs
257257
},
@@ -278,11 +278,11 @@ <h3>Method Details</h3>
278278
&quot;a_key&quot;: &quot;A String&quot;,
279279
},
280280
&quot;name&quot;: &quot;A String&quot;, # Output only. The relative resource name of the environment, of the form: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environment/{environment_id}
281-
&quot;sessionSpec&quot;: { # Optional. Configuration for sessions created for this environment.
281+
&quot;sessionSpec&quot;: { # Configuration for sessions created for this environment. # Optional. Configuration for sessions created for this environment.
282282
&quot;enableFastStartup&quot;: True or False, # Optional. If True, this causes sessions to be pre-created and available for faster startup to enable interactive exploration use-cases. This defaults to False to avoid additional billed charges. These can only be set to True for the environment with name set to &quot;default&quot;, and with default configuration.
283283
&quot;maxIdleDuration&quot;: &quot;A String&quot;, # Optional. The idle time configuration of the session. The session will be auto-terminated at the end of this period.
284284
},
285-
&quot;sessionStatus&quot;: { # Output only. Status of sessions created for this environment.
285+
&quot;sessionStatus&quot;: { # Status of sessions created for this environment. # Output only. Status of sessions created for this environment.
286286
&quot;active&quot;: True or False, # Output only. Queries over sessions to mark whether the environment is currently active or not
287287
},
288288
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the environment.
@@ -363,7 +363,7 @@ <h3>Method Details</h3>
363363
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Environment creation time.
364364
&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the environment.
365365
&quot;displayName&quot;: &quot;A String&quot;, # Optional. User friendly display name.
366-
&quot;endpoints&quot;: { # Output only. URI Endpoints to access sessions associated with the Environment.
366+
&quot;endpoints&quot;: { # URI Endpoints to access sessions associated with the Environment. # Output only. URI Endpoints to access sessions associated with the Environment.
367367
&quot;notebooks&quot;: &quot;A String&quot;, # Output only. URI to serve notebook APIs
368368
&quot;sql&quot;: &quot;A String&quot;, # Output only. URI to serve SQL APIs
369369
},
@@ -390,11 +390,11 @@ <h3>Method Details</h3>
390390
&quot;a_key&quot;: &quot;A String&quot;,
391391
},
392392
&quot;name&quot;: &quot;A String&quot;, # Output only. The relative resource name of the environment, of the form: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environment/{environment_id}
393-
&quot;sessionSpec&quot;: { # Optional. Configuration for sessions created for this environment.
393+
&quot;sessionSpec&quot;: { # Configuration for sessions created for this environment. # Optional. Configuration for sessions created for this environment.
394394
&quot;enableFastStartup&quot;: True or False, # Optional. If True, this causes sessions to be pre-created and available for faster startup to enable interactive exploration use-cases. This defaults to False to avoid additional billed charges. These can only be set to True for the environment with name set to &quot;default&quot;, and with default configuration.
395395
&quot;maxIdleDuration&quot;: &quot;A String&quot;, # Optional. The idle time configuration of the session. The session will be auto-terminated at the end of this period.
396396
},
397-
&quot;sessionStatus&quot;: { # Output only. Status of sessions created for this environment.
397+
&quot;sessionStatus&quot;: { # Status of sessions created for this environment. # Output only. Status of sessions created for this environment.
398398
&quot;active&quot;: True or False, # Output only. Queries over sessions to mark whether the environment is currently active or not
399399
},
400400
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the environment.
@@ -433,7 +433,7 @@ <h3>Method Details</h3>
433433
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Environment creation time.
434434
&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the environment.
435435
&quot;displayName&quot;: &quot;A String&quot;, # Optional. User friendly display name.
436-
&quot;endpoints&quot;: { # Output only. URI Endpoints to access sessions associated with the Environment.
436+
&quot;endpoints&quot;: { # URI Endpoints to access sessions associated with the Environment. # Output only. URI Endpoints to access sessions associated with the Environment.
437437
&quot;notebooks&quot;: &quot;A String&quot;, # Output only. URI to serve notebook APIs
438438
&quot;sql&quot;: &quot;A String&quot;, # Output only. URI to serve SQL APIs
439439
},
@@ -460,11 +460,11 @@ <h3>Method Details</h3>
460460
&quot;a_key&quot;: &quot;A String&quot;,
461461
},
462462
&quot;name&quot;: &quot;A String&quot;, # Output only. The relative resource name of the environment, of the form: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environment/{environment_id}
463-
&quot;sessionSpec&quot;: { # Optional. Configuration for sessions created for this environment.
463+
&quot;sessionSpec&quot;: { # Configuration for sessions created for this environment. # Optional. Configuration for sessions created for this environment.
464464
&quot;enableFastStartup&quot;: True or False, # Optional. If True, this causes sessions to be pre-created and available for faster startup to enable interactive exploration use-cases. This defaults to False to avoid additional billed charges. These can only be set to True for the environment with name set to &quot;default&quot;, and with default configuration.
465465
&quot;maxIdleDuration&quot;: &quot;A String&quot;, # Optional. The idle time configuration of the session. The session will be auto-terminated at the end of this period.
466466
},
467-
&quot;sessionStatus&quot;: { # Output only. Status of sessions created for this environment.
467+
&quot;sessionStatus&quot;: { # Status of sessions created for this environment. # Output only. Status of sessions created for this environment.
468468
&quot;active&quot;: True or False, # Output only. Queries over sessions to mark whether the environment is currently active or not
469469
},
470470
&quot;state&quot;: &quot;A String&quot;, # Output only. Current state of the environment.

docs/dyn/dataplex_v1.projects.locations.lakes.environments.sessions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h3>Method Details</h3>
112112
{ # Represents an active analyze session running for a user.
113113
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Session start time.
114114
&quot;name&quot;: &quot;A String&quot;, # Output only. The relative resource name of the content, of the form: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environment/{environment_id}/sessions/{session_id}
115-
&quot;state&quot;: &quot;A String&quot;,
115+
&quot;state&quot;: &quot;A String&quot;, # Output only. State of Session
116116
&quot;userId&quot;: &quot;A String&quot;, # Output only. Email of user running the session.
117117
},
118118
],

0 commit comments

Comments
 (0)