Class: Google::Maps::FleetEngine::Delivery::V1::ListDeliveryVehiclesResponse
- Inherits:
-
Object
- Object
- Google::Maps::FleetEngine::Delivery::V1::ListDeliveryVehiclesResponse
- 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
-
#delivery_vehicles ⇒ ::Array<::Google::Maps::FleetEngine::Delivery::V1::DeliveryVehicle>
The set of delivery vehicles that meet the requested filtering criteria.
-
#next_page_token ⇒ ::String
You can pass this token in the
ListDeliveryVehiclesRequestto continue to list results. -
#total_size ⇒ ::Integer
The total number of delivery vehicles that match the request criteria, across all pages.
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.
156 157 158 159 |
# File 'proto_docs/google/maps/fleetengine/delivery/v1/delivery_api.rb', line 156 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.
156 157 158 159 |
# File 'proto_docs/google/maps/fleetengine/delivery/v1/delivery_api.rb', line 156 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.
156 157 158 159 |
# File 'proto_docs/google/maps/fleetengine/delivery/v1/delivery_api.rb', line 156 class ListDeliveryVehiclesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |