// 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 available version is 2.37.0-rc, which can be accessed through the provided link."],["This page provides access to a range of previous versions of the Dataplex service client, spanning from version 2.11.0 up to the latest 2.37.0-rc, with each version having its own dedicated documentation link."],["The current version is 2.34.0, with a drop down menu indicating there are older versions available."],["Instructions are provided for overriding the default endpoint configuration of the `dataplex_v1::DataplexServiceClient`, useful for scenarios like Private Google Access."]]],[]]