Method: applications.deviceTierConfigs.get
Menampilkan konfigurasi tingkat perangkat tertentu.
Permintaan HTTP
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/deviceTierConfigs/{deviceTierConfigId}
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
packageName |
string
Nama paket aplikasi.
|
deviceTierConfigId |
string (int64 format)
Wajib. ID konfigurasi tingkat perangkat yang ada.
|
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Jika berhasil, isi respons memuat instance DeviceTierConfig
.
Cakupan otorisasi
Memerlukan cakupan OAuth berikut:
https://www.googleapis.com/auth/androidpublisher
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-12-17 UTC.
[null,null,["Terakhir diperbarui pada 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"]]