Reference documentation and code samples for the Cloud Bigtable V2 Client class State.
Possible states of a cluster.
Protobuf type google.bigtable.admin.v2.Cluster.State
Methods
name
Parameter
Name
Description
value
mixed
value
Parameter
Name
Description
name
mixed
Constants
STATE_NOT_KNOWN
Value: 0
The state of the cluster could not be determined.
Generated from protobuf enum STATE_NOT_KNOWN = 0;
READY
Value: 1
The cluster has been successfully created and is ready to serve requests.
Generated from protobuf enum READY = 1;
CREATING
Value: 2
The cluster is currently being created, and may be destroyed
if the creation process encounters an error.
A cluster may not be able to serve requests while being created.
Generated from protobuf enum CREATING = 2;
RESIZING
Value: 3
The cluster is currently being resized, and may revert to its previous
node count if the process encounters an error.
A cluster is still capable of serving requests while being resized,
but may exhibit performance as if its number of allocated nodes is
between the starting and requested states.
Generated from protobuf enum RESIZING = 3;
DISABLED
Value: 4
The cluster has no backing nodes. The data (tables) still
exist, but no operations can be performed on the cluster.