// 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_vpn_gateways_v1::TargetVpnGatewaysClient(
google::cloud::compute_target_vpn_gateways_v1::
MakeTargetVpnGatewaysConnectionRest(options));
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-08 UTC."],[[["The latest available version is 2.37.0-rc, which is marked as the most current release candidate."],["The page provides access to documentation for multiple versions, ranging from 2.15.1 up to 2.37.0-rc."],["Each version listed links to specific endpoint snippets for the `TargetVpnGatewaysClient`."],["The page shows how to override the endpoint configuration for `compute_target_vpn_gateways_v1::TargetVpnGatewaysClient` within code, using \"private.googleapis.com\" as an example."],["The documentation specifically references `compute_target_vpn_gateways_v1_1_1TargetVpnGatewaysClient` as the core part that is documented across all the listed versions."]]],[]]