File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
597597message 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.
You can’t perform that action at this time.
0 commit comments