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
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setName
Name of the restored table being optimized.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getProgress
The progress of the post-restore optimizations.
Returns | |
---|---|
Type | Description |
Google\Cloud\Bigtable\Admin\V2\OperationProgress|null |
hasProgress
clearProgress
setProgress
The progress of the post-restore optimizations.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Bigtable\Admin\V2\OperationProgress
|
Returns | |
---|---|
Type | Description |
$this |