Recupera lo stato più recente di un'operazione a lunga esecuzione. I client possono utilizzare questo metodo per eseguire il polling del risultato dell'operazione a intervalli come consigliato dal servizio API.
Richiesta HTTP
GET https://dataproc.googleapis.com/v1/{name=projects/*/locations/*/operations/*}
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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 must be empty for this operation."],["A successful request returns an Operation instance in the response body, detailing the status."],["This method requires OAuth 2.0 scope `https://www.googleapis.com/auth/cloud-platform` for authorization."]]],[]]