Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ListSkuGroupBillableSkusRequest.
Request message for ListSkuGroupBillableSkus.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — 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.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — 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.
Returns
- (::Integer) — 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.
#page_token
def page_token() -> ::String
Returns
- (::String) — Optional. A token identifying a page of results beyond the first page. Obtained through [ListSkuGroupBillableSkus.next_page_token][] of the previous CloudChannelService.ListSkuGroupBillableSkus call.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Optional. A token identifying a page of results beyond the first page. Obtained through [ListSkuGroupBillableSkus.next_page_token][] of the previous CloudChannelService.ListSkuGroupBillableSkus call.
Returns
- (::String) — Optional. A token identifying a page of results beyond the first page. Obtained through [ListSkuGroupBillableSkus.next_page_token][] of the previous CloudChannelService.ListSkuGroupBillableSkus call.
#parent
def parent() -> ::String
Returns
- (::String) — Required. Resource name of the SKU group. Format: accounts/{account}/skuGroups/{sku_group}.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. Resource name of the SKU group. Format: accounts/{account}/skuGroups/{sku_group}.
Returns
- (::String) — Required. Resource name of the SKU group. Format: accounts/{account}/skuGroups/{sku_group}.