// 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-03-21 UTC."],[[["This webpage provides access to the version history and documentation for the `orgpolicy_v2::OrgPolicyClient` C++ library."],["The most recent release candidate is version 2.37.0-rc, with version 2.23.0 being the lowest shown."],["Each version links to its respective documentation, specifically to the `orgpolicy_v2_1_1OrgPolicyClient-endpoint-snippet`."],["The webpage also shows an example of how to override the default endpoint configuration to use a custom endpoint like `private.googleapis.com`."]]],[]]