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://apigateway.googleapis.com/v1/{name=projects/*/locations/*/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 2021-01-19 UTC."],[[["This webpage outlines the process for retrieving the latest status of a long-running operation using the API."],["The HTTP request method used is `GET` with a specific URL structure utilizing gRPC Transcoding syntax, as defined in the `HTTP` template."],["The `name` parameter within the URL path is used to specify the operation resource."],["No request body is needed when polling, the request body must be empty."],["Successfully polling will return an `Operation` response, and the operation requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]