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/v1alpha/{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 the GET method."],["The HTTP request URL structure is `GET https://metastore.googleapis.com/v1alpha/{name}`, where `{name}` is a required path parameter specifying the operation resource."],["The request body should be empty when making this call."],["A successful response returns an `Operation` instance, offering details about the operation's current status."],["Authorization requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]