Class: Google::Cloud::Channel::V1::ListSkuGroupsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListSkuGroupsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Request message for ListSkuGroups.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Optional. The maximum number of SKU groups to return. The service may return fewer than this value. If unspecified, returns a maximum of 1000 SKU groups. The maximum value is 1000; values above 1000 will be coerced to 1000.
745 746 747 748 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 745 class ListSkuGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A token identifying a page of results beyond the first page. Obtained through [ListSkuGroups.next_page_token][] of the previous CloudChannelService.ListSkuGroups call.
745 746 747 748 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 745 class ListSkuGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the account from which to list SKU groups. Parent uses the format: accounts/{account}.
745 746 747 748 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 745 class ListSkuGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |