Reference documentation and code samples for the Google Maps FleetEngine Delivery V1 Client class ListTasksRequest.
The ListTasks
request message.
Generated from protobuf message maps.fleetengine.delivery.v1.ListTasksRequest
Namespace
Google \ Maps \ FleetEngine \ Delivery \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ header
↳ parent
string
Required. Must be in the format providers/{provider}
. The provider
must be the Google Cloud Project ID. For example, sample-cloud-project
.
↳ page_size
int
Optional. The maximum number of Tasks to return. The service may return fewer than this value. If you don't specify this value, then the server determines the number of results to return.
↳ page_token
string
Optional. A page token received from a previous ListTasks
call. You can provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListTasks
must match the call that provided the page token.
↳ filter
string
Optional. A filter query to apply when listing Tasks. See http://aip.dev/160 for examples of filter syntax. If you don't specify a value, or if you filter on an empty string, then all Tasks are returned. For information about the Task properties that you can filter on, see List tasks .
getHeader
Optional. The standard Delivery API request header.
hasHeader
clearHeader
setHeader
Optional. The standard Delivery API request header.
$this
getParent
Required. Must be in the format providers/{provider}
.
The provider
must be the Google Cloud Project ID. For example, sample-cloud-project
.
string
setParent
Required. Must be in the format providers/{provider}
.
The provider
must be the Google Cloud Project ID. For example, sample-cloud-project
.
var
string
$this
getPageSize
Optional. The maximum number of Tasks to return. The service may return fewer than this value. If you don't specify this value, then the server determines the number of results to return.
int
setPageSize
Optional. The maximum number of Tasks to return. The service may return fewer than this value. If you don't specify this value, then the server determines the number of results to return.
var
int
$this
getPageToken
Optional. A page token received from a previous ListTasks
call.
You can provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListTasks
must match
the call that provided the page token.
string
setPageToken
Optional. A page token received from a previous ListTasks
call.
You can provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListTasks
must match
the call that provided the page token.
var
string
$this
getFilter
Optional. A filter query to apply when listing Tasks. See http://aip.dev/160 for examples of filter syntax. If you don't specify a value, or if you filter on an empty string, then all Tasks are returned.
For information about the Task properties that you can filter on, see List tasks .
string
setFilter
Optional. A filter query to apply when listing Tasks. See http://aip.dev/160 for examples of filter syntax. If you don't specify a value, or if you filter on an empty string, then all Tasks are returned.
For information about the Task properties that you can filter on, see List tasks .
var
string
$this
static::build
parent
string
Required. Must be in the format providers/{provider}
.
The provider
must be the Google Cloud Project ID. For example, sample-cloud-project
. Please see DeliveryServiceClient::providerName()
for help formatting this field.