Google Cloud Channel V1 Client - Class ListCustomersResponse (1.6.0)

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCustomers

The customers belonging to a reseller or distributor.

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

getNextPageToken

A token to retrieve the next page of results.

Pass to ListCustomersRequest.page_token to obtain that page.

Returns
TypeDescription
string

setNextPageToken

A token to retrieve the next page of results.

Pass to ListCustomersRequest.page_token to obtain that page.

Parameter
NameDescription
var string
Returns
TypeDescription
$this