Method: systemapks.variants.list
Zwraca listę wcześniej utworzonych wariantów pliku APK systemu.
Żądanie HTTP
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/systemApks/{versionCode}/variants
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
packageName |
string
Nazwa pakietu aplikacji.
|
versionCode |
string (int64 format)
Kod wersji pakietu aplikacji.
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
Odpowiedź na listę wcześniej utworzonych wariantów pakietu APK systemu.
W przypadku powodzenia treść żądania zawiera dane o następującej strukturze:
Zapis JSON |
{
"variants": [
{
object (Variant )
}
]
} |
Pola |
variants[] |
object (Variant )
Wszystkie wersje pliku APK systemu zostały utworzone.
|
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/androidpublisher
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-12-17 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]