The log of a Trip resource in Fleet Engine.
JSON representation |
---|
{ "name": string, "status": enum ( |
Fields | |
---|---|
name |
The trip resource name in the format of |
status |
The trip status. |
trip |
The type of the trip. |
vehicle |
The ID of the vehicle that the trip is assigned to. |
last |
The last reported location of the vehicle along the route. |
current |
The waypoint where the |
pickup |
Location where customer indicates they will be picked up. |
actual |
The actual location where customer was picked up. |
actual |
The actual time and location of the driver arrival at the pickup point. This field lets a provider give feedback on actual arrival information at the pickup point. |
pickup |
The customer's drop-off time. May be future or past. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
intermediate |
Intermediate stops in requested order (in addition to pickup and dropoff). |
intermediate |
When |
intermediate |
The version of the intermediate destinations given A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
actual |
The actual time and location when and where the customer was picked up from an intermediate destination. This field lets a provider give feedback on actual pickup information at intermediate destinations. |
actual |
The actual time and location of the driver's arrival at an intermediate destination. This field lets a provider give feedback on actual arrival information at intermediate destinations. |
dropoff |
Location where customer indicates they will be dropped off. |
actual |
The actual location where customer was dropped off. |
dropoff |
Time when customer will be or was dropped off. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
remaining |
The remaining driving distance in the current route segment. |
eta |
The ETA to the next waypoint (the first entry in A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
remaining |
The remaining time to the next waypoint (the first entry in A duration in seconds with up to nine fractional digits, ending with ' |
number |
Indicates the number of passengers on this trip and does not include the driver. A vehicle must have available capacity to be returned in SearchVehicles. |
current |
When available, the traffic conditions along the currentRouteSegment. |
StopLocationLog
The actual location where a stop (pickup/dropoff) happens.
JSON representation |
---|
{
"timestamp": string,
"point": {
object ( |
Fields | |
---|---|
timestamp |
The timestamp when the location is recorded. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
point |
Denotes the actual location of the stop. |