// 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."],[[["The webpage provides access to different versions of the `compute_region_target_http_proxies_v1_1_1RegionTargetHttpProxiesClient` resource, ranging from version 2.15.1 to the latest release candidate 2.37.0-rc."],["Each version number listed on the page corresponds to a specific endpoint for the `compute_region_target_http_proxies_v1_1_1RegionTargetHttpProxiesClient`, allowing users to navigate to the documentation for that particular version."],["Version 2.37.0-rc is the most recent release candidate, and the documentation for that version is accessible via a provided link, marking it as the latest version."],["The content covers how to override endpoint configuration for the `compute_region_target_http_proxies_v1::RegionTargetHttpProxiesClient` within a code example, showing its use with private google access."],["The current viewable version is 2.33.0, but users can access versions ranging from 2.15.1 to the latest 2.37.0."]]],[]]