Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 2.38.0keyboard_arrow_down
Override compute_interconnect_locations_v1::InterconnectLocationsClient Endpoint Configuration
// 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 vpc_client = google::cloud::compute_interconnect_locations_v1::
InterconnectLocationsClient(
google::cloud::compute_interconnect_locations_v1::
MakeInterconnectLocationsConnectionRest(options));
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-14 UTC.
[[["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-08-14 UTC."],[],[],null,["Version 2.38.0keyboard_arrow_down\n\n- [2.42.0-rc (latest)](/cpp/docs/reference/compute/latest/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.41.0](/cpp/docs/reference/compute/2.41.0/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.40.0](/cpp/docs/reference/compute/2.40.0/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.39.0](/cpp/docs/reference/compute/2.39.0/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.38.0](/cpp/docs/reference/compute/2.38.0/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.37.0](/cpp/docs/reference/compute/2.37.0/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.36.0](/cpp/docs/reference/compute/2.36.0/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.35.0](/cpp/docs/reference/compute/2.35.0/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.34.0](/cpp/docs/reference/compute/2.34.0/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.33.0](/cpp/docs/reference/compute/2.33.0/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.32.0](/cpp/docs/reference/compute/2.32.0/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.31.0](/cpp/docs/reference/compute/2.31.0/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.30.0](/cpp/docs/reference/compute/2.30.0/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.29.0](/cpp/docs/reference/compute/2.29.0/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.28.0](/cpp/docs/reference/compute/2.28.0/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.27.0](/cpp/docs/reference/compute/2.27.0/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.26.0](/cpp/docs/reference/compute/2.26.0/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.25.1](/cpp/docs/reference/compute/2.25.1/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.24.0](/cpp/docs/reference/compute/2.24.0/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.23.0](/cpp/docs/reference/compute/2.23.0/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.22.1](/cpp/docs/reference/compute/2.22.1/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.21.0](/cpp/docs/reference/compute/2.21.0/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.20.0](/cpp/docs/reference/compute/2.20.0/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.19.0](/cpp/docs/reference/compute/2.19.0/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.18.0](/cpp/docs/reference/compute/2.18.0/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.17.0](/cpp/docs/reference/compute/2.17.0/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.16.0](/cpp/docs/reference/compute/2.16.0/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet)\n- [2.15.1](/cpp/docs/reference/compute/2.15.1/compute_interconnect_locations_v1_1_1InterconnectLocationsClient-endpoint-snippet) \n\nOverride compute_interconnect_locations_v1::InterconnectLocationsClient Endpoint Configuration\n==============================================================================================\n\n // This configuration is common with Private Google Access:\n // https://cloud.google.com/vpc/docs/private-google-access\n auto options = google::cloud::Options{}.set\u003cgoogle::cloud::EndpointOption\u003e(\n \"private.googleapis.com\");\n auto vpc_client = google::cloud::compute_interconnect_locations_v1::\n InterconnectLocationsClient(\n google::cloud::compute_interconnect_locations_v1::\n MakeInterconnectLocationsConnectionRest(options));"]]