Enum TransferEligibility.Reason (3.8.0)

public enum TransferEligibility.Reason extends Enum<TransferEligibility.Reason> implements ProtocolMessageEnum

Reason of ineligibility.

Protobuf enum google.cloud.channel.v1.TransferEligibility.Reason

Implements

ProtocolMessageEnum

Static Fields

NameDescription
PENDING_TOS_ACCEPTANCE

Reseller needs to accept TOS before transferring the SKU.

PENDING_TOS_ACCEPTANCE = 1;

PENDING_TOS_ACCEPTANCE_VALUE

Reseller needs to accept TOS before transferring the SKU.

PENDING_TOS_ACCEPTANCE = 1;

REASON_UNSPECIFIED

Not used.

REASON_UNSPECIFIED = 0;

REASON_UNSPECIFIED_VALUE

Not used.

REASON_UNSPECIFIED = 0;

SKU_NOT_ELIGIBLE

Reseller not eligible to sell the SKU.

SKU_NOT_ELIGIBLE = 2;

SKU_NOT_ELIGIBLE_VALUE

Reseller not eligible to sell the SKU.

SKU_NOT_ELIGIBLE = 2;

SKU_SUSPENDED

SKU subscription is suspended

SKU_SUSPENDED = 3;

SKU_SUSPENDED_VALUE

SKU subscription is suspended

SKU_SUSPENDED = 3;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()