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
- (::Google::Protobuf::Timestamp) — The time at which the operation failed or was completed successfully.
#finish_time=
def finish_time=(value) -> ::Google::Protobuf::Timestamp
- value (::Google::Protobuf::Timestamp) — The time at which the operation failed or was completed successfully.
- (::Google::Protobuf::Timestamp) — The time at which the operation failed or was completed successfully.
#original_request
def original_request() -> ::Google::Cloud::Bigtable::Admin::V2::CreateClusterRequest
- (::Google::Cloud::Bigtable::Admin::V2::CreateClusterRequest) — The request that prompted the initiation of this CreateCluster operation.
#original_request=
def original_request=(value) -> ::Google::Cloud::Bigtable::Admin::V2::CreateClusterRequest
- value (::Google::Cloud::Bigtable::Admin::V2::CreateClusterRequest) — The request that prompted the initiation of this CreateCluster operation.
- (::Google::Cloud::Bigtable::Admin::V2::CreateClusterRequest) — The request that prompted the initiation of this CreateCluster operation.
#request_time
def request_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — The time at which the original request was received.
#request_time=
def request_time=(value) -> ::Google::Protobuf::Timestamp
- value (::Google::Protobuf::Timestamp) — The time at which the original request was received.
- (::Google::Protobuf::Timestamp) — The time at which the original request was received.
#tables
def tables() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Bigtable::Admin::V2::CreateClusterMetadata::TableProgress}
-
(::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}
-
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.
-
(::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.