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 2024-11-09 UTC."],[[["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`."]]],[]]