Cloud Bigtable V2 Client - Class State (1.25.0)

Reference documentation and code samples for the Cloud Bigtable V2 Client class State.

Possible states of an instance.

Protobuf type google.bigtable.admin.v2.Instance.State

Namespace

Google \ Cloud \ Bigtable \ Admin \ V2 \ Instance

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_NOT_KNOWN

Value: 0

The state of the instance could not be determined.

Generated from protobuf enum STATE_NOT_KNOWN = 0;

READY

Value: 1

The instance has been successfully created and can serve requests to its tables.

Generated from protobuf enum READY = 1;

CREATING

Value: 2

The instance is currently being created, and may be destroyed if the creation process encounters an error.

Generated from protobuf enum CREATING = 2;