You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### 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)
Copy file name to clipboardExpand all lines: docs/dyn/bigquery_v2.datasets.html
+49-21
Original file line number
Diff line number
Diff line change
@@ -135,9 +135,7 @@ <h3>Method Details</h3>
135
135
"projectId": "A String", # [Optional] The ID of the project containing this dataset.
136
136
},
137
137
"target_types": [
138
-
{
139
-
"targetType": "A String", # [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
+
"A String",
141
139
],
142
140
},
143
141
"domain": "A String", # [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: "example.com". Maps to IAM policy member "domain:DOMAIN".
@@ -182,6 +180,12 @@ <h3>Method Details</h3>
182
180
"location": "A String", # The geographic location where the dataset should reside. The default value is US. See details at https://cloud.google.com/bigquery/docs/locations.
183
181
"satisfiesPZS": True or False, # [Output-only] Reserved for future use.
184
182
"selfLink": "A String", # [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
+
"tags": [ # [Optional]The tags associated with this dataset. Tag keys are globally unique.
184
+
{
185
+
"tagKey": "A String", # [Required] The namespaced friendly name of the tag key, e.g. "12345/environment" where 12345 is org id.
186
+
"tagValue": "A String", # [Required] Friendly short name of the tag value, e.g. "production".
187
+
},
188
+
],
185
189
}</pre>
186
190
</div>
187
191
@@ -203,9 +207,7 @@ <h3>Method Details</h3>
203
207
"projectId": "A String", # [Optional] The ID of the project containing this dataset.
204
208
},
205
209
"target_types": [
206
-
{
207
-
"targetType": "A String", # [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
+
"A String",
209
211
],
210
212
},
211
213
"domain": "A String", # [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: "example.com". Maps to IAM policy member "domain:DOMAIN".
@@ -250,6 +252,12 @@ <h3>Method Details</h3>
250
252
"location": "A String", # The geographic location where the dataset should reside. The default value is US. See details at https://cloud.google.com/bigquery/docs/locations.
251
253
"satisfiesPZS": True or False, # [Output-only] Reserved for future use.
252
254
"selfLink": "A String", # [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
+
"tags": [ # [Optional]The tags associated with this dataset. Tag keys are globally unique.
256
+
{
257
+
"tagKey": "A String", # [Required] The namespaced friendly name of the tag key, e.g. "12345/environment" where 12345 is org id.
258
+
"tagValue": "A String", # [Required] Friendly short name of the tag value, e.g. "production".
259
+
},
260
+
],
253
261
}
254
262
255
263
@@ -265,9 +273,7 @@ <h3>Method Details</h3>
265
273
"projectId": "A String", # [Optional] The ID of the project containing this dataset.
266
274
},
267
275
"target_types": [
268
-
{
269
-
"targetType": "A String", # [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
+
"A String",
271
277
],
272
278
},
273
279
"domain": "A String", # [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: "example.com". Maps to IAM policy member "domain:DOMAIN".
@@ -312,6 +318,12 @@ <h3>Method Details</h3>
312
318
"location": "A String", # The geographic location where the dataset should reside. The default value is US. See details at https://cloud.google.com/bigquery/docs/locations.
313
319
"satisfiesPZS": True or False, # [Output-only] Reserved for future use.
314
320
"selfLink": "A String", # [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
+
"tags": [ # [Optional]The tags associated with this dataset. Tag keys are globally unique.
322
+
{
323
+
"tagKey": "A String", # [Required] The namespaced friendly name of the tag key, e.g. "12345/environment" where 12345 is org id.
324
+
"tagValue": "A String", # [Required] Friendly short name of the tag value, e.g. "production".
325
+
},
326
+
],
315
327
}</pre>
316
328
</div>
317
329
@@ -384,9 +396,7 @@ <h3>Method Details</h3>
384
396
"projectId": "A String", # [Optional] The ID of the project containing this dataset.
385
397
},
386
398
"target_types": [
387
-
{
388
-
"targetType": "A String", # [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
+
"A String",
390
400
],
391
401
},
392
402
"domain": "A String", # [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: "example.com". Maps to IAM policy member "domain:DOMAIN".
@@ -431,6 +441,12 @@ <h3>Method Details</h3>
431
441
"location": "A String", # The geographic location where the dataset should reside. The default value is US. See details at https://cloud.google.com/bigquery/docs/locations.
432
442
"satisfiesPZS": True or False, # [Output-only] Reserved for future use.
433
443
"selfLink": "A String", # [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
+
"tags": [ # [Optional]The tags associated with this dataset. Tag keys are globally unique.
445
+
{
446
+
"tagKey": "A String", # [Required] The namespaced friendly name of the tag key, e.g. "12345/environment" where 12345 is org id.
447
+
"tagValue": "A String", # [Required] Friendly short name of the tag value, e.g. "production".
448
+
},
449
+
],
434
450
}
435
451
436
452
@@ -446,9 +462,7 @@ <h3>Method Details</h3>
446
462
"projectId": "A String", # [Optional] The ID of the project containing this dataset.
447
463
},
448
464
"target_types": [
449
-
{
450
-
"targetType": "A String", # [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
+
"A String",
452
466
],
453
467
},
454
468
"domain": "A String", # [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: "example.com". Maps to IAM policy member "domain:DOMAIN".
@@ -493,6 +507,12 @@ <h3>Method Details</h3>
493
507
"location": "A String", # The geographic location where the dataset should reside. The default value is US. See details at https://cloud.google.com/bigquery/docs/locations.
494
508
"satisfiesPZS": True or False, # [Output-only] Reserved for future use.
495
509
"selfLink": "A String", # [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
+
"tags": [ # [Optional]The tags associated with this dataset. Tag keys are globally unique.
511
+
{
512
+
"tagKey": "A String", # [Required] The namespaced friendly name of the tag key, e.g. "12345/environment" where 12345 is org id.
513
+
"tagValue": "A String", # [Required] Friendly short name of the tag value, e.g. "production".
514
+
},
515
+
],
496
516
}</pre>
497
517
</div>
498
518
@@ -515,9 +535,7 @@ <h3>Method Details</h3>
515
535
"projectId": "A String", # [Optional] The ID of the project containing this dataset.
516
536
},
517
537
"target_types": [
518
-
{
519
-
"targetType": "A String", # [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
+
"A String",
521
539
],
522
540
},
523
541
"domain": "A String", # [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: "example.com". Maps to IAM policy member "domain:DOMAIN".
@@ -562,6 +580,12 @@ <h3>Method Details</h3>
562
580
"location": "A String", # The geographic location where the dataset should reside. The default value is US. See details at https://cloud.google.com/bigquery/docs/locations.
563
581
"satisfiesPZS": True or False, # [Output-only] Reserved for future use.
564
582
"selfLink": "A String", # [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
+
"tags": [ # [Optional]The tags associated with this dataset. Tag keys are globally unique.
584
+
{
585
+
"tagKey": "A String", # [Required] The namespaced friendly name of the tag key, e.g. "12345/environment" where 12345 is org id.
586
+
"tagValue": "A String", # [Required] Friendly short name of the tag value, e.g. "production".
587
+
},
588
+
],
565
589
}
566
590
567
591
@@ -577,9 +601,7 @@ <h3>Method Details</h3>
577
601
"projectId": "A String", # [Optional] The ID of the project containing this dataset.
578
602
},
579
603
"target_types": [
580
-
{
581
-
"targetType": "A String", # [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
+
"A String",
583
605
],
584
606
},
585
607
"domain": "A String", # [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: "example.com". Maps to IAM policy member "domain:DOMAIN".
@@ -624,6 +646,12 @@ <h3>Method Details</h3>
624
646
"location": "A String", # The geographic location where the dataset should reside. The default value is US. See details at https://cloud.google.com/bigquery/docs/locations.
625
647
"satisfiesPZS": True or False, # [Output-only] Reserved for future use.
626
648
"selfLink": "A String", # [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
+
"tags": [ # [Optional]The tags associated with this dataset. Tag keys are globally unique.
650
+
{
651
+
"tagKey": "A String", # [Required] The namespaced friendly name of the tag key, e.g. "12345/environment" where 12345 is org id.
652
+
"tagValue": "A String", # [Required] Friendly short name of the tag value, e.g. "production".
0 commit comments