Cloud Channel V1 API - Class Google::Cloud::Channel::V1::ListPurchasableOffersRequest (v0.19.0)

Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ListPurchasableOffersRequest.

Request message for ListPurchasableOffers.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#change_offer_purchase

def change_offer_purchase() -> ::Google::Cloud::Channel::V1::ListPurchasableOffersRequest::ChangeOfferPurchase
Returns

#change_offer_purchase=

def change_offer_purchase=(value) -> ::Google::Cloud::Channel::V1::ListPurchasableOffersRequest::ChangeOfferPurchase
Parameter
Returns

#create_entitlement_purchase

def create_entitlement_purchase() -> ::Google::Cloud::Channel::V1::ListPurchasableOffersRequest::CreateEntitlementPurchase
Returns

#create_entitlement_purchase=

def create_entitlement_purchase=(value) -> ::Google::Cloud::Channel::V1::ListPurchasableOffersRequest::CreateEntitlementPurchase
Parameter
Returns

#customer

def customer() -> ::String
Returns
  • (::String) — Required. The resource name of the customer to list Offers 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 Offers for. Format: accounts/{account_id}/customers/{customer_id}.
Returns
  • (::String) — Required. The resource name of the customer to list Offers 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 Offers. 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 Offers. 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 Offers. 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.