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.
| Parameters | |
|---|---|
| Name | Description |
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}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The resource name of the account from which to list SKU groups.
Parent uses the format: accounts/{account}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$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.
| Returns | |
|---|---|
| Type | Description |
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.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$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.
| Returns | |
|---|---|
| Type | Description |
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.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
parent |
string
Required. The resource name of the account from which to list SKU groups. Parent uses the format: accounts/{account}. |
| Returns | |
|---|---|
| Type | Description |
ListSkuGroupsRequest |
|