Class: Google::Cloud::Spanner::Admin::Database::V1::UpdateDatabaseDdlMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::Admin::Database::V1::UpdateDatabaseDdlMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb
Overview
Metadata type for the operation returned by UpdateDatabaseDdl.
Instance Attribute Summary collapse
-
#actions ⇒ ::Array<::Google::Cloud::Spanner::Admin::Database::V1::DdlStatementActionInfo>
The brief action info for the DDL statements.
-
#commit_timestamps ⇒ ::Array<::Google::Protobuf::Timestamp>
Reports the commit timestamps of all statements that have succeeded so far, where
commit_timestamps[i]
is the commit timestamp for the statementstatements[i]
. -
#database ⇒ ::String
The database being modified.
-
#progress ⇒ ::Array<::Google::Cloud::Spanner::Admin::Database::V1::OperationProgress>
The progress of the UpdateDatabaseDdl operations.
-
#statements ⇒ ::Array<::String>
For an update this list contains all the statements.
-
#throttled ⇒ ::Boolean
readonly
Output only.
Instance Attribute Details
#actions ⇒ ::Array<::Google::Cloud::Spanner::Admin::Database::V1::DdlStatementActionInfo>
Returns The brief action info for the DDL statements.
actions[i]
is the brief info for statements[i]
.
402 403 404 405 |
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 402 class UpdateDatabaseDdlMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#commit_timestamps ⇒ ::Array<::Google::Protobuf::Timestamp>
Returns 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]
.
402 403 404 405 |
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 402 class UpdateDatabaseDdlMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#database ⇒ ::String
Returns The database being modified.
402 403 404 405 |
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 402 class UpdateDatabaseDdlMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#progress ⇒ ::Array<::Google::Cloud::Spanner::Admin::Database::V1::OperationProgress>
Returns The progress of the
UpdateDatabaseDdl
operations. All DDL statements will have continuously updating progress,
and progress[i]
is the operation progress for statements[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.
402 403 404 405 |
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 402 class UpdateDatabaseDdlMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#statements ⇒ ::Array<::String>
Returns For an update this list contains all the statements. For an individual statement, this list contains only that statement.
402 403 404 405 |
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 402 class UpdateDatabaseDdlMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#throttled ⇒ ::Boolean (readonly)
Returns 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.
402 403 404 405 |
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 402 class UpdateDatabaseDdlMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |