// 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-14 UTC."],[[["This page provides access to documentation for various versions of the `bigquery_datapolicies_v1_1_1DataPolicyServiceClient` component, spanning from version 2.11.0 to the latest release candidate 2.37.0-rc."],["Each listed version links to its respective documentation, detailing the `DataPolicyServiceClient` endpoint configurations and other specific details for that particular release."],["The documentation illustrates how to override the `bigquery_datapolicies_v1::DataPolicyServiceClient` endpoint configuration, including a code example that demonstrates setting the endpoint to `private.googleapis.com` for Private Google Access."],["The page also lists version 2.12.0, with a dropdown arrow beside it, which suggest that this is the current version."]]],[]]