Enum EntitlementChange.ActivationReason (3.44.0)

public enum EntitlementChange.ActivationReason extends Enum<EntitlementChange.ActivationReason> implements ProtocolMessageEnum

The Entitlement's activation reason

Protobuf enum google.cloud.channel.v1.EntitlementChange.ActivationReason

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVATION_REASON_UNSPECIFIED

Not used.

ACTIVATION_REASON_UNSPECIFIED = 0;

ACTIVATION_REASON_UNSPECIFIED_VALUE

Not used.

ACTIVATION_REASON_UNSPECIFIED = 0;

CUSTOMER_ACCEPTED_PENDING_TOS

Customer accepted pending terms of service.

CUSTOMER_ACCEPTED_PENDING_TOS = 2;

CUSTOMER_ACCEPTED_PENDING_TOS_VALUE

Customer accepted pending terms of service.

CUSTOMER_ACCEPTED_PENDING_TOS = 2;

OTHER_ACTIVATION_REASON

Other reasons (Activated temporarily for cancellation, added a payment plan to a trial entitlement, etc.)

OTHER_ACTIVATION_REASON = 100;

OTHER_ACTIVATION_REASON_VALUE

Other reasons (Activated temporarily for cancellation, added a payment plan to a trial entitlement, etc.)

OTHER_ACTIVATION_REASON = 100;

RENEWAL_SETTINGS_CHANGED

Reseller updated the renewal settings on an entitlement that was suspended due to cancellation, and this update reactivated the entitlement.

RENEWAL_SETTINGS_CHANGED = 3;

RENEWAL_SETTINGS_CHANGED_VALUE

Reseller updated the renewal settings on an entitlement that was suspended due to cancellation, and this update reactivated the entitlement.

RENEWAL_SETTINGS_CHANGED = 3;

RESELLER_REVOKED_SUSPENSION

Reseller reactivated a suspended Entitlement.

RESELLER_REVOKED_SUSPENSION = 1;

RESELLER_REVOKED_SUSPENSION_VALUE

Reseller reactivated a suspended Entitlement.

RESELLER_REVOKED_SUSPENSION = 1;

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