// 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 preview of the BigQuery Analytics Hub C++ client library."],["The documentation page provides access to multiple historical versions of the BigQuery Analytics Hub C++ client library, ranging from version 2.11.0 up to the most recent 2.36.0."],["Each version listed on the page links to specific documentation for the `AnalyticsHubServiceClient` endpoint, ensuring users can access the relevant API details for each version."],["Version 2.29.0 is included in the list, and it is the default version that is visible when first opening the webpage."],["This documentation page contains an example of how to override the default `AnalyticsHubServiceClient` endpoint configuration, which is common for Private Google Access."]]],[]]