Class: Google::Maps::FleetEngine::V1::ListVehiclesResponse

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

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.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:



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