Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::TransferEligibility.
Specifies transfer eligibility of a SKU.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#description
def description() -> ::String
Returns
- (::String) — Localized description if reseller is not eligible to transfer the SKU.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Localized description if reseller is not eligible to transfer the SKU.
Returns
- (::String) — Localized description if reseller is not eligible to transfer the SKU.
#ineligibility_reason
def ineligibility_reason() -> ::Google::Cloud::Channel::V1::TransferEligibility::Reason
Returns
- (::Google::Cloud::Channel::V1::TransferEligibility::Reason) — Specified the reason for ineligibility.
#ineligibility_reason=
def ineligibility_reason=(value) -> ::Google::Cloud::Channel::V1::TransferEligibility::Reason
Parameter
- value (::Google::Cloud::Channel::V1::TransferEligibility::Reason) — Specified the reason for ineligibility.
Returns
- (::Google::Cloud::Channel::V1::TransferEligibility::Reason) — Specified the reason for ineligibility.
#is_eligible
def is_eligible() -> ::Boolean
Returns
- (::Boolean) — Whether reseller is eligible to transfer the SKU.
#is_eligible=
def is_eligible=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether reseller is eligible to transfer the SKU.
Returns
- (::Boolean) — Whether reseller is eligible to transfer the SKU.