Reference documentation and code samples for the Cloud Bigtable V2 Client class CreateClusterMetadata.
The metadata for the Operation returned by CreateCluster.
Generated from protobuf message google.bigtable.admin.v2.CreateClusterMetadata
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ original_request
Google\Cloud\Bigtable\Admin\V2\CreateClusterRequest
The request that prompted the initiation of this CreateCluster operation.
↳ request_time
↳ finish_time
↳ tables
array| Google\Protobuf\Internal\MapField
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.
getOriginalRequest
The request that prompted the initiation of this CreateCluster operation.
hasOriginalRequest
clearOriginalRequest
setOriginalRequest
The request that prompted the initiation of this CreateCluster operation.
$this
getRequestTime
The time at which the original request was received.
hasRequestTime
clearRequestTime
setRequestTime
The time at which the original request was received.
$this
getFinishTime
The time at which the operation failed or was completed successfully.
hasFinishTime
clearFinishTime
setFinishTime
The time at which the operation failed or was completed successfully.
$this
getTables
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.
setTables
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.
$this