// 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This page provides documentation for the `compute_region_target_http_proxies_v1::RegionTargetHttpProxiesClient`, focusing on different version releases."],["The latest release available is version `2.37.0-rc`, with several older versions also listed down to `2.15.1`."],["Each version listed links to documentation specific to the `compute_region_target_http_proxies_v1_1_1RegionTargetHttpProxiesClient-endpoint-snippet`."],["The configuration of `compute_region_target_http_proxies_v1::RegionTargetHttpProxiesClient` endpoint can be overridden, and an example is included, showing configuration with `private.googleapis.com`."]]],[]]