AssetSetOperation

การดำเนินการเดียว (สร้าง, นำออก) ในชุดชิ้นงาน

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

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

string (FieldMask format)

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

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

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

object (AssetSet)

การดำเนินการสร้าง: คาดหวังชื่อทรัพยากรสำหรับชุดเนื้อหาใหม่

update

object (AssetSet)

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

remove

string

การดำเนินการนำออก: ชื่อทรัพยากรสำหรับชุดเนื้อหาที่นำออกแล้วควรอยู่ในรูปแบบ customers/{customerId}/assetSets/{asset_set_id}