Skip to content

Commit dfd68f7

Browse files
Google APIscopybara-github
authored andcommitted
docs: Remove unnecessary comment
PiperOrigin-RevId: 474807836
1 parent a5a8829 commit dfd68f7

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

google/bigtable/admin/v2/bigtable_table_admin.proto

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,8 @@ message RestoreTableRequest {
381381
// Name of the backup from which to restore. Values are of the form
382382
// `projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>`.
383383
string backup = 3 [(google.api.resource_reference) = {
384-
type: "bigtableadmin.googleapis.com/Backup"
385-
}];
384+
type: "bigtableadmin.googleapis.com/Backup"
385+
}];
386386
}
387387
}
388388

@@ -597,8 +597,6 @@ message GetTableRequest {
597597
message UpdateTableRequest {
598598
// Required. The table to update.
599599
// The table's `name` field is used to identify the table to update.
600-
// Format:
601-
// `projects/{project}/instances/{instance}/tables/[_a-zA-Z0-9][-_.a-zA-Z0-9]*`
602600
Table table = 1 [(google.api.field_behavior) = REQUIRED];
603601

604602
// Required. The list of fields to update.

0 commit comments

Comments
 (0)