// 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::ExperimentalTag{},
google::cloud::compute_target_https_proxies_v1::
MakeTargetHttpsProxiesConnectionRest(
google::cloud::ExperimentalTag{}, 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 the compute target HTTPS proxies documentation, including specific endpoint configurations."],["Version 2.37.0-rc is the latest release candidate, while 2.15.1 is also represented as an available version."],["The page lists available documentation for numerous versions, ranging from 2.15.1 up to 2.37.0-rc, providing access to previous releases."],["Endpoint configurations can be overridden, as demonstrated by the example using `private.googleapis.com` for Private Google Access."],["The documentation provided references the `TargetHttpsProxiesClient` for each version, specifically within the `compute_target_https_proxies_v1` namespace."]]],[]]