Reference documentation and code samples for the Google Ads Ad Manager V1 Client class ListCustomFieldsRequest.
Request object for ListCustomFields
method.
Generated from protobuf message google.ads.admanager.v1.ListCustomFieldsRequest
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 CustomFields. Format: networks/{network_code}
↳ page_size
int
Optional. The maximum number of CustomFields
to return. The service may return fewer than this value. If unspecified, at most 50 CustomFields
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 ListCustomFields
call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListCustomFields
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 CustomFields.
Format: networks/{network_code}
string
setParent
Required. The parent, which owns this collection of CustomFields.
Format: networks/{network_code}
var
string
$this
getPageSize
Optional. The maximum number of CustomFields
to return. The service may
return fewer than this value. If unspecified, at most 50 CustomFields
will be returned. The maximum value is 1000; values above 1000 will be
coerced to 1000.
int
setPageSize
Optional. The maximum number of CustomFields
to return. The service may
return fewer than this value. If unspecified, at most 50 CustomFields
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 ListCustomFields
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListCustomFields
must
match the call that provided the page token.
string
setPageToken
Optional. A page token, received from a previous ListCustomFields
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListCustomFields
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 CustomFields.
Format: networks/{network_code}
Please see Google\Ads\AdManager\V1\CustomFieldServiceClient::networkName()
for help formatting this field.