// 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_datapolicies_v1::DataPolicyServiceClient(
google::cloud::bigquery_datapolicies_v1::
MakeDataPolicyServiceConnection(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-21 UTC."],[[["The latest release candidate version available is 2.37.0-rc, indicating ongoing development and potential new features."],["The webpage provides a comprehensive list of BigQuery DataPolicies C++ client library versions, spanning from 2.11.0 up to the latest release candidate."],["Each listed version, such as 2.36.0, 2.35.0, etc., links to the specific documentation for the `DataPolicyServiceClient` endpoint snippet, enabling users to easily access the configuration for each release."],["The page includes example code for overriding the `bigquery_datapolicies_v1::DataPolicyServiceClient` endpoint configuration, demonstrating how to connect to \"private.googleapis.com\" when using Private Google Access."],["Version 2.20.0 is the lowest version featured as a direct link on this page, however, all the way back to version 2.11.0 is listed."]]],[]]