The metadata for the Operation returned by clusters.create.
JSON representation | |
---|---|
{ "originalRequest": { object ( |
Fields | |
---|---|
originalRequest |
The request that prompted the initiation of this clusters.create operation. |
requestTime |
The time at which the original request was received. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: |
finishTime |
The time at which the operation failed or was completed successfully. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: |
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 |
The unique name of the instance in which to create the new cluster. Values are of the form |
clusterId |
The ID to be used when referring to the new cluster within its instance, e.g., just |
cluster |
The cluster to be created. Fields marked |