Recebe o estado mais recente de uma operação de longa duração. Os clientes usam este método para pesquisar o resultado da operação em intervalos, conforme recomendado pelo serviço da API.
Solicitação HTTP
GET https://cloudaicompanion.googleapis.com/v1/{name=projects/*/locations/*/operations/*}
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2024-12-06 UTC."],[[["This endpoint retrieves the latest status of a long-running operation using a GET request."],["The operation is identified by its `name` path parameter in the URL."],["The request body must be empty to use this endpoint."],["A successful request returns an Operation resource in the response body."],["Authorization for this endpoint requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `cloudaicompanion.operations.get` IAM permission."]]],[]]