Google Cloud Channel V1 Client - Class ChangeType (1.6.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

Namespace

Google \ Cloud \ Channel \ V1 \ ListPurchasableSkusRequest \ ChangeOfferPurchase

Methods

static::name

Parameter
NameDescription
value mixed

static::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;