Reference documentation and code samples for the Cloud Spanner Database Admin V1 API class Google::Cloud::Spanner::Admin::Database::V1::UpdateDatabaseMetadata.
Metadata type for the operation returned by UpdateDatabase.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cancel_time
def cancel_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is best-effort).
#cancel_time=
def cancel_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is best-effort).
Returns
- (::Google::Protobuf::Timestamp) — The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is best-effort).
#progress
def progress() -> ::Google::Cloud::Spanner::Admin::Database::V1::OperationProgress
Returns
- (::Google::Cloud::Spanner::Admin::Database::V1::OperationProgress) — The progress of the UpdateDatabase operation.
#progress=
def progress=(value) -> ::Google::Cloud::Spanner::Admin::Database::V1::OperationProgress
Parameter
- value (::Google::Cloud::Spanner::Admin::Database::V1::OperationProgress) — The progress of the UpdateDatabase operation.
Returns
- (::Google::Cloud::Spanner::Admin::Database::V1::OperationProgress) — The progress of the UpdateDatabase operation.
#request
def request() -> ::Google::Cloud::Spanner::Admin::Database::V1::UpdateDatabaseRequest
Returns
- (::Google::Cloud::Spanner::Admin::Database::V1::UpdateDatabaseRequest) — The request for UpdateDatabase.
#request=
def request=(value) -> ::Google::Cloud::Spanner::Admin::Database::V1::UpdateDatabaseRequest
Parameter
- value (::Google::Cloud::Spanner::Admin::Database::V1::UpdateDatabaseRequest) — The request for UpdateDatabase.
Returns
- (::Google::Cloud::Spanner::Admin::Database::V1::UpdateDatabaseRequest) — The request for UpdateDatabase.