UpdateVehicleLog

Details on UpdateVehicle request and response.

JSON representation
{
  "request": {
    object (UpdateVehicleRequestLog)
  },
  "response": {
    object (VehicleLog)
  },
  "errorResponse": {
    object (ErrorResponseLog)
  }
}
Fields
request

object (UpdateVehicleRequestLog)

The request sent to Fleet Engine.

response

object (VehicleLog)

The response returned to the client. If the RPC call results in an error the response is not set.

errorResponse

object (ErrorResponseLog)

The error response returned to the client. It will be unset if the RPC call succeeded.

UpdateVehicleRequestLog

Details on the UpdateVehicle request.

JSON representation
{
  "header": {
    object (RequestHeaderLog)
  },
  "vehicleId": string,
  "vehicle": {
    object (VehicleLog)
  },
  "updateMask": string
}
Fields
header

object (RequestHeaderLog)

Request header.

vehicleId

string

The ID of the vehicle being updated.

vehicle

object (VehicleLog)

The vehicle specified in the update request.

updateMask

string (FieldMask format)

The field mask indicating which fields to update.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".