Method: systemapks.variants.get
以前に作成したシステム APK バリアントを返します。
HTTP リクエスト
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/systemApks/{versionCode}/variants/{variantId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
packageName |
string
アプリのパッケージ名。
|
versionCode |
string (int64 format)
App Bundle のバージョン コード。
|
variantId |
integer (uint32 format)
以前に作成したシステム APK バリアントの ID。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には 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。"],[[["Retrieves a previously created system APK variant for a specific app, version code, and variant ID."],["Requires providing the package name, version code, and variant ID as path parameters in the request URL."],["An empty request body is necessary, and the response provides details of the specified system APK variant."],["Utilizes the `https://www.googleapis.com/auth/androidpublisher` OAuth scope for authorization."]]],["This document outlines the process of retrieving a previously created system APK variant. A `GET` request is sent to the specified URL, including the `packageName`, `versionCode`, and `variantId` as path parameters. The request body must be empty. A successful response returns a `Variant` object. The process requires authorization using the `https://www.googleapis.com/auth/androidpublisher` OAuth scope. The URL used follows the gRPC Transcoding syntax.\n"]]