সতর্কতা: আপনি API এর REST ইন্টারফেসের জন্য ডকুমেন্টেশন দেখছেন। আমাদের বেশিরভাগ অফিসিয়াল ক্লায়েন্ট লাইব্রেরি জিআরপিসি ব্যবহার করে। বিস্তারিত জানার জন্য
REST ভূমিকা দেখুন।
MutateSharedCriterionResult
ভাগ করা মানদণ্ড পরিবর্তনের ফলাফল।
JSON প্রতিনিধিত্ব |
---|
{
"resourceName": string,
"sharedCriterion": {
object (SharedCriterion )
}
} |
ক্ষেত্র |
---|
resourceName | string সফল অপারেশন জন্য ফিরে. |
sharedCriterion | object ( SharedCriterion ) মিউটেটের পরে শুধুমাত্র পরিবর্তনযোগ্য ক্ষেত্রগুলির সাথে পরিবর্তিত ভাগ করা মানদণ্ড। ক্ষেত্রটি শুধুমাত্র তখনই ফেরত দেওয়া হবে যখন প্রতিক্রিয়া বিষয়বস্তু টাইপ "MUTABLE_RESOURCE" এ সেট করা থাকে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-03-07 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-03-07 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"]]