mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-17 13:06:47 +02:00
feat: add throughput_mode to UpdateDatabaseDdlRequest to be used by Spanner Migration Tool. See https://github.com/GoogleCloudPlatform/spanner-migration-tool
PiperOrigin-RevId: 759735605
This commit is contained in:
parent
bab01b38ef
commit
cbc536a4cd
1 changed files with 5 additions and 0 deletions
|
|
@ -813,6 +813,11 @@ message UpdateDatabaseDdlRequest {
|
|||
// For more details, see protobuffer [self
|
||||
// description](https://developers.google.com/protocol-buffers/docs/techniques#self-description).
|
||||
bytes proto_descriptors = 4 [(google.api.field_behavior) = OPTIONAL];
|
||||
|
||||
// Optional. This field is exposed to be used by the Spanner Migration Tool.
|
||||
// For more details, see
|
||||
// [SMT](https://github.com/GoogleCloudPlatform/spanner-migration-tool).
|
||||
bool throughput_mode = 5 [(google.api.field_behavior) = OPTIONAL];
|
||||
}
|
||||
|
||||
// Action information extracted from a DDL statement. This proto is used to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue