Enum Entitlement.State (0.1.0)

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

ProtocolMessageEnum

Static Fields

Name Description
ACCOUNT_NOT_ACTIVE

Account is linked but not active.

ACCOUNT_NOT_ACTIVE = 2;

ACCOUNT_NOT_ACTIVE_VALUE

Account is linked but not active.

ACCOUNT_NOT_ACTIVE = 2;

ACCOUNT_NOT_LINKED

Account not linked.

ACCOUNT_NOT_LINKED = 1;

ACCOUNT_NOT_LINKED_VALUE

Account not linked.

ACCOUNT_NOT_LINKED = 1;

ACTIVE

Entitlement and Account are active.

ACTIVE = 3;

ACTIVE_VALUE

Entitlement and Account are active.

ACTIVE = 3;

STATE_UNSPECIFIED

Default unspecified value.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default unspecified value.

STATE_UNSPECIFIED = 0;

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()