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.
[[["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."],[[["This webpage provides details on how to retrieve a specific entry from the Data Catalog using the API."],["The HTTP request method for getting an entry is a `GET` request to the specified URL, using the `name` parameter to define the entry."],["The `name` path parameter is required and defines the location of the entry in the format `projects/{project}/locations/{location}/entryGroups/{entrygroup}/entries/{entries}`."],["No request body is required when using the `GET` request to get an entry, so an empty request body must be provided."],["A successful response returns an `Entry` instance, and the operation requires the `https://www.googleapis.com/auth/cloud-platform` authorization scope."]]],[]]