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. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
finishTime
|
The time at which the operation failed or was completed successfully. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. 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 |
clusterId
|
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 | |
---|---|
estimatedSizeBytes
|
Estimate of the size of the table to be copied. |
estimatedCopiedBytes
|
Estimate of the number of bytes copied so far for this table. This will eventually reach 'estimatedSizeBytes' unless the table copy is CANCELLED. |
state
|
|