// 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"]],[["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-05 UTC."],[[["The latest available version is 2.37.0-rc, which can be accessed via the provided link."],["This page provides access to a range of versions for `networkservices`, spanning from version 2.12.0 up to the latest release candidate version, 2.37.0-rc."],["Each version listed, from 2.12.0 to 2.37.0-rc, includes a link to the respective `networkservices_v1_1_1NetworkServicesClient-endpoint-snippet`."],["The configuration options show how to set the `EndpointOption` to `private.googleapis.com` when creating a `NetworkServicesClient`."],["The `networkservices` versions detailed on this page provide various links for `networkservices_v1_1_1NetworkServicesClient-endpoint-snippet` for each iteration of the version number."]]],[]]