Method: edits.bundles.list
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Enumera todos los Android App Bundles actuales de la app y edítalos.
Solicitud HTTP
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/bundles
La URL usa la sintaxis de la transcodificación gRPC.
Parámetros de ruta de acceso
Parámetros |
packageName |
string
Es el nombre de paquete de la app.
|
editId |
string
Es el identificador de la edición.
|
Cuerpo de la solicitud
El cuerpo de la solicitud debe estar vacío.
Cuerpo de la respuesta
Respuesta en la que se enumeran todos los paquetes de aplicaciones.
Si se ejecuta correctamente, el cuerpo de la respuesta contendrá datos con la siguiente estructura:
Representación JSON |
{
"kind": string,
"bundles": [
{
object (Bundle )
}
]
} |
Campos |
kind |
string
El tipo de esta respuesta ("androidpublisher#bundlesListResponse").
|
bundles[] |
object (Bundle )
Todos los paquetes de aplicaciones.
|
Alcances 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\u003eLists and allows modification of current Android App Bundles for a specific app.\u003c/p\u003e\n"],["\u003cp\u003eEmploys an HTTP GET request with path parameters for package name and edit ID.\u003c/p\u003e\n"],["\u003cp\u003eReturns a JSON response containing details of all app bundles associated with the app and edit.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/androidpublisher\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["This document details retrieving Android App Bundles for a specific app. A `GET` HTTP request is sent to the provided URL, including the `packageName` and `editId` as path parameters. The request body must be empty. A successful response contains a JSON object with a `kind` field and an array of `bundles`, detailing each app bundle. The process requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope for authorization.\n"],null,["# Method: edits.bundles.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.BundlesListResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists all current Android App Bundles of the app and edit.\n\n### HTTP request\n\n`GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/bundles`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|---------------|-----------------------------------|\n| `packageName` | `string` Package name of the app. |\n| `editId` | `string` Identifier of the edit. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse listing all app bundles.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------|\n| ``` { \"kind\": string, \"bundles\": [ { object (/android-publisher/api-ref/rest/v3/edits.bundles#Bundle) } ] } ``` |\n\n| Fields ||\n|-------------|-------------------------------------------------------------------------------------------------|\n| `kind` | `string` The kind of this response (\"androidpublisher#bundlesListResponse\"). |\n| `bundles[]` | `object (`[Bundle](/android-publisher/api-ref/rest/v3/edits.bundles#Bundle)`)` All app bundles. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/androidpublisher`"]]