Reference documentation and code samples for the Google Cloud Channel V1 Client class ListSkuGroupsRequest.
Request message for ListSkuGroups.
Generated from protobuf message google.cloud.channel.v1.ListSkuGroupsRequest
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the account from which to list SKU groups. Parent uses the format: accounts/{account}.
↳ page_size
int
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
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.
getParent
Required. The resource name of the account from which to list SKU groups.
Parent uses the format: accounts/{account}.
string
setParent
Required. The resource name of the account from which to list SKU groups.
Parent uses the format: accounts/{account}.
var
string
$this
getPageSize
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.
int
setPageSize
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.
var
int
$this
getPageToken
Optional. A token identifying a page of results beyond the first page.
Obtained through ListSkuGroups.next_page_token of the previous CloudChannelService.ListSkuGroups call.
string
setPageToken
Optional. A token identifying a page of results beyond the first page.
Obtained through ListSkuGroups.next_page_token of the previous CloudChannelService.ListSkuGroups call.
var
string
$this
static::build
parent
string
Required. The resource name of the account from which to list SKU groups. Parent uses the format: accounts/{account}.