// 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::DataplexServiceClient(
google::cloud::dataplex_v1::MakeDataplexServiceConnection(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-21 UTC."],[[["The latest release candidate version available is 2.37.0-rc, and it links to its respective documentation."],["The page provides access to documentation for a range of Dataplex versions, from 2.11.0 up to the latest candidate."],["The page focuses on the `dataplex_v1_1_1DataplexServiceClient` component and its endpoint configuration, across the different versions."],["Users can find specific version documentation for the `dataplex_v1_1_1DataplexServiceClient` component, using the provided links."],["The provided code example demonstrates how to override the endpoint configuration for the `DataplexServiceClient`, which can be relevant when using Private Google Access."]]],[]]