// 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_locations_v1::
InterconnectLocationsClient(
google::cloud::ExperimentalTag{},
google::cloud::compute_interconnect_locations_v1::
MakeInterconnectLocationsConnectionRest(
google::cloud::ExperimentalTag{}, 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."],[[["This page documents the `compute_interconnect_locations_v1::InterconnectLocationsClient` for various versions, ranging from 2.15.1 up to the latest release candidate 2.37.0-rc."],["Each version listed offers a specific snapshot of the `InterconnectLocationsClient`, allowing developers to access documentation relevant to their project's dependencies."],["The most recent release candidate version is 2.37.0-rc, indicating ongoing development and potential new features or changes."],["The code provided shows how to configure the `InterconnectLocationsClient` endpoint, particularly for Private Google Access by setting the endpoint option to \"private.googleapis.com\"."],["Version 2.15.1 is the lowest version referenced within the list of versions provided."]]],[]]