REST Resource: edits.bundles
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:套裝組合
應用程式套件的相關資訊。BundlesService 的資源。
| JSON 表示法 |
{
"versionCode": integer,
"sha1": string,
"sha256": string
} |
| 欄位 |
versionCode |
integer
Android App Bundle 的版本代碼,如 Android App Bundle 的基本模組 APK 資訊清單檔案中所指定。
|
sha1 |
string
上傳有效負載的 sha1 雜湊,編碼為十六進位字串,且與 sha1sum 指令的輸出內容相符。
|
sha256 |
string
上傳酬載的 sha256 雜湊,編碼為十六進位字串,且與 sha256sum 指令的輸出內容相符。
|
方法 |
|
|
列出應用程式目前的所有 Android App Bundle 並進行編輯。 |
|
|
將新的 Android App Bundle 上傳至這個編輯版本。 |
錯誤代碼
這項資源的作業會傳回下列 HTTP 錯誤碼:
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2026-01-14 (世界標準時間)。
[[["容易理解","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"]],["上次更新時間:2026-01-14 (世界標準時間)。"],[],["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"]]