Skip to content

Commit 7df935e

Browse files
chore: adds throttled to UpdateDatabaseDdlMetadata (#1277)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/7114bcc2-d850-48f7-b57d-30d464b3c964/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 344883170 Source-Link: googleapis/googleapis@370e9f9
1 parent 909f6db commit 7df935e

File tree

5 files changed

+45
-4
lines changed

5 files changed

+45
-4
lines changed

protos/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].

protos/protos.d.ts

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/protos.js

Lines changed: 24 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/protos.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-spanner.git",
7-
"sha": "d42d9a80fdfa3b0fc7f675d1f4d0021c1a3437e3"
7+
"sha": "909f6db6db1f65a1c2160a520c36bedde3dd49da"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "2f019bf70bfe06f1e2af1b04011b0a2405190e43",
15-
"internalRef": "343202295"
14+
"sha": "370e9f9ac14dbc73f56e15257bccc06dfebd4196",
15+
"internalRef": "344883170"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)