Cloud Bigtable V2 Client - Class State (1.25.0)

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

Indicates the current state of the backup.

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

Namespace

Google \ Cloud \ Bigtable \ Admin \ V2 \ Backup

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Not specified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

The pending backup is still being created. Operations on the backup may fail with FAILED_PRECONDITION in this state.

Generated from protobuf enum CREATING = 1;

READY

Value: 2

The backup is complete and ready for use.

Generated from protobuf enum READY = 2;