AI-generated Key Takeaways
- 
          fleetengine.googleapis.comprovides services for managing on-demand trips and associated vehicles.
- 
          TripService enables creating, retrieving, updating, and searching for trips, as well as reporting billable trip usage. 
- 
          VehicleService allows for creating, retrieving, updating, and searching for vehicles, along with managing vehicle attributes. 
Services for on-demand trips users.
Service: fleetengine.googleapis.com
The Service name fleetengine.googleapis.com is needed to create RPC client stubs.
maps.fleetengine.v1.TripService
        | Methods | |
|---|---|
|  | Creates a trip in the Fleet Engine and returns the new trip. | 
|  | Deletes a single Trip. | 
|  | Get information about a single trip. | 
|  | Report billable trip usage. | 
|  | Get all the trips for a specific vehicle. | 
|  | Updates trip data. | 
maps.fleetengine.v1.VehicleService
        | Methods | |
|---|---|
|  | Instantiates a new vehicle associated with an on-demand rideshare or deliveries provider. | 
|  | Deletes a Vehicle from the Fleet Engine. | 
|  | Returns a vehicle from the Fleet Engine. | 
|  | Returns a paginated list of vehicles associated with a provider that match the request options. | 
|  | Returns a list of vehicles that match the request options. | 
|  | Writes updated vehicle data to the Fleet Engine. | 
|  | Partially updates a vehicle's attributes. |