// 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."],[[["This page provides a comprehensive list of past versions of the `networkconnectivity_v1_1_1HubServiceClient` and their corresponding documentation links."],["The latest release candidate version is `2.37.0-rc`, while the most recent stable release is `2.36.0`."],["Users can access documentation for versions ranging from `2.37.0-rc` down to `2.11.0`, each linking to the associated `HubServiceClient-endpoint-snippet`."],["The content offers instructions for overriding the `networkconnectivity_v1::HubServiceClient` Endpoint Configuration using `private.googleapis.com`."],["All versions are related to the network connectivity client for C++."]]],[]]