// 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."],[[["The latest release candidate version is 2.37.0-rc, representing the most current experimental version."],["The most recent stable release version is 2.36.0, succeeding all versions after and including 2.12.0."],["This content provides a comprehensive list of available versions, from 2.12.0 up to 2.37.0-rc, for the `bigquery_analyticshub_v1::AnalyticsHubServiceClient`."],["The configuration options show how to use `private.googleapis.com` as an endpoint, which is a common practice with Private Google Access."],["Each version listed has a direct link to the documentation of `bigquery_analyticshub_v1_1_1AnalyticsHubServiceClient-endpoint-snippet` for that specific version."]]],[]]