// 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 vpc_client = google::cloud::compute_routers_v1::RoutersClient(
google::cloud::compute_routers_v1::MakeRoutersConnectionRest(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-02 UTC."],[[["The latest version available for the compute routers client is 2.37.0-rc."],["This page provides access to documentation for multiple versions of the compute routers client, ranging from version 2.15.1 up to the latest release candidate, 2.37.0-rc."],["The documentation links provided on this page are for `compute_routers_v1_1_1RoutersClient-endpoint-snippet` and each version has its own separate endpoint snippet."],["The page also provides an example of how to override the `compute_routers_v1::RoutersClient` Endpoint Configuration, showing how to set a custom endpoint with `google::cloud::EndpointOption`."]]],[]]