// 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"]],[["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."],[[["This page provides access to various versions of the `dataplex_v1_1_1MetadataServiceClient-endpoint-snippet`, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each listed version number links to a specific endpoint snippet, enabling developers to access and utilize the corresponding version."],["Version 2.37.0-rc is the most recent release candidate and is designated as the latest version."],["The page also includes instructions on overriding the endpoint configuration for the dataplex_v1::MetadataServiceClient, showing an example using \"private.googleapis.com\" for private Google access."],["Version 2.15.1 is the lowest version of the ones contained within the content, and it is the initial version of the page."]]],[]]