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://optimization.googleapis.com/v1/{name=projects/*/operations/*}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-15 UTC."],[],["The core content describes how to retrieve the latest state of a long-running operation using a GET request. The specific endpoint is `https://optimization.googleapis.com/v1/{name=projects/*/operations/*}`, employing gRPC Transcoding syntax. The `name` path parameter, a string, designates the operation resource. The request requires an empty body, and a successful response contains an instance of an `Operation`, detailed in the associated documentation. Users can actively test these parameters with the \"Try it!\" option.\n"]]