// 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::ExperimentalTag{},
google::cloud::compute_global_addresses_v1::
MakeGlobalAddressesConnectionRest(
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 version available is 2.37.0-rc, which can be accessed via the provided link."],["The page provides a list of version-specific documentation links for `compute_global_addresses_v1_1_1GlobalAddressesClient`, ranging from version 2.15.1 up to the latest release candidate."],["Version 2.15.1 is the oldest, and it also serves as the primary example of how to override endpoint configuration for the `GlobalAddressesClient`."],["The page details how to configure an endpoint override for `compute_global_addresses_v1::GlobalAddressesClient`, which is relevant for features like Private Google Access."],["Each link goes to a specific version for the same `compute_global_addresses_v1_1_1GlobalAddressesClient-endpoint-snippet` to override configurations."]]],[]]