Fleet Engine API for scheduled tasks

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

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

  • You can use methods like CreateTask, UpdateTask, and GetTask to interact with tasks.

  • For managing delivery vehicles, methods like CreateDeliveryVehicle, UpdateDeliveryVehicle, and GetDeliveryVehicle are available.

  • The service allows for batch operations and listing tasks and delivery vehicles based on filtering criteria using BatchCreateTasks, ListTasks, and ListDeliveryVehicles.

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
BatchCreateTasks Creates and returns a batch of new Task objects.
CreateDeliveryVehicle Creates and returns a new DeliveryVehicle.
CreateTask Creates and returns a new Task object.
DeleteDeliveryVehicle Deletes a DeliveryVehicle from the Fleet Engine.
DeleteTask Deletes a single Task.
GetDeliveryVehicle Returns the specified DeliveryVehicle instance.
GetTask Gets information about a Task.
GetTaskTrackingInfo Returns the specified TaskTrackingInfo instance.
ListDeliveryVehicles Gets all DeliveryVehicles that meet the specified filtering criteria.
ListTasks Gets all Tasks that meet the specified filtering criteria.
UpdateDeliveryVehicle Writes updated DeliveryVehicle data to Fleet Engine, and assigns Tasks to the DeliveryVehicle.
UpdateTask Updates Task data.