// 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::networkconnectivity_v1::PolicyBasedRoutingServiceClient(
google::cloud::networkconnectivity_v1::
MakePolicyBasedRoutingServiceConnection(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 release candidate version is 2.37.0-rc, providing the most up-to-date features and improvements for the networkconnectivity service."],["The current stable version of this content page is listed as 2.32.0, where older versions down to 2.11.0 can also be accessed via the provided links."],["This documentation covers the `PolicyBasedRoutingServiceClient` within the `networkconnectivity_v1` namespace, demonstrating how to override endpoint configurations, such as setting the endpoint to \"private.googleapis.com\"."],["Each listed version links to its respective `PolicyBasedRoutingServiceClient-endpoint-snippet` documentation, enabling users to review version specific information."]]],[]]