// 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_url_maps_v1::UrlMapsClient(
google::cloud::compute_url_maps_v1::MakeUrlMapsConnectionRest(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 documentation and reference for various versions of the `compute_url_maps_v1_1_1UrlMapsClient`, ranging from version 2.15.1 up to the latest release candidate 2.37.0-rc."],["The page includes links to specific documentation for each available version of the `compute_url_maps_v1_1_1UrlMapsClient`, and each version is tied to its specific documentation page."],["The provided code snippet demonstrates how to override the endpoint configuration for `compute_url_maps_v1::UrlMapsClient`, setting it to `private.googleapis.com`, which is a common configuration with Private Google Access."],["Version 2.20.0 is available, along with 21 versions above it, and 4 versions below it, allowing users to review multiple different versions of the resource."]]],[]]