Class: Google::Cloud::Channel::V1::ListSkuGroupBillableSkusRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListSkuGroupBillableSkusRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Request message for ListSkuGroupBillableSkus.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. The maximum number of SKUs to return. The service may return fewer than this value. If unspecified, returns a maximum of 100000 SKUs. The maximum value is 100000; values above 100000 will be coerced to 100000.
767 768 769 770 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 767 class ListSkuGroupBillableSkusRequest 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 [ListSkuGroupBillableSkus.next_page_token][] of the previous CloudChannelService.ListSkuGroupBillableSkus call.
767 768 769 770 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 767 class ListSkuGroupBillableSkusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Resource name of the SKU group. Format: accounts/{account}/skuGroups/{sku_group}.
767 768 769 770 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 767 class ListSkuGroupBillableSkusRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |