// 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-04-17 UTC."],[[["This webpage provides a comprehensive list of versions for the `compute_routes_v1_1_1RoutesClient` component, ranging from the latest release candidate (2.37.0-rc) down to version 2.15.1."],["Each listed version corresponds to a specific endpoint snippet, enabling developers to access documentation tailored to that particular release, allowing them to see what code changes occurred over time."],["The most current production release of the component is not explicitly identified, but the list highlights the most recent release candidate 2.37.0-rc, while still giving access to all previous releases."],["The page includes an example of how to override the default endpoint configuration, showcasing the use of `private.googleapis.com` for private Google Access."],["The current documentation version is 2.22.1, with previous and more recent versions available for reference."]]],[]]