Google Ads Data Manager V1 Client - Class SearchPartnerLinksResponse (0.3.1)

Reference documentation and code samples for the Google Ads Data Manager V1 Client class SearchPartnerLinksResponse.

Response from the SearchPartnerLinksRequest.

Generated from protobuf message google.ads.datamanager.v1.SearchPartnerLinksResponse

Namespace

Google \ Ads \ DataManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ partner_links array<PartnerLink>

The partner links for the given account.

↳ next_page_token string

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

The partner links for the given account.

Returns
Type Description
Google\Protobuf\RepeatedField<PartnerLink>

The partner links for the given account.

Parameter
Name Description
var array<PartnerLink>
Returns
Type Description
$this

getNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this