Enum Entitlement.SuspensionReason (3.45.0)

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

Suspension reason for an entitlement if provisioning_state = SUSPENDED.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
OTHER

Other reasons (internal reasons, abuse, etc.).

OTHER = 100;

OTHER_VALUE

Other reasons (internal reasons, abuse, etc.).

OTHER = 100;

PENDING_TOS_ACCEPTANCE

Entitlement was automatically suspended on creation for pending ToS acceptance on customer.

PENDING_TOS_ACCEPTANCE = 4;

PENDING_TOS_ACCEPTANCE_VALUE

Entitlement was automatically suspended on creation for pending ToS acceptance on customer.

PENDING_TOS_ACCEPTANCE = 4;

RENEWAL_WITH_TYPE_CANCEL

Entitlement renewal was canceled.

RENEWAL_WITH_TYPE_CANCEL = 3;

RENEWAL_WITH_TYPE_CANCEL_VALUE

Entitlement renewal was canceled.

RENEWAL_WITH_TYPE_CANCEL = 3;

RESELLER_INITIATED

Entitlement was manually suspended by the Reseller.

RESELLER_INITIATED = 1;

RESELLER_INITIATED_VALUE

Entitlement was manually suspended by the Reseller.

RESELLER_INITIATED = 1;

SUSPENSION_REASON_UNSPECIFIED

Not used.

SUSPENSION_REASON_UNSPECIFIED = 0;

SUSPENSION_REASON_UNSPECIFIED_VALUE

Not used.

SUSPENSION_REASON_UNSPECIFIED = 0;

TRIAL_ENDED

Trial ended.

TRIAL_ENDED = 2;

TRIAL_ENDED_VALUE

Trial ended.

TRIAL_ENDED = 2;

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