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://clouddeploy.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-06-25 (UTC)"],[[["This endpoint retrieves the latest status of a long-running operation by polling the API service."],["The HTTP request uses a `GET` method with a specific URL structure that includes a dynamic `name` parameter for the operation resource."],["The request body must be empty when interacting with this endpoint."],["A successful request returns an `Operation` instance in the response body, providing details about the operation's current state."],["Authorization for this operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]