// 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-14 UTC."],[[["This webpage provides a list of available versions for the `bigquery_analyticshub_v1::AnalyticsHubServiceClient`, ranging from the latest release candidate `2.37.0-rc` down to `2.11.0`."],["Each listed version links to a specific documentation page detailing the `AnalyticsHubServiceClient-endpoint-snippet` for that version."],["The content showcases a code snippet demonstrating how to override the endpoint configuration for `AnalyticsHubServiceClient`, setting it to `\"private.googleapis.com\"` which is often used with Private Google Access."],["The version `2.22.0` is the selected version, and it is the last entry in the list before the older version list starts, with the latest version list being shown first."]]],[]]