Google Ads Ad Manager V1 Client - Class SearchAdReviewCenterAdsResponse (0.5.0)

Reference documentation and code samples for the Google Ads Ad Manager V1 Client class SearchAdReviewCenterAdsResponse.

Response object for SearchAdReviewCenterAds method.

Generated from protobuf message google.ads.admanager.v1.SearchAdReviewCenterAdsResponse

Namespace

Google \ Ads \ AdManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ ad_review_center_ads array<AdReviewCenterAd>

The AdReviewCenterAds that match the search request.

↳ 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.

getAdReviewCenterAds

The AdReviewCenterAds that match the search request.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setAdReviewCenterAds

The AdReviewCenterAds that match the search request.

Parameter
Name Description
var array<AdReviewCenterAd>
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