Reference documentation and code samples for the Google Cloud Channel V1 Client class ChangeType.
Specifies the type of change action
Protobuf type google.cloud.channel.v1.EntitlementChange.ChangeType
Namespace
Google \ Cloud \ Channel \ V1 \ EntitlementChangeMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CHANGE_TYPE_UNSPECIFIED
Value: 0
Not used.
Generated from protobuf enum CHANGE_TYPE_UNSPECIFIED = 0;
CREATED
Value: 1
New Entitlement was created.
Generated from protobuf enum CREATED = 1;
PRICE_PLAN_SWITCHED
Value: 3
Price plan associated with an Entitlement was changed.
Generated from protobuf enum PRICE_PLAN_SWITCHED = 3;
COMMITMENT_CHANGED
Value: 4
Number of seats committed for a commitment Entitlement was changed.
Generated from protobuf enum COMMITMENT_CHANGED = 4;
RENEWED
Value: 5
An annual Entitlement was renewed.
Generated from protobuf enum RENEWED = 5;
SUSPENDED
Value: 6
Entitlement was suspended.
Generated from protobuf enum SUSPENDED = 6;
ACTIVATED
Value: 7
Entitlement was activated.
Generated from protobuf enum ACTIVATED = 7;
CANCELLED
Value: 8
Entitlement was cancelled.
Generated from protobuf enum CANCELLED = 8;
SKU_CHANGED
Value: 9
Entitlement was upgraded or downgraded for ex. from Google Workspace Business Standard to Google Workspace Business Plus.
Generated from protobuf enum SKU_CHANGED = 9;
RENEWAL_SETTING_CHANGED
Value: 10
The settings for renewal of an Entitlement have changed.
Generated from protobuf enum RENEWAL_SETTING_CHANGED = 10;
PAID_SUBSCRIPTION_STARTED
Value: 11
Use for Google Workspace subscription.
Either a trial was converted to a paid subscription or a new subscription with no trial is created.
Generated from protobuf enum PAID_SUBSCRIPTION_STARTED = 11;
LICENSE_CAP_CHANGED
Value: 12
License cap was changed for the entitlement.
Generated from protobuf enum LICENSE_CAP_CHANGED = 12;
SUSPENSION_DETAILS_CHANGED
Value: 13
The suspension details have changed (but it is still suspended).
Generated from protobuf enum SUSPENSION_DETAILS_CHANGED = 13;
TRIAL_END_DATE_EXTENDED
Value: 14
The trial end date was extended.
Generated from protobuf enum TRIAL_END_DATE_EXTENDED = 14;
TRIAL_STARTED
Value: 15
Entitlement started trial.
Generated from protobuf enum TRIAL_STARTED = 15;