Skip to content

Commit 370e9f9

Browse files
Google APIscopybara-github
authored andcommitted
chore: adds throttled to UpdateDatabaseDdlMetadata
Indicates whether the ddl operation was throttled, due to resource constraints. When resources become available the operation will resume and this field will be false again. PiperOrigin-RevId: 344883170
1 parent 81a3362 commit 370e9f9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

google/spanner/admin/database/v1/spanner_database_admin.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,11 @@ message UpdateDatabaseDdlMetadata {
514514
// succeeded so far, where `commit_timestamps[i]` is the commit
515515
// timestamp for the statement `statements[i]`.
516516
repeated google.protobuf.Timestamp commit_timestamps = 3;
517+
518+
// Output only. When true, indicates that the operation is throttled e.g
519+
// due to resource constraints. When resources become available the operation
520+
// will resume and this field will be false again.
521+
bool throttled = 4 [(google.api.field_behavior) = OUTPUT_ONLY];
517522
}
518523

519524
// The request for [DropDatabase][google.spanner.admin.database.v1.DatabaseAdmin.DropDatabase].

0 commit comments

Comments
 (0)