Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Un Operation
contiene lo stato di una chiamata API asincrona. Questo metodo elenca le operazioni corrispondente a un OperationType e/o OperationState specificati.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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`."]]],[]]