चेतावनी: आप एपीआई के REST इंटरफ़ेस के बारे में दस्तावेज़ देख रहे हैं. हमारी ज़्यादातर आधिकारिक क्लाइंट लाइब्रेरी, gRPC का इस्तेमाल करती हैं. ज़्यादा जानकारी के लिए,
REST के बारे में जानकारी देखें.
MutateAssetResult
ऐसेट में बदलाव करने का नतीजा.
JSON के काेड में दिखाना |
{
"resourceName": string,
"asset": {
object (Asset )
}
} |
फ़ील्ड |
resourceName |
string
सफल ऑपरेशन के लिए, रिसॉर्स का नाम दिखाया जाता है.
|
asset |
object (Asset )
म्यूट करने के बाद, सिर्फ़ बदले जा सकने वाले फ़ील्ड वाली म्यूट की गई एसेट. यह फ़ील्ड सिर्फ़ तब दिखाया जाएगा, जब responseContentType को "MUTABLE_RESOURCE" पर सेट किया गया हो.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-03-07 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-03-07 (UTC) को अपडेट किया गया."],[[["This documentation details the JSON representation of the result for an asset mutation."],["The representation includes the resource name and the mutated asset, but the asset field is returned only when `responseContentType` is set to `MUTABLE_RESOURCE`."],["The `resourceName` is a string and `asset` is an object with the structure of the Asset resource."]]],[]]