Cloud Bigtable V2 Client - Class OptimizeRestoredTableMetadata (1.23.0)

Reference documentation and code samples for the Cloud Bigtable V2 Client class 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.

Generated from protobuf message google.bigtable.admin.v2.OptimizeRestoredTableMetadata

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Name of the restored table being optimized.

↳ progress Google\Cloud\Bigtable\Admin\V2\OperationProgress

The progress of the post-restore optimizations.

getName

Name of the restored table being optimized.

Returns
TypeDescription
string

setName

Name of the restored table being optimized.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProgress

The progress of the post-restore optimizations.

Returns
TypeDescription
Google\Cloud\Bigtable\Admin\V2\OperationProgress|null

hasProgress

clearProgress

setProgress

The progress of the post-restore optimizations.

Parameter
NameDescription
var Google\Cloud\Bigtable\Admin\V2\OperationProgress
Returns
TypeDescription
$this