// 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"]],[["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 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."]]],[]]