Class: Google::Maps::FleetEngine::Delivery::V1::ListTasksRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::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.



314
315
316
317
# File 'proto_docs/google/maps/fleetengine/delivery/v1/delivery_api.rb', line 314

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.

Returns:



314
315
316
317
# File 'proto_docs/google/maps/fleetengine/delivery/v1/delivery_api.rb', line 314

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.

Returns:

  • (::Integer)

    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.



314
315
316
317
# File 'proto_docs/google/maps/fleetengine/delivery/v1/delivery_api.rb', line 314

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.

Returns:

  • (::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.



314
315
316
317
# File 'proto_docs/google/maps/fleetengine/delivery/v1/delivery_api.rb', line 314

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.

Returns:

  • (::String)

    Required. Must be in the format providers/{provider}. The provider must be the Google Cloud Project ID. For example, sample-cloud-project.



314
315
316
317
# File 'proto_docs/google/maps/fleetengine/delivery/v1/delivery_api.rb', line 314

class ListTasksRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end