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

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

Instance Attribute Details

#nameString

Returns Name of the restored table being optimized.

Returns:

  • (String)

    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

#progressGoogle::Bigtable::Admin::V2::OperationProgress

Returns The progress of the post-restore optimizations.

Returns:

  • (Google::Bigtable::Admin::V2::OperationProgress)

    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