Method: systemapks.variants.create
アップロード済みの Android App Bundle から、システム イメージに組み込むのに適した APK を作成します。
HTTP リクエスト
POST https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/systemApks/{versionCode}/variants
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
packageName |
string
アプリのパッケージ名。
|
versionCode |
string (int64 format)
App Bundle のバージョン コード。
|
リクエスト本文
リクエストの本文には Variant
のインスタンスが含まれます。
レスポンスの本文
成功した場合、レスポンスの本文には、新しく作成された Variant
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/androidpublisher
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-17 UTC。
[null,null,["最終更新日 2024-12-17 UTC。"],[[["Creates an APK file suitable for system images from an uploaded Android App Bundle."],["Uses an HTTP POST request to `https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/systemApks/{versionCode}/variants`."],["Requires specifying the package name and version code as path parameters."],["Request and response bodies utilize the `Variant` data structure."],["Needs authorization with the `https://www.googleapis.com/auth/androidpublisher` scope."]]],[]]