Enum Backup.State (0.26.0)

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

Backup State

Protobuf enum google.cloud.alloydb.v1beta.Backup.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

The backup is creating.

CREATING = 2;

CREATING_VALUE

The backup is creating.

CREATING = 2;

DELETING

The backup is being deleted.

DELETING = 4;

DELETING_VALUE

The backup is being deleted.

DELETING = 4;

FAILED

The backup failed.

FAILED = 3;

FAILED_VALUE

The backup failed.

FAILED = 3;

READY

The backup is ready.

READY = 1;

READY_VALUE

The backup is ready.

READY = 1;

STATE_UNSPECIFIED

The state of the backup is unknown.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The state of the backup is unknown.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()