Class: Google::Cloud::Bigtable::Admin::V2::OptimizeRestoredTableMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Name of the restored table being optimized.

Returns:

  • (::String)

    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.

Returns:



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