// 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::ContentServiceClient(
google::cloud::dataplex_v1::MakeContentServiceConnection(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 webpage provides documentation and reference information for various versions of the `dataplex_v1_1_1ContentServiceClient`, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each listed version corresponds to a specific page detailing the `dataplex_v1_1_1ContentServiceClient`, and each version is accessible via a link."],["Version 2.37.0-rc is designated as the latest release candidate and is available at the top of the listed versions."],["The page also gives direction on how to configure the endpoint for the `dataplex_v1::ContentServiceClient` using the `private.googleapis.com` endpoint, which is common with Private Google Access."],["The currently active version on the page is 2.36.0, however there are many other versions which can be selected, starting from version 2.11.0."]]],[]]