REST Resource: edits.expansionfiles
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
المورد: ExpansionFile
ملف بيانات موسّعة مورد ExpansionFilesService.
تمثيل JSON |
{
"referencesVersion": integer,
"fileSize": string
} |
الحقول |
referencesVersion |
integer
وفي حال ضبط هذه السياسة، يشير ملف البيانات الموسّعة الخاص بحزمة APK هذا إلى ملف بيانات موسّعة لحزمة APK أخرى. ولن يتم ضبط حقل fileSize.
|
fileSize |
string (int64 format)
في حال ضبط هذا الحقل، يشير هذا الحقل إلى أنّ حزمة APK هذه تحتوي على ملف بيانات موسّعة تم تحميله إليه: إنّ حزمة APK هذه لا تشير إلى ملف بيانات موسّعة لحزمة APK أخرى. قيمة الحقل هي حجم ملف البيانات الموسّعة الذي تم تحميله بالبايت.
|
الطُرق |
|
لجلب إعدادات ملف البيانات الموسّعة لحزمة APK المحدّدة |
|
تعمل هذه السياسة على تصحيح إعدادات ملف البيانات الموسّعة الخاصة بحزمة APK للإشارة إلى ملف بيانات موسّعة لحزمة APK أخرى. |
|
يمكنك تعديل إعدادات ملف البيانات الموسّعة الخاصة بحزمة APK للإشارة إلى ملف بيانات موسّعة لحزمة APK أخرى. |
|
يتم تحميل ملف بيانات موسّعة جديد ويتم إرفاقه بحزمة APK المحدّدة. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eAn ExpansionFile resource defines the configuration for expansion files associated with an APK in Google Play.\u003c/p\u003e\n"],["\u003cp\u003eIt allows an APK to either reference another APK's expansion file or have its own expansion file uploaded.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can manage expansion files using methods like get, patch, update, and upload to retrieve, modify, or add expansion file configurations for their APKs.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ereferencesVersion\u003c/code\u003e and \u003ccode\u003efileSize\u003c/code\u003e fields in the JSON representation determine if an APK references another expansion file or has its own uploaded file with the specified size.\u003c/p\u003e\n"]]],["Expansion files are configured with `referencesVersion` (referencing another APK's file) or `fileSize` (indicating an uploaded file's size in bytes). Key actions include: fetching an APK's expansion file configuration via `get`, modifying it to reference another file with `patch` or `update`, and uploading a new expansion file using `upload`. The JSON representation shows a file size and references version.\n"],null,["# REST Resource: edits.expansionfiles\n\n- [Resource: ExpansionFile](#ExpansionFile)\n - [JSON representation](#ExpansionFile.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: ExpansionFile\n-----------------------\n\nAn expansion file. The resource for ExpansionFilesService.\n\n| JSON representation |\n|--------------------------------------------------------------|\n| ``` { \"referencesVersion\": integer, \"fileSize\": string } ``` |\n\n| Fields ||\n|---------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `referencesVersion` | `integer` If set, this APK's expansion file references another APK's expansion file. The fileSize field will not be set. |\n| `fileSize` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` If set, this field indicates that this APK has an expansion file uploaded to it: this APK does not reference another APK's expansion file. The field's value is the size of the uploaded expansion file in bytes. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------|\n| ### [get](/android-publisher/api-ref/rest/v3/edits.expansionfiles/get) | Fetches the expansion file configuration for the specified APK. |\n| ### [patch](/android-publisher/api-ref/rest/v3/edits.expansionfiles/patch) | Patches the APK's expansion file configuration to reference another APK's expansion file. |\n| ### [update](/android-publisher/api-ref/rest/v3/edits.expansionfiles/update) | Updates the APK's expansion file configuration to reference another APK's expansion file. |\n| ### [upload](/android-publisher/api-ref/rest/v3/edits.expansionfiles/upload) | Uploads a new expansion file and attaches to the specified APK. |"]]