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