// 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-03-21 UTC."],[[["This page provides documentation and links for various versions of the `networkconnectivity_v1_1_1HubServiceClient`, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each version listed contains a link to its respective documentation, which includes endpoint snippet examples for the `networkconnectivity_v1_1_1HubServiceClient`."],["The latest release candidate version, 2.37.0-rc, is identified as the most current available version of the documented client."],["The information presented on the page relates to overriding the endpoint configuration of the `networkconnectivity_v1::HubServiceClient`, which is commonly used alongside private Google access."],["The example on the page demonstrates how to override the default endpoint to `private.googleapis.com` when creating a client object."]]],[]]