// 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::bigquery_analyticshub_v1::AnalyticsHubServiceClient(
google::cloud::bigquery_analyticshub_v1::
MakeAnalyticsHubServiceConnection(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."],[[["The page provides access to various versions of the `bigquery_analyticshub_v1_1_1AnalyticsHubServiceClient` endpoint snippets, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each version listed links to its respective endpoint configuration snippet, allowing users to view and utilize different version implementations."],["The current stable version shown on this page is 2.33.0, however, it is not the most recent version, with 2.37.0-rc being the latest."],["The provided code example demonstrates how to override the `AnalyticsHubServiceClient` endpoint configuration, particularly for environments utilizing Private Google Access."]]],[]]