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)

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