// 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."],[[["The latest release candidate version is 2.37.0-rc, representing the most current preview build."],["The webpage provides access to documentation and code snippets for various versions of the DataCatalogClient, ranging from 2.11.0 up to 2.37.0-rc."],["Version 2.24.0 marks a specific version in the series of listed releases for the DataCatalogClient."],["Each listed version links to documentation on endpoint snippets for the datacatalog_v1_1_1DataCatalogClient, illustrating usage across different releases."],["The page includes information on how to override the default DataCatalogClient endpoint configuration, specifically showing an example of how to use private.googleapis.com."]]],[]]