Class UpdateDatabaseDdlMetadata (3.18.0)

UpdateDatabaseDdlMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metadata type for the operation returned by UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl].

Attributes

NameDescription
database str
The database being modified.
statements Sequence[str]
For an update this list contains all the statements. For an individual statement, this list contains only that statement.
commit_timestamps Sequence[google.protobuf.timestamp_pb2.Timestamp]
Reports the commit timestamps of all statements that have succeeded so far, where commit_timestamps[i] is the commit timestamp for the statement statements[i].
throttled bool
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 Sequence[google.cloud.spanner_admin_database_v1.types.OperationProgress]
The progress of the UpdateDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabaseDdl] operations. Currently, only index creation statements will have a continuously updating progress. For non-index creation statements, 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. progress[i] is the operation progress for statements[i].