// 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::compute_routes_v1::RoutesClient(
google::cloud::compute_routes_v1::MakeRoutesConnectionRest(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-15 UTC."],[[["This webpage provides access to various versions of the `compute_routes_v1_1_1RoutesClient` documentation, ranging from the latest release candidate `2.37.0-rc` down to version `2.15.1`."],["Each version listed has a corresponding link to its respective documentation for `compute_routes_v1_1_1RoutesClient`, allowing users to navigate to the specific version they are interested in."],["The page includes a code snippet demonstrating how to override the `compute_routes_v1::RoutesClient` endpoint configuration, specifically for use with Private Google Access, by using the `private.googleapis.com` endpoint."],["The lowest version that can be access through this page is `2.15.1`."],["The latest release candidate that can be accessed through this page is `2.37.0-rc`."]]],[]]