Namespace Google.Maps.FleetEngine.V1
Classes
BatteryInfo
Information about the device's battery.
ConsumableTrafficPolyline
Traffic density along a Vehicle's path.
CreateTripRequest
CreateTrip request message.
CreateVehicleRequest
CreateVehicle
request message.
DeviceSettings
Information about various settings on the mobile device.
GetTripRequest
GetTrip request message.
GetVehicleRequest
GetVehicle
request message.
LicensePlate
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.
ListVehiclesRequest
ListVehicles
request message.
ListVehiclesResponse
ListVehicles
response message.
ReportBillableTripRequest
ReportBillableTrip request message.
ReportBillableTripRequest.Types
Container for nested types declared in the ReportBillableTripRequest message type.
RequestHeader
A RequestHeader contains fields common to all Fleet Engine RPC requests.
RequestHeader.Types
Container for nested types declared in the RequestHeader message type.
SearchTripsRequest
SearchTrips request message.
SearchTripsResponse
SearchTrips response message.
SearchVehiclesRequest
SearchVehicles
request message.
SearchVehiclesRequest.Types
Container for nested types declared in the SearchVehiclesRequest message type.
SearchVehiclesResponse
SearchVehicles
response message.
SpeedReadingInterval
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.
SpeedReadingInterval.Types
Container for nested types declared in the SpeedReadingInterval message type.
StopLocation
The actual location where a stop (pickup/dropoff) happened.
TerminalLocation
Describes the location of a waypoint.
TerminalPointId
Deprecated: TerminalPoints are no longer supported in Fleet Engine. Use
TerminalLocation.point
instead.
TrafficPolylineData
Traffic conditions along the expected vehicle route.
Trip
Trip metadata.
TripName
Resource name for the Trip
resource.
TripService
Trip management service.
TripService.TripServiceBase
Base class for server-side implementations of TripService
TripService.TripServiceClient
Client for TripService
TripServiceClient
TripService client wrapper, for convenient use.
TripServiceClientBuilder
Builder class for TripServiceClient to provide simple configuration of credentials, endpoint etc.
TripServiceClientImpl
TripService client wrapper implementation, for convenient use.
TripServiceSettings
Settings for TripServiceClient instances.
TripWaypoint
Describes a stopping point on a vehicle's route or an ending point on a vehicle's trip.
UpdateTripRequest
UpdateTrip request message.
UpdateVehicleAttributesRequest
UpdateVehicleAttributes
request message.
UpdateVehicleAttributesResponse
UpdateVehicleAttributes
response message.
UpdateVehicleRequest
`UpdateVehicle request message.
Vehicle
Vehicle metadata.
Vehicle.Types
Container for nested types declared in the Vehicle message type.
Vehicle.Types.VehicleType
The type of vehicle.
Vehicle.Types.VehicleType.Types
Container for nested types declared in the VehicleType message type.
VehicleAttribute
Describes a vehicle attribute as a key-value pair. The "key:value" string length cannot exceed 256 characters.
VehicleAttributeList
A list-of-lists datatype for vehicle attributes.
VehicleLocation
The location, speed, and heading of a vehicle at a point in time.
VehicleMatch
Contains the vehicle and related estimates for a vehicle that match the
points of active trips for the vehicle SearchVehiclesRequest
.
VehicleMatch.Types
Container for nested types declared in the VehicleMatch message type.
VehicleName
Resource name for the Vehicle
resource.
VehicleService
Vehicle management service.
VehicleService.VehicleServiceBase
Base class for server-side implementations of VehicleService
VehicleService.VehicleServiceClient
Client for VehicleService
VehicleServiceClient
VehicleService client wrapper, for convenient use.
VehicleServiceClientBuilder
Builder class for VehicleServiceClient to provide simple configuration of credentials, endpoint etc.
VehicleServiceClientImpl
VehicleService client wrapper implementation, for convenient use.
VehicleServiceSettings
Settings for VehicleServiceClient instances.
VisualTrafficReportPolylineRendering
Describes how clients should color one portion of the polyline along the route.
VisualTrafficReportPolylineRendering.Types
Container for nested types declared in the VisualTrafficReportPolylineRendering message type.
VisualTrafficReportPolylineRendering.Types.RoadStretch
One road stretch that should be rendered.
VisualTrafficReportPolylineRendering.Types.RoadStretch.Types
Container for nested types declared in the RoadStretch message type.
Waypoint
Describes intermediate points along a route for a VehicleMatch
in a
SearchVehiclesResponse
. This concept is represented as a TripWaypoint
in
all other endpoints.
Enums
BatteryStatus
Status of the battery, whether full or charging etc.
BillingPlatformIdentifier
A set of values that indicate upon which platform the request was issued.
LocationPowerSaveMode
How location features are configured to behave on the mobile device when the devices "battery saver" feature is on. (https://developer.android.com/reference/android/os/PowerManager#getLocationPowerSaveMode())
LocationSensor
The sensor or methodology used to determine the location.
NavigationStatus
The vehicle's navigation status.
PolylineFormatType
The type of polyline format.
PowerSource
Type of the charger being used to charge the battery.
ReportBillableTripRequest.Types.SolutionType
Selector for different solution types of a reported trip.
RequestHeader.Types.Platform
The platform of the calling SDK.
RequestHeader.Types.SdkType
Possible types of SDK.
SearchVehiclesRequest.Types.CurrentTripsPresent
Specifies the types of restrictions on a vehicle's current trips.
SearchVehiclesRequest.Types.VehicleMatchOrder
Specifies the order of the vehicle matches in the response.
SpeedReadingInterval.Types.Speed
The classification of polyline speed based on traffic data.
TerminalPointId.IdOneofCase
Enum of possible cases for the "Id" oneof.
TripName.ResourceNameType
The possible contents of TripName.
TripStatus
The status of a trip indicating its progression.
TripType
The type of a trip.
TripView
Selector for different sets of Trip fields in a GetTrip
response. See
AIP-157 for context. Additional views are
likely to be added.
Vehicle.Types.VehicleType.Types.Category
Vehicle type categories
VehicleAttribute.VehicleAttributeValueOneofCase
Enum of possible cases for the "vehicle_attribute_value" oneof.
VehicleMatch.Types.VehicleMatchType
Type of vehicle match.
VehicleName.ResourceNameType
The possible contents of VehicleName.
VehicleState
The state of a Vehicle
.
VisualTrafficReportPolylineRendering.Types.RoadStretch.Types.Style
The traffic style, indicating traffic speed.
WaypointType
The type of waypoint.