// 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"]],[["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-04-23 UTC."],[[["The webpage provides a comprehensive list of versions for the `networkconnectivity` C++ client library, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0."],["Each listed version links to specific documentation for the `HubServiceClient` endpoint snippet within that particular version, allowing users to access relevant information for the chosen release."],["The content includes instructions on how to override the default `HubServiceClient` endpoint configuration, illustrating how to use \"private.googleapis.com\" for private Google access."],["The list of versions indicates the client library has had frequent releases, implying it is actively maintained."]]],[]]