CustomerExtensionSettingOperation

การดำเนินการเดียว (สร้าง อัปเดต นำออก) ในการตั้งค่าส่วนขยายของลูกค้า

การแสดง JSON
{
  "updateMask": string,

  // Union field operation can be only one of the following:
  "create": {
    object (CustomerExtensionSetting)
  },
  "update": {
    object (CustomerExtensionSetting)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
ช่อง
updateMask

string (FieldMask format)

FieldMask ที่กำหนดว่าจะมีการแก้ไขฟิลด์ทรัพยากรใดในการอัปเดต

ซึ่งเป็นรายการชื่อฟิลด์ที่คั่นด้วยคอมมา ตัวอย่าง: "user.displayName,photo"

ฟิลด์การรวม operation การดำเนินการเปลี่ยนแปลง operation ต้องเป็นค่าใดค่าหนึ่งต่อไปนี้
create

object (CustomerExtensionSetting)

การดำเนินการสร้าง: ระบบคาดหวังชื่อทรัพยากรสำหรับการตั้งค่าส่วนขยายลูกค้าใหม่นี้

update

object (CustomerExtensionSetting)

การดำเนินการอัปเดต: การตั้งค่าส่วนขยายของลูกค้าต้องมีชื่อทรัพยากรที่ถูกต้อง

remove

string

การดำเนินการนำออก: ชื่อทรัพยากรสำหรับการตั้งค่าส่วนขยายลูกค้าที่นำออกแล้วควรอยู่ในรูปแบบนี้

customers/{customerId}/customerExtensionSettings/{extensionType}