// 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 is 2.37.0-rc, providing access to the most recent features and updates."],["The webpage lists a comprehensive history of BigQuery DataPolicies C++ client library versions, ranging from version 2.11.0 up to the release candidate, 2.37.0-rc."],["Each listed version, from 2.11.0 to 2.37.0-rc, includes a direct link to the corresponding `bigquery_datapolicies_v1_1_1DataPolicyServiceClient-endpoint-snippet` documentation for that version."],["The current version of this content is version 2.27.0, as noted at the top of the provided content."],["The document provides instructions on how to override the `bigquery_datapolicies_v1::DataPolicyServiceClient` Endpoint configuration, including the utilization of `private.googleapis.com` for Private Google Access."]]],[]]