// 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_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-07-08 UTC."],[[["The latest version available for the `compute_global_network_endpoint_groups_v1` service is 2.37.0-rc, which is considered the most recent release candidate."],["There are multiple versions listed, ranging from 2.15.1 to 2.37.0-rc, providing users with access to various previous releases of the `compute_global_network_endpoint_groups_v1` service."],["The documentation includes an example of how to override the endpoint configuration for the `GlobalNetworkEndpointGroupsClient`, setting it to \"private.googleapis.com\", for use with Private Google Access."],["Each version listed has a link to documentation regarding `compute_global_network_endpoint_groups_v1_1_1GlobalNetworkEndpointGroupsClient-endpoint-snippet`."]]],[]]