Class: Google::Cloud::Channel::V1::ListSkusRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListSkusRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Request message for ListSkus.
Instance Attribute Summary collapse
-
#account ⇒ ::String
Required.
-
#language_code ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#account ⇒ ::String
Returns Required. Resource name of the reseller. Format: accounts/{account_id}.
1228 1229 1230 1231 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1228 class ListSkusRequest 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".
1228 1229 1230 1231 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1228 class ListSkusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns 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.
1228 1229 1230 1231 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1228 class ListSkusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A token for a page of results other than the first page. Optional.
1228 1229 1230 1231 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1228 class ListSkusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the Product to list SKUs for. Parent uses the format: products/{product_id}. Supports products/- to retrieve SKUs for all products.
1228 1229 1230 1231 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1228 class ListSkusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |