Method: edits.bundles.list
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
يسرد جميع حِزم تطبيق Android الحالية للتطبيق وتعديله.
طلب HTTP
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/bundles
يستخدِم عنوان URL بنية تحويل ترميز gRPC.
مَعلمات المسار
المعلمات |
packageName |
string
اسم حزمة التطبيق
|
editId |
string
معرّف التعديل.
|
نص الطلب
يجب أن يكون نص الطلب فارغًا.
نص الاستجابة
ردّ يعرض بيانات جميع حِزم التطبيقات
إذا كانت الاستجابة ناجحة، سيحتوي نص الاستجابة على بيانات بالبنية التالية:
تمثيل JSON |
{
"kind": string,
"bundles": [
{
object (Bundle )
}
]
} |
الحقول |
kind |
string
نوع هذه الاستجابة ("androidpublisher#bundlesListResponse").
|
bundles[] |
object (Bundle )
جميع حِزم التطبيقات
|
نطاقات الأذونات
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/androidpublisher
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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,["- [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\nHTTP 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\nPath parameters\n\n| Parameters ||\n|---------------|-----------------------------------|\n| `packageName` | `string` Package name of the app. |\n| `editId` | `string` Identifier of the edit. |\n\nRequest body\n\nThe request body must be empty.\n\nResponse body Response 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\nAuthorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/androidpublisher`"]]