// 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_global_network_endpoint_groups_v1::
GlobalNetworkEndpointGroupsClient(
google::cloud::compute_global_network_endpoint_groups_v1::
MakeGlobalNetworkEndpointGroupsConnectionRest(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-15 UTC."],[[["This page provides documentation for the `compute_global_network_endpoint_groups_v1::GlobalNetworkEndpointGroupsClient` in various versions."],["Version 2.37.0-rc is the latest release, while 2.35.0 is the initially shown version."],["The content lists available versions ranging from 2.15.1 up to 2.37.0-rc, and you can select the desired version to find its documentation."],["There is an example of how to override the `GlobalNetworkEndpointGroupsClient` endpoint configuration using `private.googleapis.com`."],["Each version links to a specific documentation page for `compute_global_network_endpoint_groups_v1_1_1GlobalNetworkEndpointGroupsClient` with a detailed endpoint snippet."]]],[]]