Stay organized with collections
Save and categorize content based on your preferences.
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://bigtableadmin.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 2024-12-16 UTC."],[[["Retrieves the current status of a long-running operation, allowing clients to check results periodically."],["Uses a `GET` HTTP request to the URL `https://bigtableadmin.googleapis.com/v2/{name=operations/**}` with gRPC Transcoding syntax."],["Requires the `name` parameter in the URL path, which specifies the operation resource name."],["The request body must be empty, and a successful response returns an instance of `Operation`."],["Authorization requires one of several specified OAuth scopes, such as `https://www.googleapis.com/auth/bigtable.admin`."]]],[]]