Google Cloud Channel V1 Client - Class ListChannelPartnerLinksResponse (1.5.0)

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

Response message for CloudChannelService.ListChannelPartnerLinks.

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

Namespace

Google \ Cloud \ Channel \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ channel_partner_links array<Google\Cloud\Channel\V1\ChannelPartnerLink>

The Channel partner links for a reseller.

↳ next_page_token string

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

The Channel partner links for a reseller.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

The Channel partner links for a reseller.

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

getNextPageToken

A token to retrieve the next page of results.

Pass to ListChannelPartnerLinksRequest.page_token to obtain that page.

Returns
TypeDescription
string

setNextPageToken

A token to retrieve the next page of results.

Pass to ListChannelPartnerLinksRequest.page_token to obtain that page.

Parameter
NameDescription
var string
Returns
TypeDescription
$this