ข้อควรระวัง: คุณกําลังดูเอกสารประกอบสําหรับอินเทอร์เฟซ REST ของ API ไลบรารีของไคลเอ็นต์อย่างเป็นทางการส่วนใหญ่ของเราใช้ gRPC โปรดดูรายละเอียดใน
บทนํา REST
MutateConversionActionResult
ผลลัพธ์ของการกระทําที่ถือเป็น Conversion เปลี่ยนไป
การแสดง JSON |
{
"resourceName": string,
"conversionAction": {
object (ConversionAction )
}
} |
ช่อง |
resourceName |
string
ส่งกลับสำหรับการดำเนินการที่ประสบความสำเร็จ
|
conversionAction |
object (ConversionAction )
การกระทำที่ถือเป็น Conversion ที่เปลี่ยนแปลงซึ่งมีเฉพาะช่องที่เปลี่ยนแปลงได้หลังจากการเปลี่ยนแปลง ระบบจะแสดงผลช่องนี้เฉพาะเมื่อมีการตั้งค่า responseContentType เป็น "MUTABLE_RESOURCE" เท่านั้น
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-03-06 UTC
[null,null,["อัปเดตล่าสุด 2025-03-06 UTC"],[[["This page describes the JSON representation of a conversion action after a mutation."],["The response includes the resource name and the mutated conversion action object."],["The `conversionAction` field only appears when `responseContentType` is set to \"MUTABLE_RESOURCE\"."]]],["The content describes the JSON representation of a \"mutate\" conversion action result. Successful operations return a `resourceName` string. Additionally, when `responseContentType` is set to \"MUTABLE_RESOURCE\", the response includes the `conversionAction` object, containing the mutated conversion action data with only modifiable fields. The `conversionAction` is a structured object as defined in the ConversionAction reference.\n"]]