Class: Google::Bigtable::Admin::V2::OptimizeRestoredTableMetadata
- Inherits:
-
Object
- Object
- Google::Bigtable::Admin::V2::OptimizeRestoredTableMetadata
- Defined in:
- lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
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.
Instance Attribute Summary collapse
-
#name ⇒ String
Name of the restored table being optimized.
-
#progress ⇒ Google::Bigtable::Admin::V2::OperationProgress
The progress of the post-restore optimizations.
Instance Attribute Details
#name ⇒ String
Returns Name of the restored table being optimized.
583 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 583 class OptimizeRestoredTableMetadata; end |
#progress ⇒ Google::Bigtable::Admin::V2::OperationProgress
Returns The progress of the post-restore optimizations.
583 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 583 class OptimizeRestoredTableMetadata; end |