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 name fleetengine.googleapis.com is needed to create RPC client stubs.
maps.fleetengine.delivery.v1.DeliveryService
        | Methods | |
|---|---|
|  | Creates and returns a batch of new Taskobjects. | 
|  | Creates and returns a new DeliveryVehicle. | 
|  | Creates and returns a new Taskobject. | 
|  | Deletes a DeliveryVehicle from the Fleet Engine. | 
|  | Deletes a single Task. | 
|  | Returns the specified DeliveryVehicleinstance. | 
|  | Gets information about a Task. | 
|  | Returns the specified TaskTrackingInfoinstance. | 
|  | Gets all DeliveryVehicles that meet the specified filtering criteria. | 
|  | Gets all Tasks that meet the specified filtering criteria. | 
|  | Writes updated DeliveryVehicledata to Fleet Engine, and assignsTasksto theDeliveryVehicle. | 
|  | Updates Taskdata. |