Obtiene el último estado de una operación de larga duración. Los clientes pueden usar este método para sondear el resultado de la operación por intervalos según la recomendación del servicio de la API.
Solicitud HTTP
GET https://cloudaicompanion.googleapis.com/v1/{name=projects/*/locations/*/operations/*}
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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."]]],[]]