// 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::orgpolicy_v2::OrgPolicyClient(
google::cloud::orgpolicy_v2::MakeOrgPolicyConnection(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-04-17 UTC."],[[["This webpage provides access to documentation for various versions of the `orgpolicy` C++ client library."],["The latest release candidate is version 2.37.0-rc, and it links to its documentation, which is accessible through the provided URL."],["A wide range of previous versions are documented, from version 2.36.0 down to 2.11.0, each with its own documentation page."],["The content includes a code snippet demonstrating how to override the default endpoint configuration for `orgpolicy_v2::OrgPolicyClient`, directing it to use \"private.googleapis.com\"."],["The code snippet provided in the documentation shows how to set an alternative endpoint to create an `OrgPolicyClient` object, that shares the same configurations as Private Google Access."]]],[]]