REST Resource: edits.bundles
リソース: Bundle
App Bundle に関する情報。BundlesService のリソース。
JSON 表現 |
{
"versionCode": integer,
"sha1": string,
"sha256": string
} |
フィールド |
versionCode |
integer
Android App Bundle のバージョン コード。Android App Bundle のベース モジュール APK マニフェスト ファイルで指定されています。
|
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 および関連会社の登録商標です。
最終更新日 2024-12-18 UTC。
[null,null,["最終更新日 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"]]