// 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This webpage provides access to the `contentwarehouse_v1::DocumentLinkServiceClient` endpoint configuration across multiple versions."],["The most recent version available is 2.37.0-rc, and it is labeled as the latest release."],["The available versions range from 2.12.0 to the most recent 2.37.0-rc, each with a link to its respective documentation."],["The endpoint configuration can be overridden using the provided code snippet, which is also compatible with Private Google Access."],["The code snippet provided can be used to setup a client with a private endpoint, and requires an options object."]]],[]]