Data Catalog API methods that are related to Data Catalog search and metadata are deprecated and will be discontinued on January 30, 2026. See Transition from Data Catalog to BigQuery universal catalog. Methods that are related to policy tags and policy tag taxonomies are not deprecated.
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://datacatalog.googleapis.com/v1/{name}
Path parameters
Parameters
name
string
The name of the operation resource. It takes the form projects/{project}/locations/{location}/operations/{operation}.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation.
[[["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 2025-02-25 UTC."],[[["The content describes how to retrieve the latest state of a long-running operation using a GET request."],["The specific endpoint for this request is `https://datacatalog.googleapis.com/v1/{name}`, requiring a `name` path parameter."],["The `name` parameter represents the operation resource, structured as `projects/{project}/locations/{location}/operations/{operation}`."],["The request body for this operation must be empty, as specified in the documentation."],["A successful operation will return an `Operation` instance, and it requires `https://www.googleapis.com/auth/cloud-platform` scope for authorization."]]],[]]