Method: applications.deviceTierConfigs.get
Zwraca konfigurację poziomu aplikacji dla konkretnego urządzenia.
Żądanie HTTP
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/deviceTierConfigs/{deviceTierConfigId}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
packageName |
string
Nazwa pakietu aplikacji.
|
deviceTierConfigId |
string (int64 format)
Wymagane. Identyfikator istniejącej konfiguracji poziomu urządzenia.
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu DeviceTierConfig
.
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 specific device tier configuration for an Android app."],["Requires the package name and device tier config ID as path parameters."],["An empty request body is necessary, and the response returns a `DeviceTierConfig` object if successful."],["Authorization is required using the `https://www.googleapis.com/auth/androidpublisher` scope."]]],["The core content describes retrieving a specific device tier configuration using a `GET` request. The URL structure includes `packageName` and `deviceTierConfigId` as path parameters. The request body must be empty. A successful response will contain a `DeviceTierConfig` instance. The necessary authorization scope for this action is `https://www.googleapis.com/auth/androidpublisher`. The provided `try it` button, enables user to test the request. The provided url follow [gRPC Transcoding](https://google.aip.dev/127) syntax.\n"]]