UpdateDatabaseDdlMetadata

Metadata type for the operation returned bydatabases.updateDdl.

JSON representation
{"database":string,"statements":[string],"commitTimestamps":[string],"throttled":boolean,"progress":[{object (OperationProgress)}],"actions":[{object (DdlStatementActionInfo)}]}
Fields
database

string

The database being modified.

statements[]

string

For an update this list contains all the statements. For an individual statement, this list contains only that statement.

commitTimestamps[]

string (Timestamp format)

Reports the commit timestamps of all statements that have succeeded so far, wherecommitTimestamps[i] is the commit timestamp for the statementstatements[i].

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:"2014-10-02T15:01:23Z","2014-10-02T15:01:23.045123456Z" or"2014-10-02T15:01:23+05:30".

throttled

boolean

Output only. When true, indicates that the operation is throttled, for example, due to resource constraints. When resources become available the operation will resume and this field will be false again.

progress[]

object (OperationProgress)

The progress of thedatabases.updateDdl operations. All DDL statements will have continuously updating progress, andprogress[i] is the operation progress forstatements[i]. Also,progress[i] will have start time and end time populated with commit timestamp of operation, as well as a progress of 100% once the operation has completed.

actions[]

object (DdlStatementActionInfo)

The brief action info for the DDL statements.actions[i] is the brief info forstatements[i].

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-09-04 UTC.