@@ -35,7 +35,10 @@ public final class Dataset extends com.google.api.client.json.GenericJson {
35
35
* the data. If unspecified at dataset creation time, BigQuery adds default dataset access for the
36
36
* following entities: access.specialGroup: projectReaders; access.role: READER;
37
37
* access.specialGroup: projectWriters; access.role: WRITER; access.specialGroup: projectOwners;
38
- * access.role: OWNER; access.userByEmail: [dataset creator email]; access.role: OWNER;
38
+ * access.role: OWNER; access.userByEmail: [dataset creator email]; access.role: OWNER; If you
39
+ * patch a dataset, then this field is overwritten by the patched dataset's access field. To add
40
+ * entities, you must supply the entire existing access array in addition to any new entities that
41
+ * you want to add.
39
42
* The value may be {@code null}.
40
43
*/
41
44
@ com .google .api .client .util .Key
@@ -285,7 +288,7 @@ public final class Dataset extends com.google.api.client.json.GenericJson {
285
288
private java .lang .String storageBillingModel ;
286
289
287
290
/**
288
- * Output only. Tags for the Dataset .
291
+ * Output only. Tags for the dataset. To provide tags as inputs, use the `resourceTags` field .
289
292
* The value may be {@code null}.
290
293
*/
291
294
@ com .google .api .client .util .Key
@@ -312,7 +315,10 @@ public final class Dataset extends com.google.api.client.json.GenericJson {
312
315
* the data. If unspecified at dataset creation time, BigQuery adds default dataset access for the
313
316
* following entities: access.specialGroup: projectReaders; access.role: READER;
314
317
* access.specialGroup: projectWriters; access.role: WRITER; access.specialGroup: projectOwners;
315
- * access.role: OWNER; access.userByEmail: [dataset creator email]; access.role: OWNER;
318
+ * access.role: OWNER; access.userByEmail: [dataset creator email]; access.role: OWNER; If you
319
+ * patch a dataset, then this field is overwritten by the patched dataset's access field. To add
320
+ * entities, you must supply the entire existing access array in addition to any new entities that
321
+ * you want to add.
316
322
* @return value or {@code null} for none
317
323
*/
318
324
public java .util .List <Access > getAccess () {
@@ -325,7 +331,10 @@ public java.util.List<Access> getAccess() {
325
331
* the data. If unspecified at dataset creation time, BigQuery adds default dataset access for the
326
332
* following entities: access.specialGroup: projectReaders; access.role: READER;
327
333
* access.specialGroup: projectWriters; access.role: WRITER; access.specialGroup: projectOwners;
328
- * access.role: OWNER; access.userByEmail: [dataset creator email]; access.role: OWNER;
334
+ * access.role: OWNER; access.userByEmail: [dataset creator email]; access.role: OWNER; If you
335
+ * patch a dataset, then this field is overwritten by the patched dataset's access field. To add
336
+ * entities, you must supply the entire existing access array in addition to any new entities that
337
+ * you want to add.
329
338
* @param access access or {@code null} for none
330
339
*/
331
340
public Dataset setAccess (java .util .List <Access > access ) {
@@ -889,15 +898,15 @@ public Dataset setStorageBillingModel(java.lang.String storageBillingModel) {
889
898
}
890
899
891
900
/**
892
- * Output only. Tags for the Dataset .
901
+ * Output only. Tags for the dataset. To provide tags as inputs, use the `resourceTags` field .
893
902
* @return value or {@code null} for none
894
903
*/
895
904
public java .util .List <Tags > getTags () {
896
905
return tags ;
897
906
}
898
907
899
908
/**
900
- * Output only. Tags for the Dataset .
909
+ * Output only. Tags for the dataset. To provide tags as inputs, use the `resourceTags` field .
901
910
* @param tags tags or {@code null} for none
902
911
*/
903
912
public Dataset setTags (java .util .List <Tags > tags ) {
0 commit comments