Package com.google.cloud.channel.v1
Interface TransferEligibilityOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TransferEligibility
,TransferEligibility.Builder
public interface TransferEligibilityOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
Localized description if reseller is not eligible to transfer the SKU.com.google.protobuf.ByteString
getDescriptionBytes()
Localized description if reseller is not eligible to transfer the SKU.TransferEligibility.Reason
getIneligibilityReason()
Specified the reason for ineligibility.int
getIneligibilityReasonValue()
Specified the reason for ineligibility.boolean
getIsEligible()
Whether reseller is eligible to transfer the SKU.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIsEligible
boolean getIsEligible()
Whether reseller is eligible to transfer the SKU.
bool is_eligible = 1;
- Returns:
- The isEligible.
-
getDescription
String getDescription()
Localized description if reseller is not eligible to transfer the SKU.
string description = 2;
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
Localized description if reseller is not eligible to transfer the SKU.
string description = 2;
- Returns:
- The bytes for description.
-
getIneligibilityReasonValue
int getIneligibilityReasonValue()
Specified the reason for ineligibility.
.google.cloud.channel.v1.TransferEligibility.Reason ineligibility_reason = 3;
- Returns:
- The enum numeric value on the wire for ineligibilityReason.
-
getIneligibilityReason
TransferEligibility.Reason getIneligibilityReason()
Specified the reason for ineligibility.
.google.cloud.channel.v1.TransferEligibility.Reason ineligibility_reason = 3;
- Returns:
- The ineligibilityReason.
-
-