UpdateVehicleAttributesLog

รายละเอียดเกี่ยวกับคำขอและการตอบกลับ UpdateVehicleAttributes

การแสดง JSON
{
  "request": {
    object (UpdateVehicleAttributesRequestLog)
  },
  "response": {
    object (UpdateVehicleAttributesResponseLog)
  },
  "errorResponse": {
    object (ErrorResponseLog)
  }
}
ช่อง
request

object (UpdateVehicleAttributesRequestLog)

ส่งคำขอไปยัง Fleet Engine แล้ว

response

object (UpdateVehicleAttributesResponseLog)

ส่งคำตอบกลับไปยังไคลเอ็นต์ หากการเรียกใช้ RPC เป็นข้อผิดพลาด จะไม่มีการตั้งค่าการตอบกลับ

errorResponse

object (ErrorResponseLog)

การตอบกลับข้อผิดพลาดกลับไปยังไคลเอ็นต์ หากเรียกใช้ RPC ได้สำเร็จ ระบบจะไม่ตั้งค่า errorResponse

UpdateVehicleAttributesRequestLog

รายละเอียดเกี่ยวกับคำขอ UpdateVehicleAttributes

การแสดง JSON
{
  "header": {
    object (RequestHeaderLog)
  },
  "name": string,
  "attributes": [
    {
      object (VehicleAttributeLog)
    }
  ]
}
ช่อง
header

object (RequestHeaderLog)

ส่วนหัวของคำขอ

name

string

รหัสของยานพาหนะที่กำลังอัปเดต

attributes[]

object (VehicleAttributeLog)

แอตทริบิวต์ของยานพาหนะที่จะอัปเดต ระบบจะไม่เปลี่ยนแปลงหรือนำแอตทริบิวต์ที่ไม่ได้กล่าวถึงออก

UpdateVehicleAttributesResponseLog

รายละเอียดเกี่ยวกับการตอบกลับ UpdateVehicleAttributes

การแสดง JSON
{
  "attributes": [
    {
      object (VehicleAttributeLog)
    }
  ]
}
ช่อง
attributes[]

object (VehicleAttributeLog)

รายการแอตทริบิวต์ทั้งหมดของยานพาหนะซึ่งอัปเดตแล้ว ซึ่งรวมถึงแอตทริบิวต์ใหม่ แอตทริบิวต์ที่แก้ไข และแอตทริบิวต์ที่แก้ไขแล้ว