// 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::networkservices_v1::NetworkServicesClient(
google::cloud::networkservices_v1::MakeNetworkServicesConnection(
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-08-14 UTC."],[[["The latest release candidate version is 2.37.0-rc, providing the most up-to-date features and improvements for network services."],["A comprehensive list of versions is available, ranging from version 2.37.0-rc down to version 2.12.0, each linked to their respective documentation pages."],["Each version listed contains the documentation for networkservices_v1_1_1NetworkServicesClient-endpoint-snippet."],["The content provides guidance on overriding the default endpoint configuration for the networkservices_v1::NetworkServicesClient, suggesting the use of \"private.googleapis.com\" for private Google Access."],["Users can find specific version details by selecting their desired version on the page."]]],[]]