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
Copy file name to clipboardexpand all lines: google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/stub/BigtableInstanceAdminStubSettings.java
Copy file name to clipboardexpand all lines: google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/stub/BigtableTableAdminStubSettings.java
Copy file name to clipboardexpand all lines: google-cloud-bigtable/src/main/resources/META-INF/native-image/com.google.cloud.bigtable.admin.v2/reflect-config.json
Copy file name to clipboardexpand all lines: google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/admin/v2/BaseBigtableTableAdminClientTest.java
+9
Original file line number
Diff line number
Diff line change
@@ -2096,6 +2096,7 @@ public void createBackupTest() 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
+4-4
Original file line number
Diff line number
Diff line change
@@ -1834,7 +1834,7 @@ default void listBackups(
1834
1834
* returned table [long-running operation][google.longrunning.Operation] can
1835
1835
* be used to track the progress of the operation, and to cancel it. The
1836
1836
* [metadata][google.longrunning.Operation.metadata] field type is
1837
-
* [RestoreTableMetadata][google.bigtable.admin.RestoreTableMetadata]. The
1837
+
* [RestoreTableMetadata][google.bigtable.admin.v2.RestoreTableMetadata]. The
1838
1838
* [response][google.longrunning.Operation.response] type is
1839
1839
* [Table][google.bigtable.admin.v2.Table], if successful.
1840
1840
* </pre>
@@ -2402,7 +2402,7 @@ public void listBackups(
2402
2402
* returned table [long-running operation][google.longrunning.Operation] can
2403
2403
* be used to track the progress of the operation, and to cancel it. The
2404
2404
* [metadata][google.longrunning.Operation.metadata] field type is
2405
-
* [RestoreTableMetadata][google.bigtable.admin.RestoreTableMetadata]. The
2405
+
* [RestoreTableMetadata][google.bigtable.admin.v2.RestoreTableMetadata]. The
2406
2406
* [response][google.longrunning.Operation.response] type is
2407
2407
* [Table][google.bigtable.admin.v2.Table], if successful.
2408
2408
* </pre>
@@ -2887,7 +2887,7 @@ public com.google.bigtable.admin.v2.ListBackupsResponse listBackups(
2887
2887
* returned table [long-running operation][google.longrunning.Operation] can
2888
2888
* be used to track the progress of the operation, and to cancel it. The
2889
2889
* [metadata][google.longrunning.Operation.metadata] field type is
2890
-
* [RestoreTableMetadata][google.bigtable.admin.RestoreTableMetadata]. The
2890
+
* [RestoreTableMetadata][google.bigtable.admin.v2.RestoreTableMetadata]. The
2891
2891
* [response][google.longrunning.Operation.response] type is
2892
2892
* [Table][google.bigtable.admin.v2.Table], if successful.
0 commit comments