// 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"]],[["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-02 UTC."],[[["This page provides access to various versions of the `bigquery_analyticshub_v1_1_1AnalyticsHubServiceClient` endpoint snippets, ranging from version 2.11.0 to 2.36.0, including the latest release candidate 2.37.0-rc."],["Each listed version links to a specific endpoint snippet, allowing users to find the precise documentation for their desired version."],["The provided configuration snippet shows how to override the default endpoint for `AnalyticsHubServiceClient`, allowing the use of \"private.googleapis.com\" as an endpoint to make it compatible with private google access."],["The current version for which this is the main page for is version 2.26.0."]]],[]]