Skip to content

Commit 43d201c

Browse files
Google APIscopybara-github
Google APIs
authored andcommitted
docs: update the comments in Cloud Bigtable RestoreTable API to reflect the new API capability
Committer: @liubonan PiperOrigin-RevId: 372995286
1 parent 0a992df commit 43d201c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

google/bigtable/admin/v2/bigtable_table_admin.proto

+3-3
Original file line numberDiff line numberDiff 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].
336336
message 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) = {

0 commit comments

Comments
 (0)