// 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_interconnect_remote_locations_v1::
InterconnectRemoteLocationsClient(
google::cloud::compute_interconnect_remote_locations_v1::
MakeInterconnectRemoteLocationsConnectionRest(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-04-09 UTC."],[[["The latest available version is 2.37.0-rc, which is marked as the newest release candidate."],["This page provides access to documentation for a range of versions, starting from version 2.15.1 up to the latest release candidate 2.37.0-rc."],["Version 2.22.1 is explicitly mentioned, and it also is a clickable link like the rest."],["The content demonstrates how to override the endpoint configuration for `compute_interconnect_remote_locations_v1::InterconnectRemoteLocationsClient`, utilizing \"private.googleapis.com\"."],["All versions listed share a common endpoint snippet that can be found at `/cpp/docs/reference/compute/X.XX.X/compute_interconnect_remote_locations_v1_1_1InterconnectRemoteLocationsClient-endpoint-snippet`, where `X.XX.X` represents the version number."]]],[]]