Ruft den letzten Status eines lange laufenden Vorgangs ab. Clients können diese Methode nutzen, um die Ergebnisse eines Vorgangs nach gewissen Zeitabständen zu testen, wie vom API-Dienst empfohlen.
HTTP-Anfrage
GET https://metastore.googleapis.com/v1beta/{name}
Pfadparameter
Parameter
name
string
Der Name der Vorgangsressource.
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von Operation.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-03-04 (UTC)."],[[["This webpage details how to retrieve the latest status of a long-running operation using a GET request."],["The operation's name is specified as a path parameter in the URL using the `name` string variable."],["The HTTP request is a `GET` method directed to a specific URL template, which is: `https://metastore.googleapis.com/v1beta/{name}`."],["The request body should be empty, meaning no additional data is required to be sent with the request."],["A successful request will return an `Operation` instance in the response body, and it requires `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]