// This configuration is common with Private Google Access:
// https://cloud.google.com/vpc/docs/private-google-access
auto options = google::cloud::Options{}.set<google::cloud::EndpointOption>(
"private.googleapis.com");
auto client = google::cloud::datacatalog_v1::DataCatalogClient(
google::cloud::datacatalog_v1::MakeDataCatalogConnection(options));
[[["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-03-14 UTC."],[[["This page provides a comprehensive list of historical versions for the `datacatalog_v1_1_1DataCatalogClient` component, starting from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each listed version corresponds to a specific endpoint configuration snippet that is available for review, allowing users to access and reference past configurations as needed."],["The latest version, which is 2.37.0-rc, is highlighted as the release candidate, and all other listed versions are official releases."],["The page also describes how to override the default `DataCatalogClient` endpoint configuration, including a code snippet that demonstrates setting a custom endpoint such as `\"private.googleapis.com\"`."],["The versions listed on the page range from 2.11.0 to the 2.37.0-rc, showcasing a significant number of iterations and releases, and they all reference the same type of endpoint."]]],[]]