REST Resource: edits.bundles
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:Bundle
應用程式套件的資訊。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 上傳到這項編輯項目。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-22 (世界標準時間)。
[[["容易理解","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"]],["上次更新時間:2024-08-22 (世界標準時間)。"],[[["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."]]],[]]