// 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."],[[["This page provides a comprehensive list of versions for the `compute_target_vpn_gateways_v1_1_1TargetVpnGatewaysClient` component, ranging from the latest release candidate 2.37.0-rc down to version 2.15.1."],["Each version listed includes a direct link to its respective documentation, facilitating easy access to version-specific details."],["The latest available version, designated as a release candidate, is version 2.37.0-rc, and any older version after that is considered past the release candidate state."],["Instructions are included for overriding the default endpoint configuration of `TargetVpnGatewaysClient`, which can be utilized in settings such as Private Google Access."],["The base version for the page, version 2.30.0, can be found near the middle of the list of versions, with versions above that in the list being newer, and versions below that being older."]]],[]]