चेतावनी: आप एपीआई के REST इंटरफ़ेस के बारे में दस्तावेज़ देख रहे हैं. हमारी ज़्यादातर आधिकारिक क्लाइंट लाइब्रेरी, gRPC का इस्तेमाल करती हैं. ज़्यादा जानकारी के लिए,
REST के बारे में जानकारी देखें.
MutateSharedCriterionResult
शेयर की गई शर्त के बदलाव का नतीजा.
JSON के काेड में दिखाना |
{
"resourceName": string,
"sharedCriterion": {
object (SharedCriterion )
}
} |
फ़ील्ड |
resourceName |
string
सफल ऑपरेशन के लिए वापस भेजा गया.
|
sharedCriterion |
object (SharedCriterion )
बदलाव करने के बाद, सिर्फ़ बदले जा सकने वाले फ़ील्ड के साथ बदली गई शेयर की गई शर्त. यह फ़ील्ड सिर्फ़ तब दिखाया जाएगा, जब ResponseContentType को "MUTABLE_resources" पर सेट किया गया हो.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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"]]