Cloud Bigtable V2 Client - Class State (1.23.0)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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.

Generated from protobuf enum CREATING = 2;