// 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::contentwarehouse_v1::DocumentLinkServiceClient(
google::cloud::contentwarehouse_v1::MakeDocumentLinkServiceConnection(
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 documentation for various versions of the `contentwarehouse_v1::DocumentLinkServiceClient`, with the latest release candidate being version 2.37.0-rc."],["The page lists versions ranging from 2.12.0 up to 2.37.0-rc, offering a historical overview of the service's development."],["Each listed version links to specific documentation, like `contentwarehouse_v1_1_1DocumentLinkServiceClient-endpoint-snippet`, enabling users to find information relevant to their chosen version."],["The documentation includes example code for overriding the endpoint configuration of `contentwarehouse_v1::DocumentLinkServiceClient`, showing how to use the \"private.googleapis.com\" endpoint."],["Version 2.13.0 is the most recent version that is not a Release Candidate."]]],[]]