Reference documentation and code samples for the Cloud Spanner Database Admin V1 API class Google::Cloud::Spanner::Admin::Database::V1::OptimizeRestoredDatabaseMetadata.
Metadata type for the long-running operation used to track the progress of optimizations performed on a newly restored database. This long-running operation is automatically created by the system after the successful completion of a database restore, and cannot be cancelled.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
- (::String) — Name of the restored database being optimized.
#name=
def name=(value) -> ::String
- value (::String) — Name of the restored database being optimized.
- (::String) — Name of the restored database being optimized.
#progress
def progress() -> ::Google::Cloud::Spanner::Admin::Database::V1::OperationProgress
- (::Google::Cloud::Spanner::Admin::Database::V1::OperationProgress) — The progress of the post-restore optimizations.
#progress=
def progress=(value) -> ::Google::Cloud::Spanner::Admin::Database::V1::OperationProgress
- value (::Google::Cloud::Spanner::Admin::Database::V1::OperationProgress) — The progress of the post-restore optimizations.
- (::Google::Cloud::Spanner::Admin::Database::V1::OperationProgress) — The progress of the post-restore optimizations.