// 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_global_addresses_v1::GlobalAddressesClient(
google::cloud::compute_global_addresses_v1::
MakeGlobalAddressesConnectionRest(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-08 UTC."],[[["The latest available version is 2.37.0-rc, which is a release candidate."],["This page provides a history of versions, ranging from version 2.37.0-rc down to 2.15.1."],["Each version has a corresponding link to the `compute_global_addresses_v1_1_1GlobalAddressesClient-endpoint-snippet` documentation."],["The documentation includes a snippet on how to override the `compute_global_addresses_v1::GlobalAddressesClient` Endpoint Configuration."],["The endpoint configuration code snippet demonstrates how to set a custom endpoint, specifically `private.googleapis.com`, for use with Private Google Access."]]],[]]