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://runtimeconfig.googleapis.com/v1beta1/{name=projects/*/configs/*/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 page details how to retrieve the latest state of a long-running operation using a GET request."],["The HTTP request uses gRPC Transcoding syntax and requires a specific URL format with a `name` parameter to define the operation resource."],["The request body must be empty, and a successful response will contain an `Operation` instance."],["Authorization requires either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/cloudruntimeconfig` OAuth scope."],["The page includes an interactive \"Try it!\" section for users to experiment with this request."]]],[]]