Google Cloud AlloyDB for PostgreSQL V1 Client - Class State (0.1.3)

Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class State.

Backup State

Protobuf type google.cloud.alloydb.v1.Backup.State

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The state of the backup is unknown.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

READY

Value: 1

The backup is ready.

Generated from protobuf enum READY = 1;

CREATING

Value: 2

The backup is creating.

Generated from protobuf enum CREATING = 2;

FAILED

Value: 3

The backup failed.

Generated from protobuf enum FAILED = 3;

DELETING

Value: 4

The backup is being deleted.

Generated from protobuf enum DELETING = 4;