// 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-03-05 UTC."],[[["This webpage provides access to different versions of the `compute_region_target_http_proxies_v1_1_1RegionTargetHttpProxiesClient` documentation, ranging from version 2.15.1 to the latest release candidate 2.37.0-rc."],["The latest available version of the documentation is 2.37.0-rc, representing the most current release candidate."],["The content supports a variety of versions in the 2.x range of the `compute_region_target_http_proxies_v1_1_1RegionTargetHttpProxiesClient`, so users can access documentation for the specific version that they need."],["The configuration of the client endpoint can be overridden by using the method provided, allowing for custom endpoint configuration."]]],[]]