Google Cloud Channel V1 Client - Class ListCustomerRepricingConfigsResponse (1.4.0)

Reference documentation and code samples for the Google Cloud Channel V1 Client class ListCustomerRepricingConfigsResponse.

Response message for CloudChannelService.ListCustomerRepricingConfigs.

Generated from protobuf message google.cloud.channel.v1.ListCustomerRepricingConfigsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ customer_repricing_configs array<Google\Cloud\Channel\V1\CustomerRepricingConfig>

The repricing configs for this channel partner.

↳ next_page_token string

A token to retrieve the next page of results. Pass to ListCustomerRepricingConfigsRequest.page_token to obtain that page.

getCustomerRepricingConfigs

The repricing configs for this channel partner.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCustomerRepricingConfigs

The repricing configs for this channel partner.

Parameter
NameDescription
var array<Google\Cloud\Channel\V1\CustomerRepricingConfig>
Returns
TypeDescription
$this

getNextPageToken

A token to retrieve the next page of results.

Pass to ListCustomerRepricingConfigsRequest.page_token to obtain that page.

Returns
TypeDescription
string

setNextPageToken

A token to retrieve the next page of results.

Pass to ListCustomerRepricingConfigsRequest.page_token to obtain that page.

Parameter
NameDescription
var string
Returns
TypeDescription
$this