// 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."],[[["The latest available version is 2.37.0-rc, which is a release candidate, while the most recent stable release is version 2.36.0."],["This page provides a historical archive of versions ranging from 2.12.0 up to the latest release candidate, offering access to previous iterations of the `contentwarehouse_v1_1_1DocumentLinkServiceClient-endpoint-snippet`."],["Each listed version corresponds to a specific reference page for the `contentwarehouse_v1_1_1DocumentLinkServiceClient-endpoint-snippet`, allowing users to review details for each version."],["The content includes an example of overriding the `contentwarehouse_v1::DocumentLinkServiceClient` endpoint configuration, illustrating how to set the endpoint to \"private.googleapis.com\"."]]],[]]