تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
يحتوي Operation
على حالة طلب بيانات غير متزامن من واجهة برمجة التطبيقات. تسرد هذه الطريقة العمليات التي تتطابق مع OperationType و/أو OperationState محددة.
تاريخ التعديل الأخير: 2024-11-09 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2024-11-09 (حسب التوقيت العالمي المتفَّق عليه)"],[[["This API method, `listOperations`, retrieves the status of asynchronous API calls, referred to as `Operation`, based on specified criteria."],["The `listOperations` method allows filtering by `OperationType` (e.g., `CLAIM_DEVICES`, `UNCLAIM_DEVICES`) and/or `OperationState` (e.g., `IN_PROGRESS`, `COMPLETE`)."],["The request, `ListOperationsRequest`, supports pagination via `pageSize` (up to 100) and `pageToken` parameters, allowing for retrieval of large datasets."],["The response, `ListOperationsResponse`, provides a list of matching `Operation` objects, the total count of operations, and a `nextPageToken` for subsequent pages."],["Potential errors during operation execution are indicated by a `CommonException` with error codes like `INTERNAL_SERVER_ERROR`, `INVALID_PAGE_TOKEN`, or `NOT_IMPLEMENTED`."]]],["This content describes how to list asynchronous API call operations using `listOperations`. You can filter operations by `operationType` (e.g., `CLAIM_DEVICES`) and `state` (e.g., `IN_PROGRESS`). The method takes a `ListOperationsRequest` with optional parameters like `pageSize`, `pageToken`, and `vendorParams`. It returns a `ListOperationsResponse` containing matching operations, total count, `nextPageToken`, and `vendorParams`. The method may throw a `CommonException` with errors like `INTERNAL_SERVER_ERROR`, `INVALID_PAGE_TOKEN`, or `NOT_IMPLEMENTED`.\n"]]