Class: Google::Maps::FleetEngine::Delivery::V1::ListDeliveryVehiclesResponse

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 ListDeliveryVehicles response message.

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_vehicles::Array<::Google::Maps::FleetEngine::Delivery::V1::DeliveryVehicle>

Returns The set of delivery vehicles that meet the requested filtering criteria. When no filter is specified, the request returns all delivery vehicles. A successful response can also be empty. An empty response indicates that no delivery vehicles were found meeting the requested filter criteria.

Returns:

  • (::Array<::Google::Maps::FleetEngine::Delivery::V1::DeliveryVehicle>)

    The set of delivery vehicles that meet the requested filtering criteria. When no filter is specified, the request returns all delivery vehicles. A successful response can also be empty. An empty response indicates that no delivery vehicles were found meeting the requested filter criteria.



141
142
143
144
# File 'proto_docs/google/maps/fleetengine/delivery/v1/delivery_api.rb', line 141

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

#next_page_token::String

Returns You can pass this token in the ListDeliveryVehiclesRequest to continue to list results. When all of the results are returned, this field won't be in the response, or it will be an empty string.

Returns:

  • (::String)

    You can pass this token in the ListDeliveryVehiclesRequest to continue to list results. When all of the results are returned, this field won't be in the response, or it will be an empty string.



141
142
143
144
# File 'proto_docs/google/maps/fleetengine/delivery/v1/delivery_api.rb', line 141

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

#total_size::Integer

Returns The total number of delivery vehicles that match the request criteria, across all pages.

Returns:

  • (::Integer)

    The total number of delivery vehicles that match the request criteria, across all pages.



141
142
143
144
# File 'proto_docs/google/maps/fleetengine/delivery/v1/delivery_api.rb', line 141

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