REST Resource: edits.bundles
Resource: Paket
Informasi tentang app bundle. Resource untuk BundlesService.
Representasi JSON |
{
"versionCode": integer,
"sha1": string,
"sha256": string
} |
Kolom |
versionCode |
integer
Kode versi Android App Bundle, sebagaimana ditentukan dalam file manifes APK modul dasar Android App Bundle.
|
sha1 |
string
Hash sha1 payload upload, dienkode sebagai string hex dan cocok dengan output perintah sha1sum.
|
sha256 |
string
Hash sha256 payload upload, dienkode sebagai string hex dan cocok dengan output perintah sha256sum.
|
Metode |
|
Mencantumkan semua Android App Bundle aplikasi dan pengeditan saat ini. |
|
Mengupload Android App Bundle baru ke pengeditan ini. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-12-18 UTC.
[null,null,["Terakhir diperbarui pada 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"]]