Cloud Bigtable Admin V2 API - Class Google::Cloud::Bigtable::Admin::V2::OptimizeRestoredTableMetadata (v0.14.0)

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

#progress=

def progress=(value) -> ::Google::Cloud::Bigtable::Admin::V2::OperationProgress
Parameter
Returns