// 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"]],[["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 webpage provides access to documentation for various versions of the `compute_interconnect_remote_locations_v1` API, ranging from version 2.15.1 to 2.37.0-rc."],["Version 2.37.0-rc is the latest release candidate, indicated by \"(latest)\" in its title, and the documentation is linked."],["The page details configuration options, such as the endpoint setting for the `InterconnectRemoteLocationsClient`, demonstrating how to override the endpoint for Private Google Access, among other versions."],["Each version listed corresponds to a unique documentation link for the `compute_interconnect_remote_locations_v1_1_1InterconnectRemoteLocationsClient-endpoint-snippet`, suggesting version-specific information is available for each release."],["The current version of this content is documented as version 2.21.0."]]],[]]