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 Task objects. | 
              
                   | 
                
                  Creates and returns a new DeliveryVehicle. | 
              
                   | 
                
                  Creates and returns a new Task object. | 
              
                   | 
                Deletes a DeliveryVehicle from the Fleet Engine. | 
                   | 
                Deletes a single Task. | 
                   | 
                
                  Returns the specified DeliveryVehicle instance. | 
              
                   | 
                
                  Gets information about a Task. | 
              
                   | 
                
                  Returns the specified TaskTrackingInfo instance. | 
              
                   | 
                
                  Gets all DeliveryVehicles that meet the specified filtering criteria. | 
              
                   | 
                
                  Gets all Tasks that meet the specified filtering criteria. | 
              
                   | 
                
                  Writes updated DeliveryVehicle data to Fleet Engine, and assigns Tasks to the DeliveryVehicle. | 
              
                   | 
                
                  Updates Task data. |