// 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::MetadataServiceClient(
google::cloud::dataplex_v1::MakeMetadataServiceConnection(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-04-09 UTC."],[[["This page provides access to the C++ client library documentation for Google Cloud Dataplex, specifically focusing on the `MetadataServiceClient`."],["Version 2.37.0-rc is the latest release candidate for the Dataplex C++ client library, while 2.36.0 is the most recent fully released version."],["The documentation includes versions spanning from 2.11.0 up to the current 2.37.0-rc, providing a range of historical releases to reference."],["Users can configure the `MetadataServiceClient` endpoint, as demonstrated by the example, which shows setting the endpoint to \"private.googleapis.com\" for use with Private Google Access."]]],[]]