Cloud Bigtable Admin V2 API - Class Google::Cloud::Bigtable::Admin::V2::CreateClusterMetadata::TableProgress (v0.25.0)

Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::CreateClusterMetadata::TableProgress.

Progress info for copying a table's data to the new cluster.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#estimated_copied_bytes

def estimated_copied_bytes() -> ::Integer
Returns
  • (::Integer) — Estimate of the number of bytes copied so far for this table. This will eventually reach 'estimated_size_bytes' unless the table copy is CANCELLED.

#estimated_copied_bytes=

def estimated_copied_bytes=(value) -> ::Integer
Parameter
  • value (::Integer) — Estimate of the number of bytes copied so far for this table. This will eventually reach 'estimated_size_bytes' unless the table copy is CANCELLED.
Returns
  • (::Integer) — Estimate of the number of bytes copied so far for this table. This will eventually reach 'estimated_size_bytes' unless the table copy is CANCELLED.

#estimated_size_bytes

def estimated_size_bytes() -> ::Integer
Returns
  • (::Integer) — Estimate of the size of the table to be copied.

#estimated_size_bytes=

def estimated_size_bytes=(value) -> ::Integer
Parameter
  • value (::Integer) — Estimate of the size of the table to be copied.
Returns
  • (::Integer) — Estimate of the size of the table to be copied.

#state

def state() -> ::Google::Cloud::Bigtable::Admin::V2::CreateClusterMetadata::TableProgress::State

#state=

def state=(value) -> ::Google::Cloud::Bigtable::Admin::V2::CreateClusterMetadata::TableProgress::State