REST Resource: edits.bundles
Zasób: pakiet
Informacje o pakiecie aplikacji. Zasób dla BundlesService.
Zapis JSON |
{
"versionCode": integer,
"sha1": string,
"sha256": string
} |
Pola |
versionCode |
integer
Kod wersji pakietu Android App Bundle określony w pliku manifestu APK podstawowego modułu pakietu.
|
sha1 |
string
Hasz sha1 ładunku przesyłania, zakodowany jako ciąg szesnastkowy i zgodny z wynikiem polecenia sha1sum.
|
sha256 |
string
Identyfikator SHA256 ładunku przesyłanego do usługi, zakodowany jako ciąg szesnastkowy i zgodny z wynikiem polecenia sha256sum.
|
Metody |
|
Wyświetla wszystkie pakiety aplikacji na Androida i możliwość ich edycji. |
|
Przesyła nowy pakiet Android App Bundle do tej wersji. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-12-18 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]