Google Cloud Channel V1 Client - Class ListCustomersResponse (1.9.5)

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

Response message for CloudChannelService.ListCustomers.

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

Namespace

Google \ Cloud \ Channel \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ customers array<Google\Cloud\Channel\V1\Customer>

The customers belonging to a reseller or distributor.

↳ next_page_token string

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

getCustomers

The customers belonging to a reseller or distributor.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setCustomers

The customers belonging to a reseller or distributor.

Parameter
Name Description
var array<Google\Cloud\Channel\V1\Customer>
Returns
Type Description
$this

getNextPageToken

A token to retrieve the next page of results.

Pass to ListCustomersRequest.page_token to obtain that page.

Returns
Type Description
string

setNextPageToken

A token to retrieve the next page of results.

Pass to ListCustomersRequest.page_token to obtain that page.

Parameter
Name Description
var string
Returns
Type Description
$this