// 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 access to various versions of the `DataCatalogClient` documentation, spanning from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed links to the corresponding documentation for `datacatalog_v1_1_1DataCatalogClient-endpoint-snippet`, allowing users to review version specific changes and details."],["The latest stable release of the client is currently 2.36.0, with a release candidate of 2.37.0 available for review, indicated by the `(latest)` tag."],["The page also shows how to override the default endpoint configuration for the `datacatalog_v1::DataCatalogClient`, specifically with a Private Google Access example, using `private.googleapis.com`."]]],[]]