// 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::DataTaxonomyServiceClient(
google::cloud::dataplex_v1::MakeDataTaxonomyServiceConnection(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-05 UTC."],[[["This webpage provides access to different versions of the `dataplex_v1_1_1DataTaxonomyServiceClient` documentation, ranging from version 2.11.0 to 2.36.0, and the latest release candidate, 2.37.0-rc."],["Each version number is linked to its specific documentation page, allowing you to browse the documentation of `dataplex_v1_1_1DataTaxonomyServiceClient-endpoint-snippet` for a particular release."],["Version 2.37.0-rc is noted as the latest release candidate, indicating that it may contain new features or updates that are not yet in the fully released versions."],["The provided snippet showcases how to override the default endpoint configuration for `DataTaxonomyServiceClient`, specifically setting it to \"private.googleapis.com\", useful for instances requiring private access."],["The code example demonstrates the configuration required for Private Google Access, allowing private access to Google services."]]],[]]