Google Cloud Channel V1 Client - Class ActivationReason (1.9.4)

Reference documentation and code samples for the Google Cloud Channel V1 Client class ActivationReason.

The Entitlement's activation reason

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

Namespace

Google \ Cloud \ Channel \ V1 \ EntitlementChange

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ACTIVATION_REASON_UNSPECIFIED

Value: 0

Not used.

Generated from protobuf enum ACTIVATION_REASON_UNSPECIFIED = 0;

RESELLER_REVOKED_SUSPENSION

Value: 1

Reseller reactivated a suspended Entitlement.

Generated from protobuf enum RESELLER_REVOKED_SUSPENSION = 1;

CUSTOMER_ACCEPTED_PENDING_TOS

Value: 2

Customer accepted pending terms of service.

Generated from protobuf enum CUSTOMER_ACCEPTED_PENDING_TOS = 2;

RENEWAL_SETTINGS_CHANGED

Value: 3

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

Generated from protobuf enum RENEWAL_SETTINGS_CHANGED = 3;

OTHER_ACTIVATION_REASON

Value: 100

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

Generated from protobuf enum OTHER_ACTIVATION_REASON = 100;