// 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-02 UTC."],[[["This page provides a list of available versions for the `compute_addresses_v1_1_1AddressesClient` component, ranging from version 2.15.1 up to the latest release candidate 2.37.0-rc."],["Each version listed corresponds to a specific endpoint snippet, allowing developers to access the documentation for that particular release."],["The latest version available is version 2.37.0-rc and the current version of the page is 2.27.0."],["The override compute addresses section provides a code snippet on how to config the endpoint with the `google::cloud::EndpointOption`."]]],[]]