REST Resource: edits.bundles
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
リソース: Bundle
App Bundle に関する情報。BundlesService のリソース。
JSON 表現 |
{
"versionCode": integer,
"sha1": string,
"sha256": string
} |
フィールド |
versionCode |
integer
Android App Bundle のベース モジュール APK マニフェスト ファイルで指定されている Android App Bundle のバージョン コード。
|
sha1 |
string
アップロード ペイロードの SHA1 ハッシュ。16 進文字列としてエンコードされ、sha1sum コマンドの出力と一致します。
|
sha256 |
string
アップロード ペイロードの SHA256 ハッシュ。16 進文字列としてエンコードされ、sha256sum コマンドの出力と一致します。
|
メソッド |
|
アプリの現在の Android App Bundle をすべて一覧表示して、編集します。 |
|
この編集に新しい Android App Bundle をアップロードします。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[[["わかりやすい","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"]],["最終更新日 2025-07-26 UTC。"],[[["\u003cp\u003eA Bundle resource provides information about an app bundle, including its version code and SHA hashes.\u003c/p\u003e\n"],["\u003cp\u003eBundles have three fields: \u003ccode\u003eversionCode\u003c/code\u003e, \u003ccode\u003esha1\u003c/code\u003e, and \u003ccode\u003esha256\u003c/code\u003e, representing version, SHA-1 hash, and SHA-256 hash, respectively.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use methods to list all bundles in an edit and upload new bundles.\u003c/p\u003e\n"]]],["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"],null,[]]