@@ -238,12 +238,12 @@ public final class Dataset extends com.google.api.client.json.GenericJson {
238
238
private java .lang .Long maxTimeTravelHours ;
239
239
240
240
/**
241
- * Optional. The [tags](/ bigquery/docs/tags) attached to this dataset. Tag keys are globally
242
- * unique. Tag key is expected to be in the namespaced format, for example
241
+ * Optional. The [tags](https://cloud.google.com/ bigquery/docs/tags) attached to this dataset. Tag
242
+ * keys are globally unique. Tag key is expected to be in the namespaced format, for example
243
243
* "123456789012/environment" where 123456789012 is the ID of the parent organization or project
244
244
* resource for this tag key. Tag value is expected to be the short name, for example
245
- * "Production". See [Tag definitions](/ iam/docs/tags-access-control#definitions) for more
246
- * details.
245
+ * "Production". See [Tag definitions](https://cloud.google.com/ iam/docs/tags-access-
246
+ * control#definitions) for more details.
247
247
* The value may be {@code null}.
248
248
*/
249
249
@ com .google .api .client .util .Key
@@ -252,7 +252,8 @@ public final class Dataset extends com.google.api.client.json.GenericJson {
252
252
/**
253
253
* Optional. Output only. Restriction config for all tables and dataset. If set, restrict certain
254
254
* accesses on the dataset and all its tables based on the config. See [Data
255
- * egress](/bigquery/docs/analytics-hub-introduction#data_egress) for more details.
255
+ * egress](https://cloud.google.com/bigquery/docs/analytics-hub-introduction#data_egress) for more
256
+ * details.
256
257
* The value may be {@code null}.
257
258
*/
258
259
@ com .google .api .client .util .Key
@@ -780,25 +781,25 @@ public Dataset setMaxTimeTravelHours(java.lang.Long maxTimeTravelHours) {
780
781
}
781
782
782
783
/**
783
- * Optional. The [tags](/ bigquery/docs/tags) attached to this dataset. Tag keys are globally
784
- * unique. Tag key is expected to be in the namespaced format, for example
784
+ * Optional. The [tags](https://cloud.google.com/ bigquery/docs/tags) attached to this dataset. Tag
785
+ * keys are globally unique. Tag key is expected to be in the namespaced format, for example
785
786
* "123456789012/environment" where 123456789012 is the ID of the parent organization or project
786
787
* resource for this tag key. Tag value is expected to be the short name, for example
787
- * "Production". See [Tag definitions](/ iam/docs/tags-access-control#definitions) for more
788
- * details.
788
+ * "Production". See [Tag definitions](https://cloud.google.com/ iam/docs/tags-access-
789
+ * control#definitions) for more details.
789
790
* @return value or {@code null} for none
790
791
*/
791
792
public java .util .Map <String , java .lang .String > getResourceTags () {
792
793
return resourceTags ;
793
794
}
794
795
795
796
/**
796
- * Optional. The [tags](/ bigquery/docs/tags) attached to this dataset. Tag keys are globally
797
- * unique. Tag key is expected to be in the namespaced format, for example
797
+ * Optional. The [tags](https://cloud.google.com/ bigquery/docs/tags) attached to this dataset. Tag
798
+ * keys are globally unique. Tag key is expected to be in the namespaced format, for example
798
799
* "123456789012/environment" where 123456789012 is the ID of the parent organization or project
799
800
* resource for this tag key. Tag value is expected to be the short name, for example
800
- * "Production". See [Tag definitions](/ iam/docs/tags-access-control#definitions) for more
801
- * details.
801
+ * "Production". See [Tag definitions](https://cloud.google.com/ iam/docs/tags-access-
802
+ * control#definitions) for more details.
802
803
* @param resourceTags resourceTags or {@code null} for none
803
804
*/
804
805
public Dataset setResourceTags (java .util .Map <String , java .lang .String > resourceTags ) {
@@ -809,7 +810,8 @@ public Dataset setResourceTags(java.util.Map<String, java.lang.String> resourceT
809
810
/**
810
811
* Optional. Output only. Restriction config for all tables and dataset. If set, restrict certain
811
812
* accesses on the dataset and all its tables based on the config. See [Data
812
- * egress](/bigquery/docs/analytics-hub-introduction#data_egress) for more details.
813
+ * egress](https://cloud.google.com/bigquery/docs/analytics-hub-introduction#data_egress) for more
814
+ * details.
813
815
* @return value or {@code null} for none
814
816
*/
815
817
public RestrictionConfig getRestrictions () {
@@ -819,7 +821,8 @@ public RestrictionConfig getRestrictions() {
819
821
/**
820
822
* Optional. Output only. Restriction config for all tables and dataset. If set, restrict certain
821
823
* accesses on the dataset and all its tables based on the config. See [Data
822
- * egress](/bigquery/docs/analytics-hub-introduction#data_egress) for more details.
824
+ * egress](https://cloud.google.com/bigquery/docs/analytics-hub-introduction#data_egress) for more
825
+ * details.
823
826
* @param restrictions restrictions or {@code null} for none
824
827
*/
825
828
public Dataset setRestrictions (RestrictionConfig restrictions ) {
0 commit comments