// 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-04-09 UTC."],[[["The webpage provides documentation and reference information for various versions of the DataCatalog C++ client library."],["Version 2.37.0-rc is the latest release candidate, while 2.36.0 is the newest full release, and 2.35.0 is the most recent version listed in full."],["The content includes a range of versions from 2.11.0 up to 2.37.0-rc, showcasing the library's development history, with each version linking to specific documentation on endpoint snippets."],["The page features instructions on how to override the `DataCatalogClient` endpoint configuration, particularly when using Private Google Access, detailing a specific example to point it to \"private.googleapis.com\"."]]],[]]