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://runtimeconfig.googleapis.com/v1beta1/{name=projects/*/configs/*/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 2018-10-17 UTC."],[[["This page details how to retrieve the latest state of a long-running operation using a GET request."],["The HTTP request uses gRPC Transcoding syntax and requires a specific URL format with a `name` parameter to define the operation resource."],["The request body must be empty, and a successful response will contain an `Operation` instance."],["Authorization requires either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/cloudruntimeconfig` OAuth scope."],["The page includes an interactive \"Try it!\" section for users to experiment with this request."]]],[]]