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://dataproc.googleapis.com/v1/{name=projects/*/regions/*/operations/*}
[[["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 endpoint retrieves the latest status of a long-running operation using a GET request."],["The URL structure follows gRPC Transcoding syntax and requires the operation's name as a path parameter."],["The request body for this operation must be empty."],["A successful request returns an Operation resource in the response body, detailing the status of the operation."],["This request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]