// 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_vpn_tunnels_v1::VpnTunnelsClient(
google::cloud::ExperimentalTag{},
google::cloud::compute_vpn_tunnels_v1::MakeVpnTunnelsConnectionRest(
google::cloud::ExperimentalTag{}, 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-26 UTC."],[[["The latest release candidate version available is 2.37.0-rc for the compute VPN tunnels."],["This page lists available versions of compute VPN tunnels ranging from version 2.15.1 up to the latest 2.37.0-rc, along with their respective documentation links."],["The content provides information on how to override the compute\\_vpn\\_tunnels\\_v1::VpnTunnelsClient endpoint configuration for use cases such as Private Google Access."],["The current version is 2.15.1, with versions from 2.16.0 up to the latest release candidate version 2.37.0-rc being listed above."]]],[]]