// 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_https_proxies_v1::
RegionTargetHttpsProxiesClient(
google::cloud::compute_region_target_https_proxies_v1::
MakeRegionTargetHttpsProxiesConnectionRest(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-09 UTC."],[[["The webpage provides access to different versions of the `compute_region_target_https_proxies_v1_1_1RegionTargetHttpsProxiesClient` endpoint, ranging from version 2.15.1 to the latest release candidate 2.37.0-rc."],["Each version link leads to specific documentation for that particular release, such as `2.36.0`, `2.35.0`, down to the oldest listed version of `2.15.1`."],["The webpage highlights the ability to override the default endpoint configuration for `RegionTargetHttpsProxiesClient`, such as setting it to \"private.googleapis.com\" for Private Google Access."],["The current version shown on the webpage is 2.28.0, with other versions listed in descending order."]]],[]]