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 \ UpgradeClusterResponseMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATUS_UNSPECIFIED
Value: 0Unspecified status.
Generated from protobuf enum STATUS_UNSPECIFIED = 0;
NOT_STARTED
Value: 4Not started.
Generated from protobuf enum NOT_STARTED = 4;
IN_PROGRESS
Value: 5In progress.
Generated from protobuf enum IN_PROGRESS = 5;
SUCCESS
Value: 1Operation succeeded.
Generated from protobuf enum SUCCESS = 1;
FAILED
Value: 2Operation failed.
Generated from protobuf enum FAILED = 2;
PARTIAL_SUCCESS
Value: 3Operation partially succeeded.
Generated from protobuf enum PARTIAL_SUCCESS = 3;
CANCEL_IN_PROGRESS
Value: 6Cancel is in progress.
Generated from protobuf enum CANCEL_IN_PROGRESS = 6;
CANCELLED
Value: 7Cancellation complete.
Generated from protobuf enum CANCELLED = 7;