// 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_interconnects_v1::InterconnectsClient(
google::cloud::compute_interconnects_v1::MakeInterconnectsConnectionRest(
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 webpage provides documentation for the `compute_interconnects_v1::InterconnectsClient` in C++."],["It lists various versions of the documentation, ranging from 2.15.1 to 2.37.0-rc, with 2.37.0-rc being the latest version."],["Each version listed includes a link to its specific documentation, all sharing the name `InterconnectsClient-endpoint-snippet`."],["The page includes an example on how to configure the endpoint for `compute_interconnects_v1::InterconnectsClient`, specifically for Private Google Access."]]],[]]