The metadata for the Operation returned by clusters.create.
JSON representation |
---|
{ "originalRequest": { object ( |
Fields | |
---|---|
original |
The request that prompted the initiation of this clusters.create operation. |
request |
The time at which the original request was received. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
finish |
The time at which the operation failed or was completed successfully. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
tables |
Keys: the full Values: information on how much of a table's data has been copied to the newly-created cluster so far. An object containing a list of |
CreateClusterRequest
Request message for BigtableInstanceAdmin.CreateCluster.
JSON representation |
---|
{
"parent": string,
"clusterId": string,
"cluster": {
object ( |
Fields | |
---|---|
parent |
Required. The unique name of the instance in which to create the new cluster. Values are of the form |
cluster |
Required. The ID to be used when referring to the new cluster within its instance, e.g., just |
cluster |
Required. The cluster to be created. Fields marked |
TableProgress
Progress info for copying a table's data to the new cluster.
JSON representation |
---|
{
"estimatedSizeBytes": string,
"estimatedCopiedBytes": string,
"state": enum ( |
Fields | |
---|---|
estimated |
Estimate of the size of the table to be copied. |
estimated |
Estimate of the number of bytes copied so far for this table. This will eventually reach 'estimatedSizeBytes' unless the table copy is CANCELLED. |
state |
|