Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Um Operation
contém o status de uma chamada de API assíncrona. Esse método lista operações
que correspondem a um OperationType
e/ou OperationState especificado.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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,[]]