// 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 webpage provides documentation and reference materials for various versions of the `bigquery_datapolicies_v1::DataPolicyServiceClient`, starting from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed includes a link to the corresponding `bigquery_datapolicies_v1_1_1DataPolicyServiceClient-endpoint-snippet` documentation, facilitating access to version-specific information."],["The most current version available is 2.37.0-rc, and it is indicated as the latest, meaning it is a release candidate."],["The page includes an example snippet demonstrating how to override the endpoint configuration for `DataPolicyServiceClient`, specifically showcasing the use of \"private.googleapis.com\" which is common with Private Google Access."],["Version 2.15.1 is currently presented at the top, likely indicating it is the currently active version."]]],[]]