// 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"]],[["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 various versions of the `PolicyBasedRoutingServiceClient` for the Google Cloud Network Connectivity API."],["The most recent release candidate is version 2.37.0-rc, and version 2.26.0 is the initially viewed version."],["The page lists a range of available versions, from 2.11.0 up to 2.37.0-rc, allowing users to select their preferred release."],["The `PolicyBasedRoutingServiceClient` endpoint can be configured to use a private Google API endpoint, as demonstrated in the example code snippet."],["Each version entry links to a corresponding documentation page containing a snippet for `networkconnectivity_v1_1_1PolicyBasedRoutingServiceClient`."]]],[]]