Enum SqlBackupRunStatus (0.1.0)

public enum SqlBackupRunStatus extends Enum<SqlBackupRunStatus> implements ProtocolMessageEnum

The status of a backup run.

Protobuf enum google.cloud.sql.v1beta4.SqlBackupRunStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
DELETED

The backup has been deleted.

DELETED = 9;

DELETED_VALUE

The backup has been deleted.

DELETED = 9;

DELETION_FAILED

The backup deletion failed.

DELETION_FAILED = 8;

DELETION_FAILED_VALUE

The backup deletion failed.

DELETION_FAILED = 8;

DELETION_PENDING

The backup is about to be deleted.

DELETION_PENDING = 7;

DELETION_PENDING_VALUE

The backup is about to be deleted.

DELETION_PENDING = 7;

ENQUEUED

The backup operation was enqueued.

ENQUEUED = 1;

ENQUEUED_VALUE

The backup operation was enqueued.

ENQUEUED = 1;

FAILED

The backup failed.

FAILED = 4;

FAILED_VALUE

The backup failed.

FAILED = 4;

OVERDUE

The backup is overdue across a given backup window. Indicates a problem. Example: Long-running operation in progress during the whole window.

OVERDUE = 2;

OVERDUE_VALUE

The backup is overdue across a given backup window. Indicates a problem. Example: Long-running operation in progress during the whole window.

OVERDUE = 2;

RUNNING

The backup is in progress.

RUNNING = 3;

RUNNING_VALUE

The backup is in progress.

RUNNING = 3;

SKIPPED

The backup was skipped (without problems) for a given backup window. Example: Instance was idle.

SKIPPED = 6;

SKIPPED_VALUE

The backup was skipped (without problems) for a given backup window. Example: Instance was idle.

SKIPPED = 6;

SQL_BACKUP_RUN_STATUS_UNSPECIFIED

The status of the run is unknown.

SQL_BACKUP_RUN_STATUS_UNSPECIFIED = 0;

SQL_BACKUP_RUN_STATUS_UNSPECIFIED_VALUE

The status of the run is unknown.

SQL_BACKUP_RUN_STATUS_UNSPECIFIED = 0;

SUCCESSFUL

The backup was successful.

SUCCESSFUL = 5;

SUCCESSFUL_VALUE

The backup was successful.

SUCCESSFUL = 5;

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()