// 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::dataplex_v1::CatalogServiceClient(
google::cloud::dataplex_v1::MakeCatalogServiceConnection(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 available is 2.37.0-rc, as indicated in the list of versions."],["The webpage provides a comprehensive list of historical versions of the dataplex CatalogServiceClient, ranging from version 2.11.0 up to the latest release candidate."],["The content allows you to access the dataplex_v1_1_1CatalogServiceClient-endpoint-snippet for each version, by accessing its corresponding url link, for versions between 2.11.0 and 2.37.0-rc."],["The documentation explains how to override the dataplex_v1::CatalogServiceClient endpoint configuration, which is common with Private Google Access."],["This documentation covers version 2.26.0, as indicated by the title, which is only one of the many versions available in the list."]]],[]]