Fleet Engine API for scheduled tasks Stay organized with collections Save and categorize content based on your preferences.
AI-generated Key Takeaways
The
fleetengine.googleapis.comservice provides methods for managing scheduled tasks, including creating, updating, and retrieving tasks and delivery vehicles.The
DeliveryServiceoffers functionalities such as creating and managing delivery vehicles, tasks, and task tracking information.You can use methods like
CreateTask,UpdateTask, andGetTaskto interact with tasks.For managing delivery vehicles, methods like
CreateDeliveryVehicle,UpdateDeliveryVehicle, andGetDeliveryVehicleare available.The service allows for batch operations and listing tasks and delivery vehicles based on filtering criteria using
BatchCreateTasks,ListTasks, andListDeliveryVehicles.
Services for scheduled tasks.
Service: fleetengine.googleapis.com
The Service namefleetengine.googleapis.com is needed to create RPC client stubs.
maps.fleetengine.delivery.v1.DeliveryService
| Methods | |
|---|---|
| Creates and returns a batch of newTask objects. |
| Creates and returns a newDeliveryVehicle. |
| Creates and returns a newTask object. |
| Deletes a DeliveryVehicle from the Fleet Engine. |
| Deletes a single Task. |
| Returns the specifiedDeliveryVehicle instance. |
| Gets information about aTask. |
| Returns the specifiedTaskTrackingInfo instance. |
| Gets allDeliveryVehicles that meet the specified filtering criteria. |
| Gets allTasks that meet the specified filtering criteria. |
| Writes updatedDeliveryVehicle data to Fleet Engine, and assignsTasks to theDeliveryVehicle. |
| UpdatesTask data. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.