Module: Google::Cloud::Channel::V1::EntitlementEvent::Type

Defined in:
proto_docs/google/cloud/channel/v1/subscriber_event.rb

Overview

Type of entitlement event.

Constant Summary collapse

TYPE_UNSPECIFIED =

Default value. This state doesn't show unless an error occurs.

0
CREATED =

A new entitlement was created.

1
PRICE_PLAN_SWITCHED =

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.

3
COMMITMENT_CHANGED =

Annual commitment for a commit plan was changed.

4
RENEWED =

An annual entitlement was renewed.

5
SUSPENDED =

Entitlement was suspended.

6
ACTIVATED =

Entitlement was unsuspended.

7
CANCELLED =

Entitlement was cancelled.

8
SKU_CHANGED =

Entitlement was upgraded or downgraded (e.g. from Google Workspace Business Standard to Google Workspace Business Plus).

9
RENEWAL_SETTING_CHANGED =

The renewal settings of an entitlement has changed.

10
11
LICENSE_ASSIGNMENT_CHANGED =

License was assigned to or revoked from a user.

12
LICENSE_CAP_CHANGED =

License cap was changed for the entitlement.

13