// 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."],[[["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."]]],[]]