@@ -5229,7 +5229,8 @@ public Get set(String parameterName, Object value) {
5229
5229
* Gets the access control policy for a database or backup resource. Returns an empty policy if a
5230
5230
* database or backup exists but does not have a policy set. Authorization requires
5231
5231
* `spanner.databases.getIamPolicy` permission on resource. For backups, authorization requires
5232
- * `spanner.backups.getIamPolicy` permission on resource.
5232
+ * `spanner.backups.getIamPolicy` permission on resource. For backup schedules, authorization
5233
+ * requires `spanner.backupSchedules.getIamPolicy` permission on resource.
5233
5234
*
5234
5235
* Create a request for the method "backups.getIamPolicy".
5235
5236
*
@@ -5259,7 +5260,8 @@ public class GetIamPolicy extends SpannerRequest<com.google.api.services.spanner
5259
5260
* Gets the access control policy for a database or backup resource. Returns an empty policy if a
5260
5261
* database or backup exists but does not have a policy set. Authorization requires
5261
5262
* `spanner.databases.getIamPolicy` permission on resource. For backups, authorization requires
5262
- * `spanner.backups.getIamPolicy` permission on resource.
5263
+ * `spanner.backups.getIamPolicy` permission on resource. For backup schedules, authorization
5264
+ * requires `spanner.backupSchedules.getIamPolicy` permission on resource.
5263
5265
*
5264
5266
* Create a request for the method "backups.getIamPolicy".
5265
5267
*
@@ -5833,7 +5835,8 @@ public Patch set(String parameterName, Object value) {
5833
5835
/**
5834
5836
* Sets the access control policy on a database or backup resource. Replaces any existing policy.
5835
5837
* Authorization requires `spanner.databases.setIamPolicy` permission on resource. For backups,
5836
- * authorization requires `spanner.backups.setIamPolicy` permission on resource.
5838
+ * authorization requires `spanner.backups.setIamPolicy` permission on resource. For backup
5839
+ * schedules, authorization requires `spanner.backupSchedules.setIamPolicy` permission on resource.
5837
5840
*
5838
5841
* Create a request for the method "backups.setIamPolicy".
5839
5842
*
@@ -5862,7 +5865,9 @@ public class SetIamPolicy extends SpannerRequest<com.google.api.services.spanner
5862
5865
/**
5863
5866
* Sets the access control policy on a database or backup resource. Replaces any existing policy.
5864
5867
* Authorization requires `spanner.databases.setIamPolicy` permission on resource. For backups,
5865
- * authorization requires `spanner.backups.setIamPolicy` permission on resource.
5868
+ * authorization requires `spanner.backups.setIamPolicy` permission on resource. For backup
5869
+ * schedules, authorization requires `spanner.backupSchedules.setIamPolicy` permission on
5870
+ * resource.
5866
5871
*
5867
5872
* Create a request for the method "backups.setIamPolicy".
5868
5873
*
@@ -5985,7 +5990,8 @@ public SetIamPolicy set(String parameterName, Object value) {
5985
5990
* has `spanner.databases.list` permission on the containing Cloud Spanner instance. Otherwise
5986
5991
* returns an empty set of permissions. Calling this method on a backup that does not exist will
5987
5992
* result in a NOT_FOUND error if the user has `spanner.backups.list` permission on the containing
5988
- * instance.
5993
+ * instance. Calling this method on a backup schedule that does not exist will result in a NOT_FOUND
5994
+ * error if the user has `spanner.backupSchedules.list` permission on the containing database.
5989
5995
*
5990
5996
* Create a request for the method "backups.testIamPermissions".
5991
5997
*
@@ -6017,7 +6023,9 @@ public class TestIamPermissions extends SpannerRequest<com.google.api.services.s
6017
6023
* if the user has `spanner.databases.list` permission on the containing Cloud Spanner instance.
6018
6024
* Otherwise returns an empty set of permissions. Calling this method on a backup that does not
6019
6025
* exist will result in a NOT_FOUND error if the user has `spanner.backups.list` permission on the
6020
- * containing instance.
6026
+ * containing instance. Calling this method on a backup schedule that does not exist will result
6027
+ * in a NOT_FOUND error if the user has `spanner.backupSchedules.list` permission on the
6028
+ * containing database.
6021
6029
*
6022
6030
* Create a request for the method "backups.testIamPermissions".
6023
6031
*
@@ -7808,7 +7816,8 @@ public GetDdl set(String parameterName, Object value) {
7808
7816
* Gets the access control policy for a database or backup resource. Returns an empty policy if a
7809
7817
* database or backup exists but does not have a policy set. Authorization requires
7810
7818
* `spanner.databases.getIamPolicy` permission on resource. For backups, authorization requires
7811
- * `spanner.backups.getIamPolicy` permission on resource.
7819
+ * `spanner.backups.getIamPolicy` permission on resource. For backup schedules, authorization
7820
+ * requires `spanner.backupSchedules.getIamPolicy` permission on resource.
7812
7821
*
7813
7822
* Create a request for the method "databases.getIamPolicy".
7814
7823
*
@@ -7838,7 +7847,8 @@ public class GetIamPolicy extends SpannerRequest<com.google.api.services.spanner
7838
7847
* Gets the access control policy for a database or backup resource. Returns an empty policy if a
7839
7848
* database or backup exists but does not have a policy set. Authorization requires
7840
7849
* `spanner.databases.getIamPolicy` permission on resource. For backups, authorization requires
7841
- * `spanner.backups.getIamPolicy` permission on resource.
7850
+ * `spanner.backups.getIamPolicy` permission on resource. For backup schedules, authorization
7851
+ * requires `spanner.backupSchedules.getIamPolicy` permission on resource.
7842
7852
*
7843
7853
* Create a request for the method "databases.getIamPolicy".
7844
7854
*
@@ -8717,7 +8727,8 @@ public Restore set(String parameterName, Object value) {
8717
8727
/**
8718
8728
* Sets the access control policy on a database or backup resource. Replaces any existing policy.
8719
8729
* Authorization requires `spanner.databases.setIamPolicy` permission on resource. For backups,
8720
- * authorization requires `spanner.backups.setIamPolicy` permission on resource.
8730
+ * authorization requires `spanner.backups.setIamPolicy` permission on resource. For backup
8731
+ * schedules, authorization requires `spanner.backupSchedules.setIamPolicy` permission on resource.
8721
8732
*
8722
8733
* Create a request for the method "databases.setIamPolicy".
8723
8734
*
@@ -8746,7 +8757,9 @@ public class SetIamPolicy extends SpannerRequest<com.google.api.services.spanner
8746
8757
/**
8747
8758
* Sets the access control policy on a database or backup resource. Replaces any existing policy.
8748
8759
* Authorization requires `spanner.databases.setIamPolicy` permission on resource. For backups,
8749
- * authorization requires `spanner.backups.setIamPolicy` permission on resource.
8760
+ * authorization requires `spanner.backups.setIamPolicy` permission on resource. For backup
8761
+ * schedules, authorization requires `spanner.backupSchedules.setIamPolicy` permission on
8762
+ * resource.
8750
8763
*
8751
8764
* Create a request for the method "databases.setIamPolicy".
8752
8765
*
@@ -8869,7 +8882,8 @@ public SetIamPolicy set(String parameterName, Object value) {
8869
8882
* has `spanner.databases.list` permission on the containing Cloud Spanner instance. Otherwise
8870
8883
* returns an empty set of permissions. Calling this method on a backup that does not exist will
8871
8884
* result in a NOT_FOUND error if the user has `spanner.backups.list` permission on the containing
8872
- * instance.
8885
+ * instance. Calling this method on a backup schedule that does not exist will result in a NOT_FOUND
8886
+ * error if the user has `spanner.backupSchedules.list` permission on the containing database.
8873
8887
*
8874
8888
* Create a request for the method "databases.testIamPermissions".
8875
8889
*
@@ -8901,7 +8915,9 @@ public class TestIamPermissions extends SpannerRequest<com.google.api.services.s
8901
8915
* if the user has `spanner.databases.list` permission on the containing Cloud Spanner instance.
8902
8916
* Otherwise returns an empty set of permissions. Calling this method on a backup that does not
8903
8917
* exist will result in a NOT_FOUND error if the user has `spanner.backups.list` permission on the
8904
- * containing instance.
8918
+ * containing instance. Calling this method on a backup schedule that does not exist will result
8919
+ * in a NOT_FOUND error if the user has `spanner.backupSchedules.list` permission on the
8920
+ * containing database.
8905
8921
*
8906
8922
* Create a request for the method "databases.testIamPermissions".
8907
8923
*
@@ -9619,7 +9635,8 @@ public Get set(String parameterName, Object value) {
9619
9635
* Gets the access control policy for a database or backup resource. Returns an empty policy if a
9620
9636
* database or backup exists but does not have a policy set. Authorization requires
9621
9637
* `spanner.databases.getIamPolicy` permission on resource. For backups, authorization requires
9622
- * `spanner.backups.getIamPolicy` permission on resource.
9638
+ * `spanner.backups.getIamPolicy` permission on resource. For backup schedules, authorization
9639
+ * requires `spanner.backupSchedules.getIamPolicy` permission on resource.
9623
9640
*
9624
9641
* Create a request for the method "backupSchedules.getIamPolicy".
9625
9642
*
@@ -9649,7 +9666,8 @@ public class GetIamPolicy extends SpannerRequest<com.google.api.services.spanner
9649
9666
* Gets the access control policy for a database or backup resource. Returns an empty policy if a
9650
9667
* database or backup exists but does not have a policy set. Authorization requires
9651
9668
* `spanner.databases.getIamPolicy` permission on resource. For backups, authorization requires
9652
- * `spanner.backups.getIamPolicy` permission on resource.
9669
+ * `spanner.backups.getIamPolicy` permission on resource. For backup schedules, authorization
9670
+ * requires `spanner.backupSchedules.getIamPolicy` permission on resource.
9653
9671
*
9654
9672
* Create a request for the method "backupSchedules.getIamPolicy".
9655
9673
*
@@ -10143,7 +10161,8 @@ public Patch set(String parameterName, Object value) {
10143
10161
/**
10144
10162
* Sets the access control policy on a database or backup resource. Replaces any existing policy.
10145
10163
* Authorization requires `spanner.databases.setIamPolicy` permission on resource. For backups,
10146
- * authorization requires `spanner.backups.setIamPolicy` permission on resource.
10164
+ * authorization requires `spanner.backups.setIamPolicy` permission on resource. For backup
10165
+ * schedules, authorization requires `spanner.backupSchedules.setIamPolicy` permission on resource.
10147
10166
*
10148
10167
* Create a request for the method "backupSchedules.setIamPolicy".
10149
10168
*
@@ -10172,7 +10191,9 @@ public class SetIamPolicy extends SpannerRequest<com.google.api.services.spanner
10172
10191
/**
10173
10192
* Sets the access control policy on a database or backup resource. Replaces any existing policy.
10174
10193
* Authorization requires `spanner.databases.setIamPolicy` permission on resource. For backups,
10175
- * authorization requires `spanner.backups.setIamPolicy` permission on resource.
10194
+ * authorization requires `spanner.backups.setIamPolicy` permission on resource. For backup
10195
+ * schedules, authorization requires `spanner.backupSchedules.setIamPolicy` permission on
10196
+ * resource.
10176
10197
*
10177
10198
* Create a request for the method "backupSchedules.setIamPolicy".
10178
10199
*
@@ -10295,7 +10316,8 @@ public SetIamPolicy set(String parameterName, Object value) {
10295
10316
* has `spanner.databases.list` permission on the containing Cloud Spanner instance. Otherwise
10296
10317
* returns an empty set of permissions. Calling this method on a backup that does not exist will
10297
10318
* result in a NOT_FOUND error if the user has `spanner.backups.list` permission on the containing
10298
- * instance.
10319
+ * instance. Calling this method on a backup schedule that does not exist will result in a NOT_FOUND
10320
+ * error if the user has `spanner.backupSchedules.list` permission on the containing database.
10299
10321
*
10300
10322
* Create a request for the method "backupSchedules.testIamPermissions".
10301
10323
*
@@ -10327,7 +10349,9 @@ public class TestIamPermissions extends SpannerRequest<com.google.api.services.s
10327
10349
* if the user has `spanner.databases.list` permission on the containing Cloud Spanner instance.
10328
10350
* Otherwise returns an empty set of permissions. Calling this method on a backup that does not
10329
10351
* exist will result in a NOT_FOUND error if the user has `spanner.backups.list` permission on the
10330
- * containing instance.
10352
+ * containing instance. Calling this method on a backup schedule that does not exist will result
10353
+ * in a NOT_FOUND error if the user has `spanner.backupSchedules.list` permission on the
10354
+ * containing database.
10331
10355
*
10332
10356
* Create a request for the method "backupSchedules.testIamPermissions".
10333
10357
*
@@ -10665,7 +10689,8 @@ public List set(String parameterName, Object value) {
10665
10689
* has `spanner.databases.list` permission on the containing Cloud Spanner instance. Otherwise
10666
10690
* returns an empty set of permissions. Calling this method on a backup that does not exist will
10667
10691
* result in a NOT_FOUND error if the user has `spanner.backups.list` permission on the containing
10668
- * instance.
10692
+ * instance. Calling this method on a backup schedule that does not exist will result in a NOT_FOUND
10693
+ * error if the user has `spanner.backupSchedules.list` permission on the containing database.
10669
10694
*
10670
10695
* Create a request for the method "databaseRoles.testIamPermissions".
10671
10696
*
@@ -10697,7 +10722,9 @@ public class TestIamPermissions extends SpannerRequest<com.google.api.services.s
10697
10722
* if the user has `spanner.databases.list` permission on the containing Cloud Spanner instance.
10698
10723
* Otherwise returns an empty set of permissions. Calling this method on a backup that does not
10699
10724
* exist will result in a NOT_FOUND error if the user has `spanner.backups.list` permission on the
10700
- * containing instance.
10725
+ * containing instance. Calling this method on a backup schedule that does not exist will result
10726
+ * in a NOT_FOUND error if the user has `spanner.backupSchedules.list` permission on the
10727
+ * containing database.
10701
10728
*
10702
10729
* Create a request for the method "databaseRoles.testIamPermissions".
10703
10730
*
0 commit comments