Enum Backup.State (3.20.0)

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

Indicate the current state of the backup.

Protobuf enum google.firestore.admin.v1.Backup.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

The pending backup is still being created. Operations on the backup will be rejected in this state.

CREATING = 1;

CREATING_VALUE

The pending backup is still being created. Operations on the backup will be rejected in this state.

CREATING = 1;

NOT_AVAILABLE

The backup is not available at this moment.

NOT_AVAILABLE = 3;

NOT_AVAILABLE_VALUE

The backup is not available at this moment.

NOT_AVAILABLE = 3;

READY

The backup is complete and ready to use.

READY = 2;

READY_VALUE

The backup is complete and ready to use.

READY = 2;

STATE_UNSPECIFIED

The state is unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The state is unspecified.

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