// 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::RegistrationServiceClient(
google::cloud::servicedirectory_v1::MakeRegistrationServiceConnection(
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."],[[["The webpage provides a list of available versions for the `servicedirectory_v1_1_1RegistrationServiceClient` component, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["Each listed version, starting from 2.11.0 up to 2.37.0-rc, includes a link to its respective documentation, specifically for the `servicedirectory_v1_1_1RegistrationServiceClient-endpoint-snippet`."],["The content also includes a code snippet demonstrating how to override the `servicedirectory_v1::RegistrationServiceClient` endpoint configuration, showing how to set a custom endpoint like `\"private.googleapis.com\"`."],["The sample provided in the content is common with Private Google Access, as indicated by the comment with a link to its documentation."]]],[]]