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