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
feat(autogenerated): Update BigtableTableAdmin GetIamPolicy to include the additional binding for Backup, Change DeleteAppProfileRequest.ignore_warnings to REQUIRED. (#530)
PiperOrigin-RevId: 339464550
Source-Author: Google APIs <noreply@google.com>
Source-Date: Wed Oct 28 08:32:48 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: ccd6462d31e6422fd188b6590aa8d0ad03e7d9a3
Source-Link: googleapis/googleapis@ccd6462
Copy file name to clipboardexpand all lines: google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BaseBigtableInstanceAdminClient.java
+4
Original file line number
Diff line number
Diff line change
@@ -1725,8 +1725,10 @@ public final void deleteAppProfile(String name) {
Copy file name to clipboardexpand all lines: google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/admin/v2/BaseBigtableTableAdminClientTest.java
+10-2
Original file line number
Diff line number
Diff line change
@@ -1094,7 +1094,10 @@ public void restoreTableTest() throws Exception {
Copy file name to clipboardexpand all lines: grpc-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/BigtableTableAdminGrpc.java
+32-32
Original file line number
Diff line number
Diff line change
@@ -1278,14 +1278,14 @@ public void deleteSnapshot(
1278
1278
*
1279
1279
*
1280
1280
* <pre>
1281
-
* Starts creating a new Cloud Bigtable Backup. The returned backup
1281
+
* Starts creating a new Cloud Bigtable Backup. The returned backup
1282
1282
* [long-running operation][google.longrunning.Operation] can be used to
1283
1283
* track creation of the backup. The
1284
1284
* [metadata][google.longrunning.Operation.metadata] field type is
1285
1285
* [CreateBackupMetadata][google.bigtable.admin.v2.CreateBackupMetadata]. The
1286
1286
* [response][google.longrunning.Operation.response] field type is
1287
-
* [Backup][google.bigtable.admin.v2.Backup], if successful. Cancelling the
1288
-
* returned operation will stop the creation and delete the backup.
1287
+
* [Backup][google.bigtable.admin.v2.Backup], if successful. Cancelling the returned operation will stop the
1288
+
* creation and delete the backup.
1289
1289
* </pre>
1290
1290
*/
1291
1291
publicvoidcreateBackup(
@@ -1353,11 +1353,11 @@ public void listBackups(
1353
1353
*
1354
1354
* <pre>
1355
1355
* Create a new table by restoring from a completed backup. The new table
1356
-
* must be in the same instance as the instance containing the backup. The
1356
+
* must be in the same instance as the instance containing the backup. The
1357
1357
* returned table [long-running operation][google.longrunning.Operation] can
1358
-
* be used to track the progress of the operation, and to cancel it. The
1358
+
* be used to track the progress of the operation, and to cancel it. The
1359
1359
* [metadata][google.longrunning.Operation.metadata] field type is
1360
-
* [RestoreTableMetadata][google.bigtable.admin.RestoreTableMetadata]. The
1360
+
* [RestoreTableMetadata][google.bigtable.admin.RestoreTableMetadata]. The
1361
1361
* [response][google.longrunning.Operation.response] type is
1362
1362
* [Table][google.bigtable.admin.v2.Table], if successful.
1363
1363
* </pre>
@@ -1372,7 +1372,7 @@ public void restoreTable(
1372
1372
*
1373
1373
*
1374
1374
* <pre>
1375
-
* Gets the access control policy for a resource.
1375
+
* Gets the access control policy for a Table or Backup resource.
1376
1376
* Returns an empty policy if the resource exists but does not have a policy
1377
1377
* set.
1378
1378
* </pre>
@@ -1401,7 +1401,7 @@ public void setIamPolicy(
1401
1401
*
1402
1402
*
1403
1403
* <pre>
1404
-
* Returns permissions that the caller has on the specified table resource.
1404
+
* Returns permissions that the caller has on the specified Table or Backup resource.
1405
1405
* </pre>
1406
1406
*/
1407
1407
publicvoidtestIamPermissions(
@@ -1827,14 +1827,14 @@ public void deleteSnapshot(
1827
1827
*
1828
1828
*
1829
1829
* <pre>
1830
-
* Starts creating a new Cloud Bigtable Backup. The returned backup
1830
+
* Starts creating a new Cloud Bigtable Backup. The returned backup
1831
1831
* [long-running operation][google.longrunning.Operation] can be used to
1832
1832
* track creation of the backup. The
1833
1833
* [metadata][google.longrunning.Operation.metadata] field type is
1834
1834
* [CreateBackupMetadata][google.bigtable.admin.v2.CreateBackupMetadata]. The
1835
1835
* [response][google.longrunning.Operation.response] field type is
1836
-
* [Backup][google.bigtable.admin.v2.Backup], if successful. Cancelling the
1837
-
* returned operation will stop the creation and delete the backup.
1836
+
* [Backup][google.bigtable.admin.v2.Backup], if successful. Cancelling the returned operation will stop the
1837
+
* creation and delete the backup.
1838
1838
* </pre>
1839
1839
*/
1840
1840
publicvoidcreateBackup(
@@ -1915,11 +1915,11 @@ public void listBackups(
1915
1915
*
1916
1916
* <pre>
1917
1917
* Create a new table by restoring from a completed backup. The new table
1918
-
* must be in the same instance as the instance containing the backup. The
1918
+
* must be in the same instance as the instance containing the backup. The
1919
1919
* returned table [long-running operation][google.longrunning.Operation] can
1920
-
* be used to track the progress of the operation, and to cancel it. The
1920
+
* be used to track the progress of the operation, and to cancel it. The
1921
1921
* [metadata][google.longrunning.Operation.metadata] field type is
1922
-
* [RestoreTableMetadata][google.bigtable.admin.RestoreTableMetadata]. The
1922
+
* [RestoreTableMetadata][google.bigtable.admin.RestoreTableMetadata]. The
1923
1923
* [response][google.longrunning.Operation.response] type is
1924
1924
* [Table][google.bigtable.admin.v2.Table], if successful.
1925
1925
* </pre>
@@ -1937,7 +1937,7 @@ public void restoreTable(
1937
1937
*
1938
1938
*
1939
1939
* <pre>
1940
-
* Gets the access control policy for a resource.
1940
+
* Gets the access control policy for a Table or Backup resource.
1941
1941
* Returns an empty policy if the resource exists but does not have a policy
1942
1942
* set.
1943
1943
* </pre>
@@ -1972,7 +1972,7 @@ public void setIamPolicy(
1972
1972
*
1973
1973
*
1974
1974
* <pre>
1975
-
* Returns permissions that the caller has on the specified table resource.
1975
+
* Returns permissions that the caller has on the specified Table or Backup resource.
1976
1976
* </pre>
1977
1977
*/
1978
1978
publicvoidtestIamPermissions(
@@ -2211,14 +2211,14 @@ public com.google.protobuf.Empty deleteSnapshot(
2211
2211
*
2212
2212
*
2213
2213
* <pre>
2214
-
* Starts creating a new Cloud Bigtable Backup. The returned backup
2214
+
* Starts creating a new Cloud Bigtable Backup. The returned backup
2215
2215
* [long-running operation][google.longrunning.Operation] can be used to
2216
2216
* track creation of the backup. The
2217
2217
* [metadata][google.longrunning.Operation.metadata] field type is
2218
2218
* [CreateBackupMetadata][google.bigtable.admin.v2.CreateBackupMetadata]. The
2219
2219
* [response][google.longrunning.Operation.response] field type is
2220
-
* [Backup][google.bigtable.admin.v2.Backup], if successful. Cancelling the
2221
-
* returned operation will stop the creation and delete the backup.
2220
+
* [Backup][google.bigtable.admin.v2.Backup], if successful. Cancelling the returned operation will stop the
0 commit comments