Metadata type for the operation returned by databases.updateDdl
.
JSON representation |
---|
{
"database": string,
"statements": [
string
],
"commitTimestamps": [
string
],
"throttled": boolean,
"progress": [
{
object ( |
Fields | |
---|---|
database |
The database being modified. |
statements[] |
For an update this list contains all the statements. For an individual statement, this list contains only that statement. |
commitTimestamps[] |
Reports the commit timestamps of all statements that have succeeded so far, where A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
throttled |
Output only. When true, indicates that the operation is throttled e.g due to resource constraints. When resources become available the operation will resume and this field will be false again. |
progress[] |
The progress of the |