mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-19 13:17:47 +02:00
docs: Remove unnecessary comment
PiperOrigin-RevId: 474807836
This commit is contained in:
parent
a5a8829273
commit
dfd68f74dd
1 changed files with 2 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue