Google Cloud Channel V1 Client - Class ChangeType (1.3.0)

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

Change Type enum.

Protobuf type google.cloud.channel.v1.ListPurchasableSkusRequest.ChangeOfferPurchase.ChangeType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

CHANGE_TYPE_UNSPECIFIED

Value: 0

Not used.

Generated from protobuf enum CHANGE_TYPE_UNSPECIFIED = 0;

UPGRADE

Value: 1

SKU is an upgrade on the current entitlement.

Generated from protobuf enum UPGRADE = 1;

DOWNGRADE

Value: 2

SKU is a downgrade on the current entitlement.

Generated from protobuf enum DOWNGRADE = 2;