// 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."],[[["This page provides documentation for different versions of the `compute_target_tcp_proxies_v1` component, ranging from version 2.15.1 up to the latest release candidate 2.37.0-rc."],["The latest release candidate available is version 2.37.0-rc, which is linked as the most up-to-date version, while the current version this page is for is 2.22.1-rc."],["Each listed version links to its respective documentation page detailing `compute_target_tcp_proxies_v1_1_1TargetTcpProxiesClient-endpoint-snippet`."],["The documentation demonstrates how to override the endpoint configuration for `TargetTcpProxiesClient`, using \"private.googleapis.com\" as an example, which is common for Private Google Access."],["The versions listed have direct access to the TargetTcpProxiesClient endpoint, which is located at the respective version number under /cpp/docs/reference/compute."]]],[]]