public interface TransferEligibilityOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()Localized description if reseller is not eligible to transfer the SKU.
string description = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Localized description if reseller is not eligible to transfer the SKU.
string description = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
TransferEligibility.Reason |
The ineligibilityReason. |
getIneligibilityReasonValue()
public abstract int getIneligibilityReasonValue()Specified the reason for ineligibility.
.google.cloud.channel.v1.TransferEligibility.Reason ineligibility_reason = 3;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
The isEligible. |