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: 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
@@ -1363,7 +1363,7 @@ public void listBackups(
1363
1363
*
1364
1364
* <pre>
1365
1365
* Create a new table by restoring from a completed backup. The new table
1366
-
* must be in the same instance as the instance containing the backup. The
1366
+
* must be in the same project as the instance containing the backup. The
1367
1367
* returned table [long-running operation][google.longrunning.Operation] can
1368
1368
* be used to track the progress of the operation, and to cancel it. The
1369
1369
* [metadata][google.longrunning.Operation.metadata] field type is
@@ -1929,7 +1929,7 @@ public void listBackups(
1929
1929
*
1930
1930
* <pre>
1931
1931
* Create a new table by restoring from a completed backup. The new table
1932
-
* must be in the same instance as the instance containing the backup. The
1932
+
* must be in the same project as the instance containing the backup. The
1933
1933
* returned table [long-running operation][google.longrunning.Operation] can
1934
1934
* be used to track the progress of the operation, and to cancel it. The
1935
1935
* [metadata][google.longrunning.Operation.metadata] field type is
@@ -2308,7 +2308,7 @@ public com.google.bigtable.admin.v2.ListBackupsResponse listBackups(
2308
2308
*
2309
2309
* <pre>
2310
2310
* Create a new table by restoring from a completed backup. The new table
2311
-
* must be in the same instance as the instance containing the backup. The
2311
+
* must be in the same project as the instance containing the backup. The
2312
2312
* returned table [long-running operation][google.longrunning.Operation] can
2313
2313
* be used to track the progress of the operation, and to cancel it. The
2314
2314
* [metadata][google.longrunning.Operation.metadata] field type is
Copy file name to clipboardExpand all lines: proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/RestoreTableRequestOrBuilder.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ public interface RestoreTableRequestOrBuilder
28
28
*
29
29
* <pre>
30
30
* Required. The name of the instance in which to create the restored
31
-
* table. This instance must be the parent of the source backup. Values are
32
-
* of the form `projects/<project>/instances/<instance>`.
31
+
* table. This instance must be in the same project as the source backup.
32
+
* Values are of the form `projects/<project>/instances/<instance>`.
33
33
* </pre>
34
34
*
35
35
* <code>
@@ -44,8 +44,8 @@ public interface RestoreTableRequestOrBuilder
44
44
*
45
45
* <pre>
46
46
* Required. The name of the instance in which to create the restored
47
-
* table. This instance must be the parent of the source backup. Values are
48
-
* of the form `projects/<project>/instances/<instance>`.
47
+
* table. This instance must be in the same project as the source backup.
48
+
* Values are of the form `projects/<project>/instances/<instance>`.
0 commit comments