Fleet Engine API for scheduled tasks

  • Thefleetengine.googleapis.com service provides methods for managing scheduled tasks, including creating, updating, and retrieving tasks and delivery vehicles.

  • TheDeliveryService offers functionalities such as creating and managing delivery vehicles, tasks, and task tracking information.

  • You can use methods likeCreateTask,UpdateTask, andGetTask to interact with tasks.

  • For managing delivery vehicles, methods likeCreateDeliveryVehicle,UpdateDeliveryVehicle, andGetDeliveryVehicle are available.

  • The service allows for batch operations and listing tasks and delivery vehicles based on filtering criteria usingBatchCreateTasks,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
BatchCreateTasks Creates and returns a batch of newTask objects.
CreateDeliveryVehicle Creates and returns a newDeliveryVehicle.
CreateTask Creates and returns a newTask object.
DeleteDeliveryVehicle Deletes a DeliveryVehicle from the Fleet Engine.
DeleteTask Deletes a single Task.
GetDeliveryVehicle Returns the specifiedDeliveryVehicle instance.
GetTask Gets information about aTask.
GetTaskTrackingInfo Returns the specifiedTaskTrackingInfo instance.
ListDeliveryVehicles Gets allDeliveryVehicles that meet the specified filtering criteria.
ListTasks Gets allTasks that meet the specified filtering criteria.
UpdateDeliveryVehicle Writes updatedDeliveryVehicle data to Fleet Engine, and assignsTasks to theDeliveryVehicle.
UpdateTask 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.