Method: systemapks.variants.list
以前に作成したシステム APK バリアントのリストを返します。
HTTP リクエスト
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/systemApks/{versionCode}/variants
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
packageName |
string
アプリのパッケージ名。
|
versionCode |
string (int64 format)
App Bundle のバージョン コード。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
以前作成したシステム APK バリアントのリストに対するレスポンス。
成功した場合、レスポンスの本文には次の構造のデータが含まれます。
JSON 表現 |
{
"variants": [
{
object (Variant )
}
]
} |
フィールド |
variants[] |
object (Variant )
作成されたすべてのシステム APK バリアント。
|
認可スコープ
次の 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。"],[[["Retrieves a list of previously created system APK variants for a specific app and version code."],["Utilizes an HTTP GET request with path parameters for package name and version code."],["Requires an empty request body and returns a JSON response containing an array of system APK variants."],["Needs authorization with the `https://www.googleapis.com/auth/androidpublisher` scope."]]],["This document details retrieving a list of system APK variants. The key action is a `GET` HTTP request to a specified URL, incorporating the app's package name and App Bundle version code as path parameters. The request body is empty. A successful response contains a JSON object with a \"variants\" array, where each element represents a system APK variant. The operation requires the `https://www.googleapis.com/auth/androidpublisher` authorization scope.\n"]]