ข้อควรระวัง: คุณกําลังดูเอกสารประกอบสําหรับอินเทอร์เฟซ REST ของ API ไลบรารีของไคลเอ็นต์อย่างเป็นทางการส่วนใหญ่ของเราใช้ gRPC โปรดดูรายละเอียดใน
บทนํา REST
MutateSharedCriterionResult
ผลลัพธ์สำหรับการเปลี่ยนแปลงเกณฑ์ที่แชร์
การแสดง JSON |
{
"resourceName": string,
"sharedCriterion": {
object (SharedCriterion )
}
} |
ช่อง |
resourceName |
string
ส่งกลับสำหรับการดำเนินการที่ประสบความสำเร็จ
|
sharedCriterion |
object (SharedCriterion )
เกณฑ์ที่แชร์แบบเปลี่ยนแปลงซึ่งมีเฉพาะช่องที่เปลี่ยนแปลงได้หลังจากการเปลี่ยนแปลง ระบบจะแสดงผลช่องนี้เฉพาะเมื่อมีการตั้งค่า responseContentType เป็น "MUTABLE_RESOURCE" เท่านั้น
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-03-06 UTC
[null,null,["อัปเดตล่าสุด 2025-03-06 UTC"],[[["The `mutateSharedCriteria` method allows for modifying existing shared criteria, providing a JSON representation for the request and response."],["Successful operations return a `resourceName` to identify the modified shared criterion."],["The response may include the mutated `sharedCriterion` object, containing only the changed fields, when `responseContentType` is set to `\"MUTABLE_RESOURCE\"`."]]],["The core content details the structure and fields of a JSON representation for a mutated shared criterion. The JSON object includes a `resourceName` (string), which is returned after successful operations, and a `sharedCriterion` (object), representing the mutated criterion itself. The `sharedCriterion` is only returned when the `responseContentType` is set to \"MUTABLE_RESOURCE\", providing the updated, mutable fields after a mutate operation.\n"]]