// 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 available version is 2.37.0-rc, which is a release candidate."],["This page provides documentation for the `bigquery_datapolicies_v1::DataPolicyServiceClient` and its endpoint configuration across multiple versions."],["The version history of the `bigquery_datapolicies_v1::DataPolicyServiceClient` library is documented here from version 2.11.0 to the latest."],["The `DataPolicyServiceClient` endpoint can be configured to use \"private.googleapis.com\" when set with `Private Google Access`."],["Specific documentation for each version, including the current version 2.32.0, is accessible through links on the page."]]],[]]