// 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-05 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 listed version is linked to its respective documentation page detailing `compute_routes_v1_1_1RoutesClient` endpoints."],["The content includes a code snippet demonstrating how to override the `compute_routes_v1::RoutesClient` endpoint configuration, specifically for use with Private Google Access."],["The version numbering of the documentation follows a standard semantic versioning format, allowing users to select the version relevant to their needs."],["Version 2.16.0 is a valid option among all the versions, but is not the latest, nor the oldest, in the collection provided."]]],[]]