Reference documentation and code samples for the Google Ads Ad Manager V1 Client class ListCustomTargetingValuesResponse.
Response object for ListCustomTargetingValuesRequest
containing matching CustomTargetingValue
objects.
Generated from protobuf message google.ads.admanager.v1.ListCustomTargetingValuesResponse
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ custom_targeting_values
↳ 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.
↳ total_size
int
Total number of CustomTargetingValue
objects. If a filter was included in the request, this reflects the total number after the filtering is applied. total_size
will not be calculated in the response unless it has been included in a response field mask. The response field mask can be provided to the method by using the URL parameter $fields
or fields
, or by using the HTTP/gRPC header X-Goog-FieldMask
. For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
getCustomTargetingValues
The CustomTargetingValue
objects from the specified network.
setCustomTargetingValues
The CustomTargetingValue
objects from the specified network.
$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.
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.
var
string
$this
getTotalSize
Total number of CustomTargetingValue
objects.
If a filter was included in the request, this reflects the total number
after the filtering is applied. total_size
will not be calculated in the response unless it has been
included in a response field mask. The response field mask can be provided
to the method by using the URL parameter $fields
or fields
, or by using
the HTTP/gRPC header X-Goog-FieldMask
.
For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
int
setTotalSize
Total number of CustomTargetingValue
objects.
If a filter was included in the request, this reflects the total number
after the filtering is applied. total_size
will not be calculated in the response unless it has been
included in a response field mask. The response field mask can be provided
to the method by using the URL parameter $fields
or fields
, or by using
the HTTP/gRPC header X-Goog-FieldMask
.
For more information, see https://developers.google.com/ad-manager/api/beta/field-masks
var
int
$this