REST Resource: apprecovery
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
משאב
אין נתונים קבועים שמשויכים למשאב הזה.
שיטות |
|
עדכון מצטבר של הטירגוט לפעולת שחזור. |
|
מבטלים פעולה לשחזור אפליקציה שכבר מבצעת. |
|
צריך ליצור פעולה לשחזור האפליקציה עם סטטוס השחזור בתור DRAFT. |
|
פריסה של פעולת שחזור אפליקציה שכבר נוצרה עם סטטוס השחזור DRAFT. |
|
הצגת רשימה של כל המשאבים של פעולות לשחזור האפליקציה שמשויכים לשם חבילה ולגרסת אפליקציה מסוימת. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eThis resource has no persistent data associated with it.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods to manage app recovery actions, including creation, deployment, targeting updates, and cancellation.\u003c/p\u003e\n"],["\u003cp\u003eYou can list all recovery actions for a specific app package and version.\u003c/p\u003e\n"],["\u003cp\u003eRecovery actions can be created in draft status and deployed when ready.\u003c/p\u003e\n"]]],["The document outlines an API for managing app recovery actions. It details five core methods: `addTargeting` (to update targeting), `cancel` (to stop a running action), `create` (to initiate a recovery action in draft status), `deploy` (to activate a draft action), and `list` (to retrieve all actions related to a specific app and version). The actions managed have no associated persistent data.\n"],null,["# REST Resource: apprecovery\n\n- [Resource](#RESOURCE_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource\n--------\n\nThere is no persistent data associated with this resource.\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|\n| ### [addTargeting](/android-publisher/api-ref/rest/v3/apprecovery/addTargeting) | Incrementally update targeting for a recovery action. |\n| ### [cancel](/android-publisher/api-ref/rest/v3/apprecovery/cancel) | Cancel an already executing app recovery action. |\n| ### [create](/android-publisher/api-ref/rest/v3/apprecovery/create) | Create an app recovery action with recovery status as DRAFT. |\n| ### [deploy](/android-publisher/api-ref/rest/v3/apprecovery/deploy) | Deploy an already created app recovery action with recovery status DRAFT. |\n| ### [list](/android-publisher/api-ref/rest/v3/apprecovery/list) | List all app recovery action resources associated with a particular package name and app version. |"]]