Information about the device’s battery.
Traffic density along a Vehicle’s path.
CreateTrip request message.
CreateVehicle
request message.
Information about various settings on the mobile device.
GetTrip request message.
GetVehicle
request message.
The license plate information of the Vehicle. To avoid storing
personally-identifiable information, only the minimum information
about the license plate is stored as part of the entity.
ListVehicles
request message.
ListVehicles
response message.
ReportBillableTrip request message.
A RequestHeader contains fields common to all Fleet Engine RPC requests.
SearchTrips request message.
SearchTrips response message.
SearchVehicles
request message.
SearchVehicles
response message.
Traffic density indicator on a contiguous segment of a path. Given a path
with points P_0, P_1, … , P_N (zero-based index), the SpeedReadingInterval
defines an interval and describes its traffic using the following categories.
The actual location where a stop (pickup/dropoff) happened.
Describes the location of a waypoint.
Deprecated: TerminalPoints are no longer supported in Fleet Engine. Use
TerminalLocation.point
instead.
Traffic conditions along the expected vehicle route.
Trip metadata.
Describes a stopping point on a vehicle’s route or an ending point on a
vehicle’s trip.
UpdateTrip request message.
UpdateVehicleAttributes
request message.
UpdateVehicleAttributes
response message.
`UpdateVehicle request message.
Vehicle metadata.
Describes a vehicle attribute as a key-value pair. The “key:value” string
length cannot exceed 256 characters.
A list-of-lists datatype for vehicle attributes.
The location, speed, and heading of a vehicle at a point in time.
Contains the vehicle and related estimates for a vehicle that match the
points of active trips for the vehicle SearchVehiclesRequest
.
Describes how clients should color one portion of the polyline along the
route.
Describes intermediate points along a route for a VehicleMatch
in a
SearchVehiclesResponse
. This concept is represented as a TripWaypoint
in
all other endpoints.