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://{endpoint}/v1beta1/{name=organizations/*/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 2024-06-20 UTC."],[[["This document describes how to retrieve the latest state of a long-running operation using a `GET` request."],["The request requires a specific URL format, including an endpoint and the operation's resource name, using gRPC Transcoding syntax."],["The request body must be empty, and the response body will contain operation information if successful."],["Authorization to get this data is done through the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."],["The operation also requires `assuredworkloads.operations.get` IAM permission on the specified resource name."]]],[]]