// 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_tcp_proxies_v1::TargetTcpProxiesClient(
google::cloud::compute_target_tcp_proxies_v1::
MakeTargetTcpProxiesConnectionRest(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-15 UTC."],[[["The latest release candidate version available is 2.37.0-rc, accessible via the provided link."],["This webpage contains documentation and reference material for `compute_target_tcp_proxies_v1_1_1TargetTcpProxiesClient`, spanning from version 2.15.1 to the most recent release candidate."],["Users can find version-specific documentation for various releases, from 2.15.1 to 2.36.0, as well as the latest release candidate 2.37.0-rc."],["The endpoint configuration for `compute_target_tcp_proxies_v1::TargetTcpProxiesClient` can be overridden using options that are common with Private Google Access."],["Each version listed, like 2.36.0, has a corresponding link to its respective documentation for `compute_target_tcp_proxies_v1_1_1TargetTcpProxiesClient`."]]],[]]