Class: Google::Maps::FleetEngine::Delivery::V1::ListTasksRequest
- Inherits:
-
Object
- Object
- Google::Maps::FleetEngine::Delivery::V1::ListTasksRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/maps/fleetengine/delivery/v1/delivery_api.rb
Overview
The ListTasks request message.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#header ⇒ ::Google::Maps::FleetEngine::Delivery::V1::DeliveryRequestHeader
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns 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.
349 350 351 352 |
# File 'proto_docs/google/maps/fleetengine/delivery/v1/delivery_api.rb', line 349 class ListTasksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#header ⇒ ::Google::Maps::FleetEngine::Delivery::V1::DeliveryRequestHeader
Returns Optional. The standard Delivery API request header.
349 350 351 352 |
# File 'proto_docs/google/maps/fleetengine/delivery/v1/delivery_api.rb', line 349 class ListTasksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns 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.
349 350 351 352 |
# File 'proto_docs/google/maps/fleetengine/delivery/v1/delivery_api.rb', line 349 class ListTasksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns 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.
349 350 351 352 |
# File 'proto_docs/google/maps/fleetengine/delivery/v1/delivery_api.rb', line 349 class ListTasksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Must be in the format providers/{provider}.
The provider must be the Google Cloud Project ID. For example,
sample-cloud-project.
349 350 351 352 |
# File 'proto_docs/google/maps/fleetengine/delivery/v1/delivery_api.rb', line 349 class ListTasksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |