Skip to content

Commit 58dcafa

Browse files
feat(bigquery): update the api
#### bigquery:v2 The following keys were deleted: - schemas.DatasetAccessEntry.properties.target_types.items.properties.targetType.type (Total Keys: 1) The following keys were added: - schemas.Dataset.properties.tags (Total Keys: 4) The following keys were changed: - schemas.DatasetAccessEntry.properties.target_types.items.type (Total Keys: 1)
1 parent 6acc1b8 commit 58dcafa

File tree

4 files changed

+103
-56
lines changed

4 files changed

+103
-56
lines changed

docs/dyn/bigquery_v2.datasets.html

+49-21
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,7 @@ <h3>Method Details</h3>
135135
&quot;projectId&quot;: &quot;A String&quot;, # [Optional] The ID of the project containing this dataset.
136136
},
137137
&quot;target_types&quot;: [
138-
{
139-
&quot;targetType&quot;: &quot;A String&quot;, # [Required] Which resources in the dataset this entry applies to. Currently, only views are supported, but additional target types may be added in the future. Possible values: VIEWS: This entry applies to all views in the dataset.
140-
},
138+
&quot;A String&quot;,
141139
],
142140
},
143141
&quot;domain&quot;: &quot;A String&quot;, # [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: &quot;example.com&quot;. Maps to IAM policy member &quot;domain:DOMAIN&quot;.
@@ -182,6 +180,12 @@ <h3>Method Details</h3>
182180
&quot;location&quot;: &quot;A String&quot;, # The geographic location where the dataset should reside. The default value is US. See details at https://cloud.google.com/bigquery/docs/locations.
183181
&quot;satisfiesPZS&quot;: True or False, # [Output-only] Reserved for future use.
184182
&quot;selfLink&quot;: &quot;A String&quot;, # [Output-only] A URL that can be used to access the resource again. You can use this URL in Get or Update requests to the resource.
183+
&quot;tags&quot;: [ # [Optional]The tags associated with this dataset. Tag keys are globally unique.
184+
{
185+
&quot;tagKey&quot;: &quot;A String&quot;, # [Required] The namespaced friendly name of the tag key, e.g. &quot;12345/environment&quot; where 12345 is org id.
186+
&quot;tagValue&quot;: &quot;A String&quot;, # [Required] Friendly short name of the tag value, e.g. &quot;production&quot;.
187+
},
188+
],
185189
}</pre>
186190
</div>
187191

@@ -203,9 +207,7 @@ <h3>Method Details</h3>
203207
&quot;projectId&quot;: &quot;A String&quot;, # [Optional] The ID of the project containing this dataset.
204208
},
205209
&quot;target_types&quot;: [
206-
{
207-
&quot;targetType&quot;: &quot;A String&quot;, # [Required] Which resources in the dataset this entry applies to. Currently, only views are supported, but additional target types may be added in the future. Possible values: VIEWS: This entry applies to all views in the dataset.
208-
},
210+
&quot;A String&quot;,
209211
],
210212
},
211213
&quot;domain&quot;: &quot;A String&quot;, # [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: &quot;example.com&quot;. Maps to IAM policy member &quot;domain:DOMAIN&quot;.
@@ -250,6 +252,12 @@ <h3>Method Details</h3>
250252
&quot;location&quot;: &quot;A String&quot;, # The geographic location where the dataset should reside. The default value is US. See details at https://cloud.google.com/bigquery/docs/locations.
251253
&quot;satisfiesPZS&quot;: True or False, # [Output-only] Reserved for future use.
252254
&quot;selfLink&quot;: &quot;A String&quot;, # [Output-only] A URL that can be used to access the resource again. You can use this URL in Get or Update requests to the resource.
255+
&quot;tags&quot;: [ # [Optional]The tags associated with this dataset. Tag keys are globally unique.
256+
{
257+
&quot;tagKey&quot;: &quot;A String&quot;, # [Required] The namespaced friendly name of the tag key, e.g. &quot;12345/environment&quot; where 12345 is org id.
258+
&quot;tagValue&quot;: &quot;A String&quot;, # [Required] Friendly short name of the tag value, e.g. &quot;production&quot;.
259+
},
260+
],
253261
}
254262

255263

@@ -265,9 +273,7 @@ <h3>Method Details</h3>
265273
&quot;projectId&quot;: &quot;A String&quot;, # [Optional] The ID of the project containing this dataset.
266274
},
267275
&quot;target_types&quot;: [
268-
{
269-
&quot;targetType&quot;: &quot;A String&quot;, # [Required] Which resources in the dataset this entry applies to. Currently, only views are supported, but additional target types may be added in the future. Possible values: VIEWS: This entry applies to all views in the dataset.
270-
},
276+
&quot;A String&quot;,
271277
],
272278
},
273279
&quot;domain&quot;: &quot;A String&quot;, # [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: &quot;example.com&quot;. Maps to IAM policy member &quot;domain:DOMAIN&quot;.
@@ -312,6 +318,12 @@ <h3>Method Details</h3>
312318
&quot;location&quot;: &quot;A String&quot;, # The geographic location where the dataset should reside. The default value is US. See details at https://cloud.google.com/bigquery/docs/locations.
313319
&quot;satisfiesPZS&quot;: True or False, # [Output-only] Reserved for future use.
314320
&quot;selfLink&quot;: &quot;A String&quot;, # [Output-only] A URL that can be used to access the resource again. You can use this URL in Get or Update requests to the resource.
321+
&quot;tags&quot;: [ # [Optional]The tags associated with this dataset. Tag keys are globally unique.
322+
{
323+
&quot;tagKey&quot;: &quot;A String&quot;, # [Required] The namespaced friendly name of the tag key, e.g. &quot;12345/environment&quot; where 12345 is org id.
324+
&quot;tagValue&quot;: &quot;A String&quot;, # [Required] Friendly short name of the tag value, e.g. &quot;production&quot;.
325+
},
326+
],
315327
}</pre>
316328
</div>
317329

@@ -384,9 +396,7 @@ <h3>Method Details</h3>
384396
&quot;projectId&quot;: &quot;A String&quot;, # [Optional] The ID of the project containing this dataset.
385397
},
386398
&quot;target_types&quot;: [
387-
{
388-
&quot;targetType&quot;: &quot;A String&quot;, # [Required] Which resources in the dataset this entry applies to. Currently, only views are supported, but additional target types may be added in the future. Possible values: VIEWS: This entry applies to all views in the dataset.
389-
},
399+
&quot;A String&quot;,
390400
],
391401
},
392402
&quot;domain&quot;: &quot;A String&quot;, # [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: &quot;example.com&quot;. Maps to IAM policy member &quot;domain:DOMAIN&quot;.
@@ -431,6 +441,12 @@ <h3>Method Details</h3>
431441
&quot;location&quot;: &quot;A String&quot;, # The geographic location where the dataset should reside. The default value is US. See details at https://cloud.google.com/bigquery/docs/locations.
432442
&quot;satisfiesPZS&quot;: True or False, # [Output-only] Reserved for future use.
433443
&quot;selfLink&quot;: &quot;A String&quot;, # [Output-only] A URL that can be used to access the resource again. You can use this URL in Get or Update requests to the resource.
444+
&quot;tags&quot;: [ # [Optional]The tags associated with this dataset. Tag keys are globally unique.
445+
{
446+
&quot;tagKey&quot;: &quot;A String&quot;, # [Required] The namespaced friendly name of the tag key, e.g. &quot;12345/environment&quot; where 12345 is org id.
447+
&quot;tagValue&quot;: &quot;A String&quot;, # [Required] Friendly short name of the tag value, e.g. &quot;production&quot;.
448+
},
449+
],
434450
}
435451

436452

@@ -446,9 +462,7 @@ <h3>Method Details</h3>
446462
&quot;projectId&quot;: &quot;A String&quot;, # [Optional] The ID of the project containing this dataset.
447463
},
448464
&quot;target_types&quot;: [
449-
{
450-
&quot;targetType&quot;: &quot;A String&quot;, # [Required] Which resources in the dataset this entry applies to. Currently, only views are supported, but additional target types may be added in the future. Possible values: VIEWS: This entry applies to all views in the dataset.
451-
},
465+
&quot;A String&quot;,
452466
],
453467
},
454468
&quot;domain&quot;: &quot;A String&quot;, # [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: &quot;example.com&quot;. Maps to IAM policy member &quot;domain:DOMAIN&quot;.
@@ -493,6 +507,12 @@ <h3>Method Details</h3>
493507
&quot;location&quot;: &quot;A String&quot;, # The geographic location where the dataset should reside. The default value is US. See details at https://cloud.google.com/bigquery/docs/locations.
494508
&quot;satisfiesPZS&quot;: True or False, # [Output-only] Reserved for future use.
495509
&quot;selfLink&quot;: &quot;A String&quot;, # [Output-only] A URL that can be used to access the resource again. You can use this URL in Get or Update requests to the resource.
510+
&quot;tags&quot;: [ # [Optional]The tags associated with this dataset. Tag keys are globally unique.
511+
{
512+
&quot;tagKey&quot;: &quot;A String&quot;, # [Required] The namespaced friendly name of the tag key, e.g. &quot;12345/environment&quot; where 12345 is org id.
513+
&quot;tagValue&quot;: &quot;A String&quot;, # [Required] Friendly short name of the tag value, e.g. &quot;production&quot;.
514+
},
515+
],
496516
}</pre>
497517
</div>
498518

@@ -515,9 +535,7 @@ <h3>Method Details</h3>
515535
&quot;projectId&quot;: &quot;A String&quot;, # [Optional] The ID of the project containing this dataset.
516536
},
517537
&quot;target_types&quot;: [
518-
{
519-
&quot;targetType&quot;: &quot;A String&quot;, # [Required] Which resources in the dataset this entry applies to. Currently, only views are supported, but additional target types may be added in the future. Possible values: VIEWS: This entry applies to all views in the dataset.
520-
},
538+
&quot;A String&quot;,
521539
],
522540
},
523541
&quot;domain&quot;: &quot;A String&quot;, # [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: &quot;example.com&quot;. Maps to IAM policy member &quot;domain:DOMAIN&quot;.
@@ -562,6 +580,12 @@ <h3>Method Details</h3>
562580
&quot;location&quot;: &quot;A String&quot;, # The geographic location where the dataset should reside. The default value is US. See details at https://cloud.google.com/bigquery/docs/locations.
563581
&quot;satisfiesPZS&quot;: True or False, # [Output-only] Reserved for future use.
564582
&quot;selfLink&quot;: &quot;A String&quot;, # [Output-only] A URL that can be used to access the resource again. You can use this URL in Get or Update requests to the resource.
583+
&quot;tags&quot;: [ # [Optional]The tags associated with this dataset. Tag keys are globally unique.
584+
{
585+
&quot;tagKey&quot;: &quot;A String&quot;, # [Required] The namespaced friendly name of the tag key, e.g. &quot;12345/environment&quot; where 12345 is org id.
586+
&quot;tagValue&quot;: &quot;A String&quot;, # [Required] Friendly short name of the tag value, e.g. &quot;production&quot;.
587+
},
588+
],
565589
}
566590

567591

@@ -577,9 +601,7 @@ <h3>Method Details</h3>
577601
&quot;projectId&quot;: &quot;A String&quot;, # [Optional] The ID of the project containing this dataset.
578602
},
579603
&quot;target_types&quot;: [
580-
{
581-
&quot;targetType&quot;: &quot;A String&quot;, # [Required] Which resources in the dataset this entry applies to. Currently, only views are supported, but additional target types may be added in the future. Possible values: VIEWS: This entry applies to all views in the dataset.
582-
},
604+
&quot;A String&quot;,
583605
],
584606
},
585607
&quot;domain&quot;: &quot;A String&quot;, # [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: &quot;example.com&quot;. Maps to IAM policy member &quot;domain:DOMAIN&quot;.
@@ -624,6 +646,12 @@ <h3>Method Details</h3>
624646
&quot;location&quot;: &quot;A String&quot;, # The geographic location where the dataset should reside. The default value is US. See details at https://cloud.google.com/bigquery/docs/locations.
625647
&quot;satisfiesPZS&quot;: True or False, # [Output-only] Reserved for future use.
626648
&quot;selfLink&quot;: &quot;A String&quot;, # [Output-only] A URL that can be used to access the resource again. You can use this URL in Get or Update requests to the resource.
649+
&quot;tags&quot;: [ # [Optional]The tags associated with this dataset. Tag keys are globally unique.
650+
{
651+
&quot;tagKey&quot;: &quot;A String&quot;, # [Required] The namespaced friendly name of the tag key, e.g. &quot;12345/environment&quot; where 12345 is org id.
652+
&quot;tagValue&quot;: &quot;A String&quot;, # [Required] Friendly short name of the tag value, e.g. &quot;production&quot;.
653+
},
654+
],
627655
}</pre>
628656
</div>
629657

0 commit comments

Comments
 (0)