// 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-26 UTC."],[[["The webpage provides access to documentation for various versions of the `servicedirectory_v1_1_1RegistrationServiceClient`, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each version listed offers specific documentation accessible via a hyperlink, which directs users to the `servicedirectory_v1_1_1RegistrationServiceClient-endpoint-snippet` for that release."],["The latest release candidate is version 2.37.0-rc, highlighting that there is a new potential version to be released."],["The document provides an example of how to override the `servicedirectory_v1::RegistrationServiceClient` Endpoint Configuration using private google access."]]],[]]