Interface TransferEligibilityOrBuilder (3.7.2)

public interface TransferEligibilityOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

Localized description if reseller is not eligible to transfer the SKU.

string description = 2;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Localized description if reseller is not eligible to transfer the SKU.

string description = 2;

Returns
TypeDescription
ByteString

The bytes for description.

getIneligibilityReason()

public abstract TransferEligibility.Reason getIneligibilityReason()

Specified the reason for ineligibility.

.google.cloud.channel.v1.TransferEligibility.Reason ineligibility_reason = 3;

Returns
TypeDescription
TransferEligibility.Reason

The ineligibilityReason.

getIneligibilityReasonValue()

public abstract int getIneligibilityReasonValue()

Specified the reason for ineligibility.

.google.cloud.channel.v1.TransferEligibility.Reason ineligibility_reason = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for ineligibilityReason.

getIsEligible()

public abstract boolean getIsEligible()

Whether reseller is eligible to transfer the SKU.

bool is_eligible = 1;

Returns
TypeDescription
boolean

The isEligible.