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://dataproc.googleapis.com/v1/{name=projects/*/regions/*/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: 2025-03-04 (UTC)"],[[["This endpoint retrieves the latest status of a long-running operation using a GET request."],["The URL structure follows gRPC Transcoding syntax and requires the operation's name as a path parameter."],["The request body for this operation must be empty."],["A successful request returns an Operation resource in the response body, detailing the status of the operation."],["This request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]