Class: Google::Maps::FleetEngine::V1::ListVehiclesResponse
- Inherits:
-
Object
- Object
- Google::Maps::FleetEngine::V1::ListVehiclesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/maps/fleetengine/v1/vehicle_api.rb
Overview
ListVehicles
response message.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Token to retrieve the next page of vehicles, or empty if there are no more vehicles that meet the request criteria.
-
#total_size ⇒ ::Integer
Required.
-
#vehicles ⇒ ::Array<::Google::Maps::FleetEngine::V1::Vehicle>
Vehicles matching the criteria in the request.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of vehicles, or empty if there are no more vehicles that meet the request criteria.
536 537 538 539 |
# File 'proto_docs/google/maps/fleetengine/v1/vehicle_api.rb', line 536 class ListVehiclesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
Returns Required. Total number of vehicles matching the request criteria across all pages.
536 537 538 539 |
# File 'proto_docs/google/maps/fleetengine/v1/vehicle_api.rb', line 536 class ListVehiclesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vehicles ⇒ ::Array<::Google::Maps::FleetEngine::V1::Vehicle>
Returns Vehicles matching the criteria in the request.
The maximum number of vehicles returned is determined by the page_size
field in the request.
536 537 538 539 |
# File 'proto_docs/google/maps/fleetengine/v1/vehicle_api.rb', line 536 class ListVehiclesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |