Google Cloud Channel V1 Client - Class Type (1.0.1)

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

Type of entitlement event.

Protobuf type google.cloud.channel.v1.EntitlementEvent.Type

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Not used.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

CREATED

Value: 1

A new entitlement was created.

Generated from protobuf enum CREATED = 1;

PRICE_PLAN_SWITCHED

Value: 3

The offer type associated with an entitlement was changed.

This is not triggered if an entitlement converts from a commit offer to a flexible offer as part of a renewal.

Generated from protobuf enum PRICE_PLAN_SWITCHED = 3;

COMMITMENT_CHANGED

Value: 4

Annual commitment for a commit plan 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 unsuspended.

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 (e.g. from Google Workspace Business Standard to Google Workspace Business Plus).

Generated from protobuf enum SKU_CHANGED = 9;

RENEWAL_SETTING_CHANGED

Value: 10

The renewal settings of an entitlement has changed.

Generated from protobuf enum RENEWAL_SETTING_CHANGED = 10;

PAID_SERVICE_STARTED

Value: 11

Paid service has started on trial entitlement.

Generated from protobuf enum PAID_SERVICE_STARTED = 11;

LICENSE_ASSIGNMENT_CHANGED

Value: 12

License was assigned to or revoked from a user.

Generated from protobuf enum LICENSE_ASSIGNMENT_CHANGED = 12;

LICENSE_CAP_CHANGED

Value: 13

License cap was changed for the entitlement.

Generated from protobuf enum LICENSE_CAP_CHANGED = 13;