Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
HTTP request
GET https://dataproc.googleapis.com/v1/{name=projects/*/regions/*/operations/*}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-27 UTC."],[[["This API endpoint retrieves the latest status of a long-running operation using a GET request."],["The request URL is structured using gRPC Transcoding, and the operation's name is specified as a path parameter."],["The request body for this operation must be empty, requiring no additional data to be sent."],["A successful operation returns a response body with an `Operation` instance, containing the results of the operation."],["Authorization requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]