// 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-03-21 UTC."],[[["This webpage provides documentation for various versions of the `dataplex_v1_1_1ContentServiceClient` in C++."],["The latest release candidate version is 2.37.0-rc, which has a link to the relevant documentation."],["The content offers an extensive list of previous versions, from 2.36.0 down to 2.11.0, each with corresponding documentation links."],["Instructions are given for overriding the `dataplex_v1::ContentServiceClient` Endpoint Configuration, typically to use private Google access."],["The current version listed at the top is 2.15.1, with a keyboard arrow down indicating more information or content is below."]]],[]]