public enum Backup.State extends Enum<Backup.State> implements ProtocolMessageEnum
The backup state.
Protobuf enum google.cloud.filestore.v1.Backup.State
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
CREATING | Backup is being created. |
CREATING_VALUE | Backup is being created. |
DELETING | Backup is being deleted. |
DELETING_VALUE | Backup is being deleted. |
FINALIZING | Backup has been taken and the operation is being finalized. At this point, changes to the file share will not be reflected in the backup. |
FINALIZING_VALUE | Backup has been taken and the operation is being finalized. At this point, changes to the file share will not be reflected in the backup. |
INVALID | Backup is not valid and cannot be used for creating new instances or restoring existing instances. |
INVALID_VALUE | Backup is not valid and cannot be used for creating new instances or restoring existing instances. |
READY | Backup is available for use. |
READY_VALUE | Backup is available for use. |
STATE_UNSPECIFIED | State not set. |
STATE_UNSPECIFIED_VALUE | State not set. |
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() |