UpdateDeliveryVehicleLog
Stay organized with collections
Save and categorize content based on your preferences.
Details on UpdateDeliveryVehicle request and response.
Fields |
request |
object (UpdateDeliveryVehicleRequestLog )
The request sent to the Deliveries API.
|
response |
object (DeliveryVehicleLog )
The response returned to the client. It will be unset if the RPC call resulted in an error.
|
errorResponse |
object (ErrorResponseLog )
The error response returned to the client. It will be unset if the RPC call succeeded.
|
UpdateDeliveryVehicleRequestLog
Details on the UpdateDeliveryVehicle request.
JSON representation |
{
"deliveryVehicleId": string,
"deliveryVehicle": {
object (DeliveryVehicleLog )
},
"updateMask": string
} |
Fields |
deliveryVehicleId |
string
The ID of the delivery vehicle being updated.
|
deliveryVehicle |
object (DeliveryVehicleLog )
The vehicle specified in the update request.
|
updateMask |
string (FieldMask format)
The field mask indicating which request fields to update. This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo" .
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-25 UTC."],[[["This document provides details on the `UpdateDeliveryVehicle` request and response within the Deliveries API."],["The request includes the `deliveryVehicleId`, the `deliveryVehicle` object with updated information, and an `updateMask` specifying the fields to modify."],["The response contains the updated `DeliveryVehicle` details or an `ErrorResponse` in case of errors."],["Logging includes request headers (`header`), the `UpdateDeliveryVehicleRequestLog` containing request specifics, the response (`DeliveryVehicleLog`), and any error responses (`ErrorResponseLog`)."]]],["The provided content outlines the structure and details of the `UpdateDeliveryVehicle` request and response logs. Key elements include the `header`, `request`, `response`, and `errorResponse`. The `request` contains `deliveryVehicleId`, `deliveryVehicle`, and `updateMask`. The `deliveryVehicleId` is a string representing the updated delivery vehicle's ID. The `deliveryVehicle` object specifies vehicle details, and `updateMask` indicates which fields are modified. Each component is represented in JSON, with associated objects and field details.\n"]]