Reference documentation and code samples for the Google Cloud Channel V1 Client class Reason.
Reason of ineligibility.
Protobuf type google.cloud.channel.v1.TransferEligibility.Reason
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
REASON_UNSPECIFIED
Value: 0
Not used.
Generated from protobuf enum REASON_UNSPECIFIED = 0;
PENDING_TOS_ACCEPTANCE
Value: 1
Reseller needs to accept TOS before transferring the SKU.
Generated from protobuf enum PENDING_TOS_ACCEPTANCE = 1;
SKU_NOT_ELIGIBLE
Value: 2
Reseller not eligible to sell the SKU.
Generated from protobuf enum SKU_NOT_ELIGIBLE = 2;
SKU_SUSPENDED
Value: 3
SKU subscription is suspended
Generated from protobuf enum SKU_SUSPENDED = 3;