Class: Google::Cloud::Channel::V1::ListTransferableSkusRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListTransferableSkusRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Request message for CloudChannelService.ListTransferableSkus
Instance Attribute Summary collapse
-
#auth_token ⇒ ::String
Optional.
-
#cloud_identity_id ⇒ ::String
Customer's Cloud Identity ID.
-
#customer_name ⇒ ::String
A reseller is required to create a customer and use the resource name of the created customer here.
-
#language_code ⇒ ::String
The BCP-47 language code.
-
#page_size ⇒ ::Integer
The requested page size.
-
#page_token ⇒ ::String
A token for a page of results other than the first page.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#auth_token ⇒ ::String
Returns Optional. The super admin of the resold customer generates this token to authorize a reseller to access their Cloud Identity and purchase entitlements on their behalf. You can omit this token after authorization. See https://support.google.com/a/answer/7643790 for more details.
324 325 326 327 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 324 class ListTransferableSkusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cloud_identity_id ⇒ ::String
Returns Customer's Cloud Identity ID.
324 325 326 327 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 324 class ListTransferableSkusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#customer_name ⇒ ::String
Returns A reseller is required to create a customer and use the resource name of the created customer here. Customer_name uses the format: accounts/{account_id}/customers/{customer_id}.
324 325 326 327 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 324 class ListTransferableSkusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#language_code ⇒ ::String
Returns 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". Optional.
324 325 326 327 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 324 class ListTransferableSkusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The 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. Optional.
324 325 326 327 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 324 class ListTransferableSkusRequest 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 ListTransferableSkusResponse.next_page_token of the previous CloudChannelService.ListTransferableSkus call. Optional.
324 325 326 327 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 324 class ListTransferableSkusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The reseller account's resource name. Parent uses the format: accounts/{account_id}.
324 325 326 327 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 324 class ListTransferableSkusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |