Class ListTasksRequest
The ListTasks
request message.
Implements
Namespace: Google.Maps.FleetEngine.Delivery.V1
Assembly: Google.Maps.FleetEngine.Delivery.V1.dll
Syntax
public sealed class ListTasksRequest : IMessage<ListTasksRequest>, IEquatable<ListTasksRequest>, IDeepCloneable<ListTasksRequest>, IBufferMessage, IMessage, IPageRequest
Constructors
ListTasksRequest()
Declaration
public ListTasksRequest()
ListTasksRequest(ListTasksRequest)
Declaration
public ListTasksRequest(ListTasksRequest other)
Parameters
Type | Name | Description |
---|---|---|
ListTasksRequest | other |
Properties
Filter
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.
Declaration
public string Filter { get; set; }
Property Value
Type | Description |
---|---|
string |
Header
Optional. The standard Delivery API request header.
Declaration
public DeliveryRequestHeader Header { get; set; }
Property Value
Type | Description |
---|---|
DeliveryRequestHeader |
PageSize
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.
Declaration
public int PageSize { get; set; }
Property Value
Type | Description |
---|---|
int |
Implements
PageToken
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.
Declaration
public string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
Parent
Required. Must be in the format providers/{provider}
.
The provider
must be the Google Cloud Project ID. For example,
sample-cloud-project
.
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsProviderName
ProviderName-typed view over the Parent resource name property.
Declaration
public ProviderName ParentAsProviderName { get; set; }
Property Value
Type | Description |
---|---|
ProviderName |