REST Resource: edits.bundles
संसाधन: बंडल
ऐप्लिकेशन बंडल के बारे में जानकारी. BundlesService के लिए रिसॉर्स.
JSON के काेड में दिखाना |
{
"versionCode": integer,
"sha1": string,
"sha256": string
} |
फ़ील्ड |
versionCode |
integer
Android ऐप्लिकेशन बंडल का वर्शन कोड, जैसा कि Android ऐप्लिकेशन बंडल के बेस मॉड्यूल APK मेनिफ़ेस्ट फ़ाइल में बताया गया है.
|
sha1 |
string
अपलोड किए गए पेलोड का SHA1 हैश, जो हेक्स स्ट्रिंग के तौर पर एन्कोड किया गया है और sha1sum कमांड के आउटपुट से मेल खाता है.
|
sha256 |
string
अपलोड किए गए पेलोड का SHA256 हैश, जो हेक्स स्ट्रिंग के तौर पर एन्कोड किया गया है और sha256sum कमांड के आउटपुट से मेल खाता है.
|
तरीके |
|
ऐप्लिकेशन के सभी मौजूदा Android ऐप्लिकेशन बंडल की सूची दिखाता है और उनमें बदलाव करता है. |
|
इस बदलाव में नया Android ऐप्लिकेशन बंडल अपलोड करता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-12-18 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-12-18 (UTC) को अपडेट किया गया."],[[["A Bundle resource provides information about an app bundle, including its version code and SHA hashes."],["Bundles have three fields: `versionCode`, `sha1`, and `sha256`, representing version, SHA-1 hash, and SHA-256 hash, respectively."],["Developers can use methods to list all bundles in an edit and upload new bundles."]]],["The provided information describes the \"Bundle\" resource, which represents an Android App Bundle. Key details include its `versionCode` (integer) and its `sha1` and `sha256` hashes (strings). The core actions are listing all existing app bundles via the `list` method and uploading a new bundle using the `upload` method. The `Bundle` resource is managed via these actions and provides a representation of the uploaded package.\n"]]