// 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_addresses_v1::AddressesClient(
google::cloud::compute_addresses_v1::MakeAddressesConnectionRest(
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-09 UTC."],[[["The latest version available is 2.37.0-rc, which can be accessed via a specific link."],["This page provides access to a range of versions for the compute addresses client, from version 2.15.1 up to the latest 2.37.0-rc."],["Each version listed links to a specific endpoint snippet documentation page."],["The documentation includes an example of overriding the default endpoint configuration using \"private.googleapis.com\" for private Google access."],["The current version is set at 2.22.1 at the top of the list, but the latest release candidate is 2.37.0-rc."]]],[]]