// 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_region_url_maps_v1::RegionUrlMapsClient(
google::cloud::compute_region_url_maps_v1::
MakeRegionUrlMapsConnectionRest(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-21 UTC."],[[["The latest version available is 2.37.0-rc, which is marked as the most current release candidate."],["The content provides access to documentation and endpoint snippets for various versions of compute region URL maps, ranging from version 2.15.1 up to 2.37.0-rc."],["This page includes a code snippet illustrating how to override the `compute_region_url_maps_v1::RegionUrlMapsClient` endpoint configuration, specifically for use with Private Google Access."],["Each version number includes a link that lets you access the relevant details for that specific release."]]],[]]