// 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::servicedirectory_v1::LookupServiceClient(
google::cloud::servicedirectory_v1::MakeLookupServiceConnection(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-18 UTC."],[[["This page provides documentation and links for various versions of the `servicedirectory_v1_1_1LookupServiceClient` component."],["Version 2.37.0-rc is the latest release candidate, while the oldest listed version is 2.11.0."],["Each version link leads to specific documentation regarding the `servicedirectory_v1_1_1LookupServiceClient-endpoint-snippet`."],["The content includes an example of how to override the `servicedirectory_v1::LookupServiceClient` endpoint configuration, utilizing `private.googleapis.com`."],["The endpoint configuration example is noted as being common with Private Google Access, with a provided link to its documentation."]]],[]]