Enum Entitlement.ProvisioningState (3.3.1)

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

Fields

NameDescription
ACTIVE

The entitlement is currently active.

ACTIVE = 1;

ACTIVE_VALUE

The entitlement is currently active.

ACTIVE = 1;

PROVISIONING_STATE_UNSPECIFIED

Default value. This state doesn't show unless an error occurs.

PROVISIONING_STATE_UNSPECIFIED = 0;

PROVISIONING_STATE_UNSPECIFIED_VALUE

Default value. This state doesn't show unless an error occurs.

PROVISIONING_STATE_UNSPECIFIED = 0;

SUSPENDED

The entitlement is currently suspended.

SUSPENDED = 5;

SUSPENDED_VALUE

The entitlement is currently suspended.

SUSPENDED = 5;

UNRECOGNIZED

Methods

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

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()