Reference documentation and code samples for the Cloud Bigtable V2 Client class State.
Possible states of a snapshot.
Protobuf type google.bigtable.admin.v2.Snapshot.State
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2 \ Snapshot
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
STATE_NOT_KNOWN
Value: 0
The state of the snapshot could not be determined.
Generated from protobuf enum STATE_NOT_KNOWN = 0;
READY
Value: 1
The snapshot has been successfully created and can serve all requests.
Generated from protobuf enum READY = 1;
CREATING
Value: 2
The snapshot is currently being created, and may be destroyed if the
creation process encounters an error. A snapshot may not be restored to a
table while it is being created.