public enum Backup.State extends Enum<Backup.State> implements ProtocolMessageEnum
Backup State
Protobuf enum google.cloud.alloydb.v1.Backup.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CREATING |
The backup is creating. |
CREATING_VALUE |
The backup is creating. |
DELETING |
The backup is being deleted. |
DELETING_VALUE |
The backup is being deleted. |
FAILED |
The backup failed. |
FAILED_VALUE |
The backup failed. |
READY |
The backup is ready. |
READY_VALUE |
The backup is ready. |
STATE_UNSPECIFIED |
The state of the backup is unknown. |
STATE_UNSPECIFIED_VALUE |
The state of the backup is unknown. |
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() |