Enum Backup.SqlBackupState (0.1.0)

public enum Backup.SqlBackupState extends Enum<Backup.SqlBackupState> implements ProtocolMessageEnum

The backup's state

Protobuf enum google.cloud.sql.v1.Backup.SqlBackupState

Implements

ProtocolMessageEnum

Static Fields

Name Description
DELETING

The backup is being deleted.

DELETING = 5;

DELETING_VALUE

The backup is being deleted.

DELETING = 5;

DELETION_FAILED

Deletion of the backup failed.

DELETION_FAILED = 6;

DELETION_FAILED_VALUE

Deletion of the backup failed.

DELETION_FAILED = 6;

ENQUEUED

The backup that's added to a queue.

ENQUEUED = 1;

ENQUEUED_VALUE

The backup that's added to a queue.

ENQUEUED = 1;

FAILED

The backup failed.

FAILED = 3;

FAILED_VALUE

The backup failed.

FAILED = 3;

RUNNING

The backup is in progress.

RUNNING = 2;

RUNNING_VALUE

The backup is in progress.

RUNNING = 2;

SQL_BACKUP_STATE_UNSPECIFIED

The state of the backup is unknown.

SQL_BACKUP_STATE_UNSPECIFIED = 0;

SQL_BACKUP_STATE_UNSPECIFIED_VALUE

The state of the backup is unknown.

SQL_BACKUP_STATE_UNSPECIFIED = 0;

SUCCESSFUL

The backup is successful.

SUCCESSFUL = 4;

SUCCESSFUL_VALUE

The backup is successful.

SUCCESSFUL = 4;

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