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
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
feat(bigquery): Support resource tags for datasets in java client (#3647)
* feat(bigquery): Support resource tags for datasets in java client
* add method to clirr-ignored-diff file
* Try Acl permissions to grant tag permissions
* Add exception to func signature
* Remove IT tests
* Optional. The <a href="https://cloud.google.com/bigquery/docs/tags">tags</a> attached to this
190
+
* dataset. Tag keys are globally unique. Tag key is expected to be in the namespaced format,
191
+
* for example "123456789012/environment" where 123456789012 is the ID of the parent
192
+
* organization or project resource for this tag key. Tag value is expected to be the short
@@ -554,6 +578,21 @@ public Long getMaxTimeTravelHours() {
554
578
returnmaxTimeTravelHours;
555
579
}
556
580
581
+
/**
582
+
* Optional. The <a href="https://cloud.google.com/bigquery/docs/tags">tags</a> attached to this
583
+
* dataset. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for
584
+
* example "123456789012/environment" where 123456789012 is the ID of the parent organization or
585
+
* project resource for this tag key. Tag value is expected to be the short name, for example
0 commit comments