Enum Backup.State

See more code actions.
public enum Backup.State extends Enum<Backup.State> implements ProtocolMessageEnum

Indicates the current state of the backup.

Protobuf enum google.spanner.admin.database.v1.Backup.State

ProtocolMessageEnum
NameDescription
CREATING

The pending backup is still being created. Operations on the backup may fail with FAILED_PRECONDITION in this state.

CREATING = 1;

CREATING_VALUE

The pending backup is still being created. Operations on the backup may fail with FAILED_PRECONDITION in this state.

CREATING = 1;

READY

The backup is complete and ready for use.

READY = 2;

READY_VALUE

The backup is complete and ready for use.

READY = 2;

STATE_UNSPECIFIED

Not specified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Not specified.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Methods

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

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()