Cloud Channel V1 API - Class Google::Cloud::Channel::V1::ListSkuGroupsRequest (v0.24.0)

Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ListSkuGroupsRequest.

Request message for ListSkuGroups.

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 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.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::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.
Returns
  • (::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.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. A token identifying a page of results beyond the first page. Obtained through [ListSkuGroups.next_page_token][] of the previous CloudChannelService.ListSkuGroups 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 [ListSkuGroups.next_page_token][] of the previous CloudChannelService.ListSkuGroups call.
Returns
  • (::String) — Optional. A token identifying a page of results beyond the first page. Obtained through [ListSkuGroups.next_page_token][] of the previous CloudChannelService.ListSkuGroups call.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the account from which to list SKU groups. Parent uses the format: accounts/{account}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the account from which to list SKU groups. Parent uses the format: accounts/{account}.
Returns
  • (::String) — Required. The resource name of the account from which to list SKU groups. Parent uses the format: accounts/{account}.