Class: Google::Cloud::Channel::V1::ListTransferableOffersRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListTransferableOffersRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Request message for CloudChannelService.ListTransferableOffers
Instance Attribute Summary collapse
-
#billing_account ⇒ ::String
Optional.
-
#cloud_identity_id ⇒ ::String
Customer's Cloud Identity ID.
-
#customer_name ⇒ ::String
A reseller should create a customer and use the resource name of that customer here.
-
#language_code ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Requested page size.
-
#page_token ⇒ ::String
A token for a page of results other than the first page.
-
#parent ⇒ ::String
Required.
-
#sku ⇒ ::String
Required.
Instance Attribute Details
#billing_account ⇒ ::String
Returns Optional. The Billing Account to look up Offers for. Format: accounts/{account_id}/billingAccounts/{billing_account_id}.
This field is only relevant for multi-currency accounts. It should be left empty for single currency accounts.
385 386 387 388 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 385 class ListTransferableOffersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cloud_identity_id ⇒ ::String
Returns Customer's Cloud Identity ID.
385 386 387 388 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 385 class ListTransferableOffersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#customer_name ⇒ ::String
Returns A reseller should create a customer and use the resource name of that customer here.
385 386 387 388 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 385 class ListTransferableOffersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#language_code ⇒ ::String
Returns 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".
385 386 387 388 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 385 class ListTransferableOffersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns 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.
385 386 387 388 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 385 class ListTransferableOffersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A token for a page of results other than the first page. Obtained using ListTransferableOffersResponse.next_page_token of the previous CloudChannelService.ListTransferableOffers call.
385 386 387 388 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 385 class ListTransferableOffersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the reseller's account.
385 386 387 388 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 385 class ListTransferableOffersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sku ⇒ ::String
Returns Required. The SKU to look up Offers for.
385 386 387 388 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 385 class ListTransferableOffersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |