Reference documentation and code samples for the Google Cloud Channel V1 Client class ListChannelPartnerRepricingConfigsRequest.
Request message for CloudChannelService.ListChannelPartnerRepricingConfigs.
Generated from protobuf message google.cloud.channel.v1.ListChannelPartnerRepricingConfigsRequest
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's ChannelPartnerLink. Parent uses the format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id}. Supports accounts/{account_id}/channelPartnerLinks/- to retrieve configs for all channel partners. |
↳ page_size |
int
Optional. The maximum number of repricing configs to return. The service may return fewer than this value. If unspecified, returns a maximum of 50 rules. The maximum value is 100; values above 100 will be coerced to 100. |
↳ page_token |
string
Optional. A token identifying a page of results beyond the first page. Obtained through ListChannelPartnerRepricingConfigsResponse.next_page_token of the previous CloudChannelService.ListChannelPartnerRepricingConfigs call. |
↳ filter |
string
Optional. A filter for [CloudChannelService.ListChannelPartnerRepricingConfigs] results (channel_partner_link only). You can use this filter when you support a BatchGet-like query. To use the filter, you must set |
getParent
Required. The resource name of the account's ChannelPartnerLink. Parent uses the format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id}.
Supports accounts/{account_id}/channelPartnerLinks/- to retrieve configs for all channel partners.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The resource name of the account's ChannelPartnerLink. Parent uses the format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id}.
Supports accounts/{account_id}/channelPartnerLinks/- to retrieve configs for all channel partners.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageSize
Optional. The maximum number of repricing configs to return. The service may return fewer than this value. If unspecified, returns a maximum of 50 rules. The maximum value is 100; values above 100 will be coerced to 100.
| Returns | |
|---|---|
| Type | Description |
int |
|
setPageSize
Optional. The maximum number of repricing configs to return. The service may return fewer than this value. If unspecified, returns a maximum of 50 rules. The maximum value is 100; values above 100 will be coerced to 100.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageToken
Optional. A token identifying a page of results beyond the first page.
Obtained through ListChannelPartnerRepricingConfigsResponse.next_page_token of the previous CloudChannelService.ListChannelPartnerRepricingConfigs call.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPageToken
Optional. A token identifying a page of results beyond the first page.
Obtained through ListChannelPartnerRepricingConfigsResponse.next_page_token of the previous CloudChannelService.ListChannelPartnerRepricingConfigs call.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFilter
Optional. A filter for
[CloudChannelService.ListChannelPartnerRepricingConfigs] results
(channel_partner_link only). You can use this filter when you support a
BatchGet-like query. To use the filter, you must set
parent=accounts/{account_id}/channelPartnerLinks/-.
Example: channel_partner_link =
accounts/account_id/channelPartnerLinks/c1 OR channel_partner_link =
accounts/account_id/channelPartnerLinks/c2.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFilter
Optional. A filter for
[CloudChannelService.ListChannelPartnerRepricingConfigs] results
(channel_partner_link only). You can use this filter when you support a
BatchGet-like query. To use the filter, you must set
parent=accounts/{account_id}/channelPartnerLinks/-.
Example: channel_partner_link =
accounts/account_id/channelPartnerLinks/c1 OR channel_partner_link =
accounts/account_id/channelPartnerLinks/c2.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
parent |
string
Required. The resource name of the account's ChannelPartnerLink. Parent uses the format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id}. Supports accounts/{account_id}/channelPartnerLinks/- to retrieve configs for all channel partners. Please see CloudChannelServiceClient::channelPartnerLinkName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
ListChannelPartnerRepricingConfigsRequest |
|