public enum SqlBackupRunStatus extends Enum<SqlBackupRunStatus> implements ProtocolMessageEnumThe status of a backup run.
Protobuf enum google.cloud.sql.v1.SqlBackupRunStatus
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DELETED |
The backup has been deleted. |
DELETED_VALUE |
The backup has been deleted. |
DELETION_FAILED |
The backup deletion failed. |
DELETION_FAILED_VALUE |
The backup deletion failed. |
DELETION_PENDING |
The backup is about to be deleted. |
DELETION_PENDING_VALUE |
The backup is about to be deleted. |
ENQUEUED |
The backup operation was enqueued. |
ENQUEUED_VALUE |
The backup operation was enqueued. |
FAILED |
The backup failed. |
FAILED_VALUE |
The backup failed. |
OVERDUE |
The backup is overdue across a given backup window. Indicates a problem. Example: Long-running operation in progress during the whole window. |
OVERDUE_VALUE |
The backup is overdue across a given backup window. Indicates a problem. Example: Long-running operation in progress during the whole window. |
RUNNING |
The backup is in progress. |
RUNNING_VALUE |
The backup is in progress. |
SKIPPED |
The backup was skipped (without problems) for a given backup window. Example: Instance was idle. |
SKIPPED_VALUE |
The backup was skipped (without problems) for a given backup window. Example: Instance was idle. |
SQL_BACKUP_RUN_STATUS_UNSPECIFIED |
The status of the run is unknown. |
SQL_BACKUP_RUN_STATUS_UNSPECIFIED_VALUE |
The status of the run is unknown. |
SUCCESSFUL |
The backup was successful. |
SUCCESSFUL_VALUE |
The backup was successful. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|