Class: Google::Cloud::Bigtable::Admin::V2::OptimizeRestoredTableMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::OptimizeRestoredTableMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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::Cloud::Bigtable::Admin::V2::OperationProgress
The progress of the post-restore optimizations.
Instance Attribute Details
#name ⇒ ::String
Returns Name of the restored table being optimized.
87 88 89 90 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 87 class OptimizeRestoredTableMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#progress ⇒ ::Google::Cloud::Bigtable::Admin::V2::OperationProgress
Returns The progress of the post-restore optimizations.
87 88 89 90 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 87 class OptimizeRestoredTableMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |