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

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

The metadata for the Operation returned by CreateCluster.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#finish_time

def finish_time() -> ::Google::Protobuf::Timestamp
Returns

#finish_time=

def finish_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#original_request

def original_request() -> ::Google::Cloud::Bigtable::Admin::V2::CreateClusterRequest
Returns

#original_request=

def original_request=(value) -> ::Google::Cloud::Bigtable::Admin::V2::CreateClusterRequest
Parameter
Returns

#request_time

def request_time() -> ::Google::Protobuf::Timestamp
Returns

#request_time=

def request_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#tables

def tables() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Bigtable::Admin::V2::CreateClusterMetadata::TableProgress}
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::Bigtable::Admin::V2::CreateClusterMetadata::TableProgress}) — Keys: the full name of each table that existed in the instance when CreateCluster was first called, i.e. projects/<project>/instances/<instance>/tables/<table>. Any table added to the instance by a later API call will be created in the new cluster by that API call, not this one.

    Values: information on how much of a table's data has been copied to the newly-created cluster so far.

#tables=

def tables=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Bigtable::Admin::V2::CreateClusterMetadata::TableProgress}
Parameter
  • value (::Google::Protobuf::Map{::String => ::Google::Cloud::Bigtable::Admin::V2::CreateClusterMetadata::TableProgress}) — Keys: the full name of each table that existed in the instance when CreateCluster was first called, i.e. projects/<project>/instances/<instance>/tables/<table>. Any table added to the instance by a later API call will be created in the new cluster by that API call, not this one.

    Values: information on how much of a table's data has been copied to the newly-created cluster so far.

Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::Bigtable::Admin::V2::CreateClusterMetadata::TableProgress}) — Keys: the full name of each table that existed in the instance when CreateCluster was first called, i.e. projects/<project>/instances/<instance>/tables/<table>. Any table added to the instance by a later API call will be created in the new cluster by that API call, not this one.

    Values: information on how much of a table's data has been copied to the newly-created cluster so far.