// 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_target_https_proxies_v1::TargetHttpsProxiesClient(
google::cloud::compute_target_https_proxies_v1::
MakeTargetHttpsProxiesConnectionRest(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 `TargetHttpsProxiesClient` endpoint for the Google Cloud Compute API, ranging from version 2.15.1 up to the latest release candidate, 2.37.0-rc."],["Each listed version corresponds to a specific release of the compute target HTTPS proxies client, with links to the respective documentation."],["Version 2.37.0-rc is the latest release candidate available for the `TargetHttpsProxiesClient`."],["The content demonstrates how to override the default endpoint configuration, with an example using \"private.googleapis.com\" to enable Private Google Access."],["There are various stable versions of the TargetHttpsProxiesClient listed, starting from version 2.15.1 and going up to 2.36.0."]]],[]]