// 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-03-14 UTC."],[[["This webpage provides access to documentation for various versions of the `dataplex_v1_1_1MetadataServiceClient` endpoint snippet, starting from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["The most recent version available is the release candidate 2.37.0-rc, which is highlighted as the \"latest\" version."],["The content covers several intermediate versions including, 2.36.0, 2.35.0, 2.34.0, 2.33.0, and so forth, which each have their own page."],["There is a section detailing how to override the `dataplex_v1::MetadataServiceClient` Endpoint Configuration using `private.googleapis.com` for Private Google Access."],["Version 2.12.0, is the version mentioned above the versioned list, and is the first version covered in the document."]]],[]]