// 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_network_endpoint_groups_v1::
NetworkEndpointGroupsClient(
google::cloud::compute_network_endpoint_groups_v1::
MakeNetworkEndpointGroupsConnectionRest(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-08 UTC."],[[["This page provides a list of available versions for the `compute_network_endpoint_groups_v1_1_1NetworkEndpointGroupsClient` component."],["Version 2.37.0-rc is the latest release candidate, while version 2.28.0 is the stated current version."],["The page details versions ranging from 2.15.1 up to the latest release candidate, with links to specific documentation for each."],["It also contains an example of how to override the `NetworkEndpointGroupsClient` endpoint configuration to use \"private.googleapis.com\"."]]],[]]