// 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::ExperimentalTag{},
google::cloud::compute_region_target_https_proxies_v1::
MakeRegionTargetHttpsProxiesConnectionRest(
google::cloud::ExperimentalTag{}, 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."],[[["The webpage provides access to different versions of the `compute_region_target_https_proxies_v1_1_1RegionTargetHttpsProxiesClient` endpoint, ranging from version 2.15.1 up to the latest release candidate, 2.37.0-rc."],["Version 2.37.0-rc is highlighted as the most current release candidate available for the `compute_region_target_https_proxies_v1_1_1RegionTargetHttpsProxiesClient`."],["The page details the client endpoint configuration for `compute_region_target_https_proxies_v1::RegionTargetHttpsProxiesClient`, which allows overriding the default settings."],["The configuration is compatible with Private Google Access and allows setting a custom endpoint like \"private.googleapis.com\" when creating a new `RegionTargetHttpsProxiesClient` instance."],["The webpage allows users to navigate through a comprehensive list of previous versions dating as far back as 2.15.1 for the `compute_region_target_https_proxies_v1_1_1RegionTargetHttpsProxiesClient`, enabling them to choose the specific version they require."]]],[]]