Class CreateClusterMetadata (2.32.0)

CreateClusterMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The metadata for the Operation returned by CreateCluster.

Classes

TableProgress

TableProgress(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Progress info for copying a table's data to the new cluster.

TablesEntry

TablesEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Attributes

Name Description
original_request google.cloud.bigtable_admin_v2.types.CreateClusterRequest
The request that prompted the initiation of this CreateCluster operation.
request_time google.protobuf.timestamp_pb2.Timestamp
The time at which the original request was received.
finish_time google.protobuf.timestamp_pb2.Timestamp
The time at which the operation failed or was completed successfully.
tables MutableMapping[str, google.cloud.bigtable_admin_v2.types.CreateClusterMetadata.TableProgress]
Keys: the full name of each table that existed in the instance when CreateCluster was first called, i.e. projects/. 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.
Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.