// 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"]],[["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 documents various versions of the `compute_target_https_proxies_v1::TargetHttpsProxiesClient`, ranging from version 2.15.1 up to the latest release candidate, 2.37.0-rc."],["Each listed version number links to specific documentation for that particular version, detailing the `compute_target_https_proxies_v1_1_1TargetHttpsProxiesClient-endpoint-snippet` for each one."],["The latest available version is the release candidate `2.37.0-rc`, and `2.21.0` is the indicated version at the top of the provided content, which is not the most current but exists on the list."],["The provided code demonstrates how to configure the endpoint for `TargetHttpsProxiesClient`, specifically using \"private.googleapis.com\" for Private Google Access, indicating that there are special configuration steps for specific access requirements."]]],[]]