public enum AutonomousDatabaseBackupProperties.State extends Enum<AutonomousDatabaseBackupProperties.State> implements ProtocolMessageEnum
// The various lifecycle states of the Autonomous Database Backup.
Protobuf enum google.cloud.oracledatabase.v1.AutonomousDatabaseBackupProperties.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
Indicates that the resource is in active state. |
ACTIVE_VALUE |
Indicates that the resource is in active state. |
CREATING |
Indicates that the resource is in creating state. |
CREATING_VALUE |
Indicates that the resource is in creating state. |
DELETED |
Indicates that the resource is in deleted state. |
DELETED_VALUE |
Indicates that the resource is in deleted state. |
DELETING |
Indicates that the resource is in deleting state. |
DELETING_VALUE |
Indicates that the resource is in deleting state. |
FAILED |
Indicates that the resource is in failed state. |
FAILED_VALUE |
Indicates that the resource is in failed state. |
STATE_UNSPECIFIED |
Default unspecified value. |
STATE_UNSPECIFIED_VALUE |
Default unspecified value. |
UNRECOGNIZED |
|
UPDATING |
Indicates that the resource is in updating state. |
UPDATING_VALUE |
Indicates that the resource is in updating state. |
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() |