সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি Operation একটি অ্যাসিঙ্ক্রোনাস API কলের স্থিতি ধারণ করে। এই পদ্ধতিটি একটি নির্দিষ্ট OperationType এবং/অথবা OperationState এর সাথে মিলে যাওয়া ক্রিয়াকলাপগুলিকে তালিকাভুক্ত করে।
[[["সহজে বোঝা যায়","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"]],["2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThis API method, \u003ccode\u003elistOperations\u003c/code\u003e, retrieves the status of asynchronous API calls, referred to as \u003ccode\u003eOperation\u003c/code\u003e, based on specified criteria.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003elistOperations\u003c/code\u003e method allows filtering by \u003ccode\u003eOperationType\u003c/code\u003e (e.g., \u003ccode\u003eCLAIM_DEVICES\u003c/code\u003e, \u003ccode\u003eUNCLAIM_DEVICES\u003c/code\u003e) and/or \u003ccode\u003eOperationState\u003c/code\u003e (e.g., \u003ccode\u003eIN_PROGRESS\u003c/code\u003e, \u003ccode\u003eCOMPLETE\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe request, \u003ccode\u003eListOperationsRequest\u003c/code\u003e, supports pagination via \u003ccode\u003epageSize\u003c/code\u003e (up to 100) and \u003ccode\u003epageToken\u003c/code\u003e parameters, allowing for retrieval of large datasets.\u003c/p\u003e\n"],["\u003cp\u003eThe response, \u003ccode\u003eListOperationsResponse\u003c/code\u003e, provides a list of matching \u003ccode\u003eOperation\u003c/code\u003e objects, the total count of operations, and a \u003ccode\u003enextPageToken\u003c/code\u003e for subsequent pages.\u003c/p\u003e\n"],["\u003cp\u003ePotential errors during operation execution are indicated by a \u003ccode\u003eCommonException\u003c/code\u003e with error codes like \u003ccode\u003eINTERNAL_SERVER_ERROR\u003c/code\u003e, \u003ccode\u003eINVALID_PAGE_TOKEN\u003c/code\u003e, or \u003ccode\u003eNOT_IMPLEMENTED\u003c/code\u003e.\u003c/p\u003e\n"]]],["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"],null,[]]