// 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 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."]]],[]]