Reference documentation and code samples for the Google Cloud Database Center V1beta Client class State.
The status of a backup run.
Protobuf type google.cloud.databasecenter.v1beta.BackupRunInfo.State
Namespace
Google \ Cloud \ DatabaseCenter \ V1beta \ BackupRunInfoMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
SUCCEEDED
Value: 1The backup succeeded.
Generated from protobuf enum SUCCEEDED = 1;
FAILED
Value: 2The backup was unsuccessful.
Generated from protobuf enum FAILED = 2;