File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ service BigtableTableAdmin {
270270 }
271271
272272 // 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
274274 // returned table [long-running operation][google.longrunning.Operation] can
275275 // be used to track the progress of the operation, and to cancel it. The
276276 // [metadata][google.longrunning.Operation.metadata] field type is
@@ -335,8 +335,8 @@ service BigtableTableAdmin {
335335// [RestoreTable][google.bigtable.admin.v2.BigtableTableAdmin.RestoreTable].
336336message RestoreTableRequest {
337337 // 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>`.
340340 string parent = 1 [
341341 (google.api.field_behavior ) = REQUIRED ,
342342 (google.api.resource_reference ) = {
You can’t perform that action at this time.
0 commit comments