Restituisce 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://cloudsearch.googleapis.com/v1/{name=operations/**}
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-09-03 UTC."],[[["This API endpoint retrieves the latest status of a long-running operation, allowing clients to monitor progress."],["The request is made using an HTTP GET method to the specified URL with the operation's name as a path parameter."],["An empty request body is required, and a successful response provides an `Operation` object containing the current status details."],["Authorization is necessary using one of the listed OAuth scopes, granting access to the Cloud Search API functionalities."]]],[]]