// 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"]],[["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 `TargetVpnGatewaysClient` component, ranging from version 2.15.1 up to 2.37.0-rc, which is currently the latest release candidate."],["Each version listed offers a link to the corresponding documentation for the `compute_target_vpn_gateways_v1_1_1TargetVpnGatewaysClient` endpoint snippet."],["The webpage includes a code snippet demonstrating how to override the default endpoint configuration for `TargetVpnGatewaysClient` to use a private Google API endpoint."],["Version 2.19.0 is the starting point for the list, and the complete version list goes until the newest version, 2.37.0-rc, covering a wide range of updates and releases."]]],[]]