docs: Remove unnecessary comment

PiperOrigin-RevId: 474807836
This commit is contained in:
Google APIs 2022-09-16 07:15:56 -07:00 committed by Copybara-Service
parent a5a8829273
commit dfd68f74dd

View file

@ -381,8 +381,8 @@ message RestoreTableRequest {
// Name of the backup from which to restore. Values are of the form
// `projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>`.
string backup = 3 [(google.api.resource_reference) = {
type: "bigtableadmin.googleapis.com/Backup"
}];
type: "bigtableadmin.googleapis.com/Backup"
}];
}
}
@ -597,8 +597,6 @@ message GetTableRequest {
message UpdateTableRequest {
// Required. The table to update.
// The table's `name` field is used to identify the table to update.
// Format:
// `projects/{project}/instances/{instance}/tables/[_a-zA-Z0-9][-_.a-zA-Z0-9]*`
Table table = 1 [(google.api.field_behavior) = REQUIRED];
// Required. The list of fields to update.