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://apikeys.googleapis.com/v2/{name=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 2022-05-25 UTC."],[[["This webpage documents the process of retrieving the latest state of a long-running operation via a GET HTTP request to a specific URL."],["The URL for the request utilizes gRPC Transcoding syntax and requires a `name` path parameter that specifies the operation resource."],["The request body must be empty, indicating that all required data is passed within the URL."],["Upon successful completion, the response body will contain an instance of the `Operation` resource, detailing the current state."],["Authorization for this operation requires either the `https://www.googleapis.com/auth/cloud-platform.read-only` or `https://www.googleapis.com/auth/cloud-platform` OAuth scopes."]]],[]]