Metadata type for the operation returned by databases.updateDdl
.
JSON representation | |
---|---|
{ "database": string, "statements": [ string ], "commitTimestamps": [ string ] } |
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, accurate to nanoseconds. Example: |