// 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_target_http_proxies_v1::
RegionTargetHttpProxiesClient(
google::cloud::compute_region_target_http_proxies_v1::
MakeRegionTargetHttpProxiesConnectionRest(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-09 UTC."],[[["This page provides access to the documentation for various versions of the `compute_region_target_http_proxies_v1` service."],["The latest release candidate version is 2.37.0-rc, while version 2.36.0 is displayed, with older versions listed below."],["Each version links to specific documentation for the `compute_region_target_http_proxies_v1_1_1RegionTargetHttpProxiesClient` endpoint snippet."],["The documentation includes guidance on overriding the endpoint configuration, specifically for use with Private Google Access."],["The versions range from 2.15.1 up to 2.37.0-rc."]]],[]]