File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ service BigtableTableAdmin {
270
270
}
271
271
272
272
// Create a new table by restoring from a completed backup. The new table
273
- // must be in the same instance as the instance containing the backup. The
273
+ // must be in the same project as the instance containing the backup. The
274
274
// returned table [long-running operation][google.longrunning.Operation] can
275
275
// be used to track the progress of the operation, and to cancel it. The
276
276
// [metadata][google.longrunning.Operation.metadata] field type is
@@ -335,8 +335,8 @@ service BigtableTableAdmin {
335
335
// [RestoreTable][google.bigtable.admin.v2.BigtableTableAdmin.RestoreTable].
336
336
message RestoreTableRequest {
337
337
// Required. The name of the instance in which to create the restored
338
- // table. This instance must be the parent of the source backup. Values are
339
- // of the form `projects/<project>/instances/<instance>`.
338
+ // table. This instance must be in the same project as the source backup.
339
+ // Values are of the form `projects/<project>/instances/<instance>`.
340
340
string parent = 1 [
341
341
(google.api.field_behavior ) = REQUIRED ,
342
342
(google.api.resource_reference ) = {
You can’t perform that action at this time.
0 commit comments