Google Cloud AlloyDB for PostgreSQL V1 Client - Class Status (1.3.0)

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

Status of upgrade operation.

Protobuf type google.cloud.alloydb.v1.UpgradeClusterResponse.Status

Namespace

Google \ Cloud \ AlloyDb \ V1 \ UpgradeClusterResponse

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATUS_UNSPECIFIED

Value: 0

Unspecified status.

Generated from protobuf enum STATUS_UNSPECIFIED = 0;

NOT_STARTED

Value: 4

Not started.

Generated from protobuf enum NOT_STARTED = 4;

IN_PROGRESS

Value: 5

In progress.

Generated from protobuf enum IN_PROGRESS = 5;

SUCCESS

Value: 1

Operation succeeded.

Generated from protobuf enum SUCCESS = 1;

FAILED

Value: 2

Operation failed.

Generated from protobuf enum FAILED = 2;

PARTIAL_SUCCESS

Value: 3

Operation partially succeeded.

Generated from protobuf enum PARTIAL_SUCCESS = 3;

CANCEL_IN_PROGRESS

Value: 6

Cancel is in progress.

Generated from protobuf enum CANCEL_IN_PROGRESS = 6;

CANCELLED

Value: 7

Cancellation complete.

Generated from protobuf enum CANCELLED = 7;