Reference documentation and code samples for the Google Cloud Channel V1 Client class ListChannelPartnerRepricingConfigsResponse.
Response message for CloudChannelService.ListChannelPartnerRepricingConfigs.
Generated from protobuf message google.cloud.channel.v1.ListChannelPartnerRepricingConfigsResponse
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ channel_partner_repricing_configs |
array<ChannelPartnerRepricingConfig>
The repricing configs for this channel partner. |
↳ next_page_token |
string
A token to retrieve the next page of results. Pass to ListChannelPartnerRepricingConfigsRequest.page_token to obtain that page. |
getChannelPartnerRepricingConfigs
The repricing configs for this channel partner.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setChannelPartnerRepricingConfigs
The repricing configs for this channel partner.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ChannelPartnerRepricingConfig>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token to retrieve the next page of results.
Pass to ListChannelPartnerRepricingConfigsRequest.page_token to obtain that page.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token to retrieve the next page of results.
Pass to ListChannelPartnerRepricingConfigsRequest.page_token to obtain that page.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|