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
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
CREATING | The pending backup is still being created. Operations on the backup will be rejected in this state. |
CREATING_VALUE | The pending backup is still being created. Operations on the backup will be rejected in this state. |
NOT_AVAILABLE | The backup is not available at this moment. |
NOT_AVAILABLE_VALUE | The backup is not available at this moment. |
READY | The backup is complete and ready to use. |
READY_VALUE | The backup is complete and ready to use. |
STATE_UNSPECIFIED | The state is unspecified. |
STATE_UNSPECIFIED_VALUE | The state is unspecified. |
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() |