REST Resource: edits.expansionfiles
संग्रह की मदद से व्यवस्थित रहें अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
संसाधन: ExpansionFile
कोई एक्सपैंशन फ़ाइल. ExpansionFilesService के लिए संसाधन.
JSON के काेड में दिखाना |
{ "referencesVersion": integer, "fileSize": string } |
फ़ील्ड |
referencesVersion | integer अगर सेट हो, तो इस APK की एक्सपैंशन फ़ाइल किसी दूसरे APK की एक्सपैंशन फ़ाइल का रेफ़रंस देती है. FileSize फ़ील्ड को सेट नहीं किया जाएगा. |
fileSize | string (int64 format) अगर सेट किया जाता है, तो यह फ़ील्ड बताता है कि इस APK में कोई एक्सपैंशन फ़ाइल अपलोड की गई है: यह APK किसी दूसरे APK की एक्सपैंशन फ़ाइल का रेफ़रंस नहीं देता है. फ़ील्ड की वैल्यू, अपलोड की गई एक्सपैंशन फ़ाइल का साइज़ बाइट में होती है. |
तरीके |
| बताए गए APK के लिए एक्सपैंशन फ़ाइल कॉन्फ़िगरेशन फ़ेच करता है. |
| APK की एक्सपैंशन फ़ाइल कॉन्फ़िगरेशन को पैच करता है, ताकि किसी अन्य APK की एक्सपैंशन फ़ाइल का रेफ़रंस दिया जा सके. |
| यह APK की एक्सपैंशन फ़ाइल कॉन्फ़िगरेशन को अपडेट करता है, ताकि उसे किसी अन्य APK की एक्सपैंशन फ़ाइल का रेफ़रंस दिया जा सके. |
| नई एक्सपैंशन फ़ाइल अपलोड करता है और बताए गए APK से अटैच कर देता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["An ExpansionFile resource defines the configuration for expansion files associated with an APK in Google Play."],["It allows an APK to either reference another APK's expansion file or have its own expansion file uploaded."],["Developers can manage expansion files using methods like get, patch, update, and upload to retrieve, modify, or add expansion file configurations for their APKs."],["The `referencesVersion` and `fileSize` fields in the JSON representation determine if an APK references another expansion file or has its own uploaded file with the specified size."]]],["Expansion files are configured with `referencesVersion` (referencing another APK's file) or `fileSize` (indicating an uploaded file's size in bytes). Key actions include: fetching an APK's expansion file configuration via `get`, modifying it to reference another file with `patch` or `update`, and uploading a new expansion file using `upload`. The JSON representation shows a file size and references version.\n"]]