public enum Entitlement.SuspensionReason extends Enum<Entitlement.SuspensionReason> implements ProtocolMessageEnumSuspension reason for an entitlement if provisioning_state = SUSPENDED.
Protobuf enum google.cloud.channel.v1.Entitlement.SuspensionReason
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| OTHER | Other reasons (internal reasons, abuse, etc.). |
| OTHER_VALUE | Other reasons (internal reasons, abuse, etc.). |
| PENDING_TOS_ACCEPTANCE | Entitlement was automatically suspended on creation for pending ToS acceptance on customer. |
| PENDING_TOS_ACCEPTANCE_VALUE | Entitlement was automatically suspended on creation for pending ToS acceptance on customer. |
| RENEWAL_WITH_TYPE_CANCEL | Entitlement renewal was canceled. |
| RENEWAL_WITH_TYPE_CANCEL_VALUE | Entitlement renewal was canceled. |
| RESELLER_INITIATED | Entitlement was manually suspended by the Reseller. |
| RESELLER_INITIATED_VALUE | Entitlement was manually suspended by the Reseller. |
| SUSPENSION_REASON_UNSPECIFIED | Not used. |
| SUSPENSION_REASON_UNSPECIFIED_VALUE | Not used. |
| TRIAL_ENDED | Trial ended. |
| TRIAL_ENDED_VALUE | Trial ended. |
| 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() |