// 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::networkconnectivity_v1::HubServiceClient(
google::cloud::networkconnectivity_v1::MakeHubServiceConnection(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-09 UTC."],[[["The webpage provides documentation and reference information for various versions of the `networkconnectivity` library, specifically relating to `HubServiceClient` endpoint configurations."],["The latest release candidate version available is `2.37.0-rc`, with a full list of versions from `2.36.0` down to `2.11.0` also being accessible via individual links."],["Each version listed links to a page containing code snippets demonstrating endpoint configurations, specifically for the `networkconnectivity_v1_1_1HubServiceClient` functionality."],["There is an example provided showcasing how to override the `networkconnectivity_v1::HubServiceClient` endpoint configuration, with the example showing how to use the private google access endpoint."],["The currently displayed version is version 2.16.0 of the library."]]],[]]