// 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_region_target_tcp_proxies_v1::
RegionTargetTcpProxiesClient(
google::cloud::compute_region_target_tcp_proxies_v1::
MakeRegionTargetTcpProxiesConnectionRest(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."],[[["The webpage provides access to different versions of the `compute_region_target_tcp_proxies_v1_1_1RegionTargetTcpProxiesClient` documentation, ranging from version 2.15.1 to the latest release candidate 2.37.0-rc."],["The current active version is 2.34.0, indicated at the top of the content as the version to which the webpage relates."],["Users can navigate to documentation for specific versions, each of which has its own dedicated link in the provided list, such as `/cpp/docs/reference/compute/2.36.0/compute_region_target_tcp_proxies_v1_1_1RegionTargetTcpProxiesClient-endpoint-snippet` for 2.36.0."],["The configuration of the `RegionTargetTcpProxiesClient` Endpoint can be overriden using Google Cloud's Private Google Access option."]]],[]]