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:
Google APIs 2025-05-16 13:31:51 -07:00 committed by Copybara-Service
parent bab01b38ef
commit cbc536a4cd

View file

@ -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