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://clouddeploy.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 2024-06-27 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."]]],[]]