public enum Entitlement.State extends Enum<Entitlement.State> implements ProtocolMessageEnum
The various lifecycle states of the subscription.
Protobuf enum google.cloud.oracledatabase.v1.Entitlement.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACCOUNT_NOT_ACTIVE |
Account is linked but not active. |
ACCOUNT_NOT_ACTIVE_VALUE |
Account is linked but not active. |
ACCOUNT_NOT_LINKED |
Account not linked. |
ACCOUNT_NOT_LINKED_VALUE |
Account not linked. |
ACTIVE |
Entitlement and Account are active. |
ACTIVE_VALUE |
Entitlement and Account are active. |
STATE_UNSPECIFIED |
Default unspecified value. |
STATE_UNSPECIFIED_VALUE |
Default unspecified value. |
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() |