AI-generated Key Takeaways
- 
          Fleet Engine provides REST resources to manage trips, vehicles, and billable trips for on-demand services. 
- 
          Developers can create, retrieve, update, and search for trips and vehicles using these resources. 
- 
          The v1.providers.billableTripsresource enables reporting billable trip usage.
- 
          Google-provided client libraries are recommended for interacting with the service, or the service endpoint can be used for custom integrations. 
- 
          A discovery document is available to understand and consume the REST APIs. 
Services for on-demand trips users.
- REST Resource: v1.providers.billableTrips
- REST Resource: v1.providers.trips
- REST Resource: v1.providers.vehicles
Service: fleetengine.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
- https://fleetengine.googleapis.com
REST Resource: v1.providers.billableTrips
| Methods | |
|---|---|
| report | POST /v1/{name=providers/*/billableTrips/*}:reportReport billable trip usage. | 
REST Resource: v1.providers.trips
| Methods | |
|---|---|
| create | POST /v1/{parent=providers/*}/tripsCreates a trip in the Fleet Engine and returns the new trip. | 
| delete | DELETE /v1/{name=providers/*/trips/*}Deletes a single Trip. | 
| get | GET /v1/{name=providers/*/trips/*}Get information about a single trip. | 
| search | POST /v1/{parent=providers/*}/trips:searchGet all the trips for a specific vehicle. | 
| update | PUT /v1/{name=providers/*/trips/*}Updates trip data. | 
REST Resource: v1.providers.vehicles
| Methods | |
|---|---|
| create | POST /v1/{parent=providers/*}/vehiclesInstantiates a new vehicle associated with an on-demand rideshare or deliveries provider. | 
| delete | DELETE /v1/{name=providers/*/vehicles/*}Deletes a Vehicle from the Fleet Engine. | 
| get | GET /v1/{name=providers/*/vehicles/*}Returns a vehicle from the Fleet Engine. | 
| list | GET /v1/{parent=providers/*}/vehiclesReturns a paginated list of vehicles associated with a provider that match the request options. | 
| search | POST /v1/{parent=providers/*}/vehicles:searchReturns a list of vehicles that match the request options. | 
| update | PUT /v1/{name=providers/*/vehicles/*}Writes updated vehicle data to the Fleet Engine. | 
| updateAttributes | POST /v1/{name=providers/*/vehicles/*}:updateAttributesPartially updates a vehicle's attributes. |