Enum Entitlement.ProvisioningState (3.9.0)

public enum Entitlement.ProvisioningState extends Enum<Entitlement.ProvisioningState> implements ProtocolMessageEnum

Indicates the current provisioning state of the entitlement.

Protobuf enum google.cloud.channel.v1.Entitlement.ProvisioningState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The entitlement is currently active.

ACTIVE = 1;

ACTIVE_VALUE

The entitlement is currently active.

ACTIVE = 1;

PROVISIONING_STATE_UNSPECIFIED

Not used.

PROVISIONING_STATE_UNSPECIFIED = 0;

PROVISIONING_STATE_UNSPECIFIED_VALUE

Not used.

PROVISIONING_STATE_UNSPECIFIED = 0;

SUSPENDED

The entitlement is currently suspended.

SUSPENDED = 5;

SUSPENDED_VALUE

The entitlement is currently suspended.

SUSPENDED = 5;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()