Reference documentation and code samples for the Google Ads Ad Manager V1 Client class ListCustomTargetingValuesRequest.
Request object for ListCustomTargetingValues
method.
Generated from protobuf message google.ads.admanager.v1.ListCustomTargetingValuesRequest
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent, which owns this collection of CustomTargetingValues. Format: networks/{network_code}
↳ page_size
int
Optional. The maximum number of CustomTargetingValues
to return. The service may return fewer than this value. If unspecified, at most 50 CustomTargetingValues
will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
↳ page_token
string
Optional. A page token, received from a previous ListCustomTargetingValues
call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListCustomTargetingValues
must match the call that provided the page token.
↳ filter
string
Optional. Expression to filter the response. See syntax details at https://developers.google.com/ad-manager/api/beta/filters
↳ order_by
string
Optional. Expression to specify sorting order. See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
↳ skip
int
Optional. Number of individual resources to skip while paginating.
getParent
Required. The parent, which owns this collection of CustomTargetingValues.
Format: networks/{network_code}
string
setParent
Required. The parent, which owns this collection of CustomTargetingValues.
Format: networks/{network_code}
var
string
$this
getPageSize
Optional. The maximum number of CustomTargetingValues
to return. The
service may return fewer than this value. If unspecified, at most 50 CustomTargetingValues
will be returned. The maximum value is 1000; values
above 1000 will be coerced to 1000.
int
setPageSize
Optional. The maximum number of CustomTargetingValues
to return. The
service may return fewer than this value. If unspecified, at most 50 CustomTargetingValues
will be returned. The maximum value is 1000; values
above 1000 will be coerced to 1000.
var
int
$this
getPageToken
Optional. A page token, received from a previous ListCustomTargetingValues
call. Provide this to retrieve the subsequent
page.
When paginating, all other parameters provided to ListCustomTargetingValues
must match the call that provided the page
token.
string
setPageToken
Optional. A page token, received from a previous ListCustomTargetingValues
call. Provide this to retrieve the subsequent
page.
When paginating, all other parameters provided to ListCustomTargetingValues
must match the call that provided the page
token.
var
string
$this
getFilter
Optional. Expression to filter the response.
See syntax details at https://developers.google.com/ad-manager/api/beta/filters
string
setFilter
Optional. Expression to filter the response.
See syntax details at https://developers.google.com/ad-manager/api/beta/filters
var
string
$this
getOrderBy
Optional. Expression to specify sorting order.
See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
string
setOrderBy
Optional. Expression to specify sorting order.
See syntax details at https://developers.google.com/ad-manager/api/beta/filters#order
var
string
$this
getSkip
Optional. Number of individual resources to skip while paginating.
int
setSkip
Optional. Number of individual resources to skip while paginating.
var
int
$this
static::build
parent
string
Required. The parent, which owns this collection of CustomTargetingValues.
Format: networks/{network_code}
Please see CustomTargetingValueServiceClient::networkName()
for help formatting this field.