Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ListPurchasableSkusRequest.
Request message for ListPurchasableSkus.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#change_offer_purchase
def change_offer_purchase() -> ::Google::Cloud::Channel::V1::ListPurchasableSkusRequest::ChangeOfferPurchase
Returns
- (::Google::Cloud::Channel::V1::ListPurchasableSkusRequest::ChangeOfferPurchase) — List SKUs for ChangeOffer purchase with a new SKU.
#change_offer_purchase=
def change_offer_purchase=(value) -> ::Google::Cloud::Channel::V1::ListPurchasableSkusRequest::ChangeOfferPurchase
Parameter
- value (::Google::Cloud::Channel::V1::ListPurchasableSkusRequest::ChangeOfferPurchase) — List SKUs for ChangeOffer purchase with a new SKU.
Returns
- (::Google::Cloud::Channel::V1::ListPurchasableSkusRequest::ChangeOfferPurchase) — List SKUs for ChangeOffer purchase with a new SKU.
#create_entitlement_purchase
def create_entitlement_purchase() -> ::Google::Cloud::Channel::V1::ListPurchasableSkusRequest::CreateEntitlementPurchase
Returns
- (::Google::Cloud::Channel::V1::ListPurchasableSkusRequest::CreateEntitlementPurchase) — List SKUs for CreateEntitlement purchase.
#create_entitlement_purchase=
def create_entitlement_purchase=(value) -> ::Google::Cloud::Channel::V1::ListPurchasableSkusRequest::CreateEntitlementPurchase
Parameter
- value (::Google::Cloud::Channel::V1::ListPurchasableSkusRequest::CreateEntitlementPurchase) — List SKUs for CreateEntitlement purchase.
Returns
- (::Google::Cloud::Channel::V1::ListPurchasableSkusRequest::CreateEntitlementPurchase) — List SKUs for CreateEntitlement purchase.
#customer
def customer() -> ::String
Returns
- (::String) — Required. The resource name of the customer to list SKUs for. Format: accounts/{account_id}/customers/{customer_id}.
#customer=
def customer=(value) -> ::String
Parameter
- value (::String) — Required. The resource name of the customer to list SKUs for. Format: accounts/{account_id}/customers/{customer_id}.
Returns
- (::String) — Required. The resource name of the customer to list SKUs for. Format: accounts/{account_id}/customers/{customer_id}.
#language_code
def language_code() -> ::String
Returns
- (::String) — Optional. The BCP-47 language code. For example, "en-US". The response will localize in the corresponding language code, if specified. The default value is "en-US".
#language_code=
def language_code=(value) -> ::String
Parameter
- value (::String) — Optional. The BCP-47 language code. For example, "en-US". The response will localize in the corresponding language code, if specified. The default value is "en-US".
Returns
- (::String) — Optional. The BCP-47 language code. For example, "en-US". The response will localize in the corresponding language code, if specified. The default value is "en-US".
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Optional. Requested page size. Server might return fewer results than requested. If unspecified, returns at most 100 SKUs. The maximum value is 1000; the server will coerce values above 1000.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. Requested page size. Server might return fewer results than requested. If unspecified, returns at most 100 SKUs. The maximum value is 1000; the server will coerce values above 1000.
Returns
- (::Integer) — Optional. Requested page size. Server might return fewer results than requested. If unspecified, returns at most 100 SKUs. The maximum value is 1000; the server will coerce values above 1000.
#page_token
def page_token() -> ::String
Returns
- (::String) — Optional. A token for a page of results other than the first page.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Optional. A token for a page of results other than the first page.
Returns
- (::String) — Optional. A token for a page of results other than the first page.