Class: Google::Cloud::Spanner::Admin::Database::V1::UpdateDatabaseMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::Admin::Database::V1::UpdateDatabaseMetadata
- 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 UpdateDatabase.
Instance Attribute Summary collapse
-
#cancel_time ⇒ ::Google::Protobuf::Timestamp
The time at which this operation was cancelled.
-
#progress ⇒ ::Google::Cloud::Spanner::Admin::Database::V1::OperationProgress
The progress of the UpdateDatabase operation.
-
#request ⇒ ::Google::Cloud::Spanner::Admin::Database::V1::UpdateDatabaseRequest
The request for UpdateDatabase.
Instance Attribute Details
#cancel_time ⇒ ::Google::Protobuf::Timestamp
Returns The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is best-effort).
275 276 277 278 |
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 275 class UpdateDatabaseMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#progress ⇒ ::Google::Cloud::Spanner::Admin::Database::V1::OperationProgress
Returns The progress of the UpdateDatabase operation.
275 276 277 278 |
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 275 class UpdateDatabaseMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request ⇒ ::Google::Cloud::Spanner::Admin::Database::V1::UpdateDatabaseRequest
Returns The request for UpdateDatabase.
275 276 277 278 |
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 275 class UpdateDatabaseMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |