REST Resource: edits.bundles
Stay organized with collections
Save and categorize content based on your preferences.
Resource: Bundle
Information about an app bundle. The resource for BundlesService.
JSON representation |
{
"versionCode": integer,
"sha1": string,
"sha256": string
} |
Fields |
versionCode |
integer
The version code of the Android App Bundle, as specified in the Android App Bundle's base module APK manifest file.
|
sha1 |
string
A sha1 hash of the upload payload, encoded as a hex string and matching the output of the sha1sum command.
|
sha256 |
string
A sha256 hash of the upload payload, encoded as a hex string and matching the output of the sha256sum command.
|
Methods |
|
Lists all current Android App Bundles of the app and edit. |
|
Uploads a new Android App Bundle to this edit. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-21 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-21 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."]]],[]]