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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ channel_partner_links |
array<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. |
getChannelPartnerLinks
The Channel partner links for a reseller.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setChannelPartnerLinks
The Channel partner links for a reseller.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ChannelPartnerLink>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token to retrieve the next page of results.
Pass to ListChannelPartnerLinksRequest.page_token to obtain that page.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token to retrieve the next page of results.
Pass to ListChannelPartnerLinksRequest.page_token to obtain that page.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|