Method: applications.deviceTierConfigs.get
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Muestra una configuración del nivel del dispositivo en particular.
Solicitud HTTP
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/deviceTierConfigs/{deviceTierConfigId}
La URL usa la sintaxis de la transcodificación gRPC.
Parámetros de ruta de acceso
Parámetros |
packageName |
string
Es el nombre del paquete de la app.
|
deviceTierConfigId |
string (int64 format)
Obligatorio. Es el ID de una configuración del nivel del dispositivo existente.
|
Cuerpo de la solicitud
El cuerpo de la solicitud debe estar vacío.
Cuerpo de la respuesta
Si se ejecuta de forma correcta, el cuerpo de la respuesta contiene una instancia de DeviceTierConfig
.
Permisos de autorización
Requiere el siguiente alcance de OAuth:
https://www.googleapis.com/auth/androidpublisher
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-26 (UTC)
[null,null,["Última actualización: 2025-07-26 (UTC)"],[[["\u003cp\u003eRetrieves a specific device tier configuration for an Android app.\u003c/p\u003e\n"],["\u003cp\u003eRequires the package name and device tier config ID as path parameters.\u003c/p\u003e\n"],["\u003cp\u003eAn empty request body is necessary, and the response returns a \u003ccode\u003eDeviceTierConfig\u003c/code\u003e object if successful.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization is required using the \u003ccode\u003ehttps://www.googleapis.com/auth/androidpublisher\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["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"],null,["- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nReturns a particular device tier config.\n\nHTTP request\n\n`GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/deviceTierConfigs/{deviceTierConfigId}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\n| Parameters ||\n|----------------------|-------------------------------------------------------------------------------------------------------------------------------------|\n| `packageName` | `string` Package name of the app. |\n| `deviceTierConfigId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. Id of an existing device tier config. |\n\nRequest body\n\nThe request body must be empty.\n\nResponse body\n\nIf successful, the response body contains an instance of [DeviceTierConfig](/android-publisher/api-ref/rest/v3/applications.deviceTierConfigs#DeviceTierConfig).\n\nAuthorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/androidpublisher`"]]