Google Cloud Channel V1 Client - Class ListCustomersResponse (1.0.1)

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

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.

Generated from protobuf field repeated .google.cloud.channel.v1.Customer customers = 1;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCustomers

The customers belonging to a reseller or distributor.

Generated from protobuf field repeated .google.cloud.channel.v1.Customer customers = 1;

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.

Generated from protobuf field string next_page_token = 2;

Returns
TypeDescription
string

setNextPageToken

A token to retrieve the next page of results.

Pass to ListCustomersRequest.page_token to obtain that page.

Generated from protobuf field string next_page_token = 2;

Parameter
NameDescription
var string
Returns
TypeDescription
$this