// 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."],[[["The webpage provides access to documentation for various versions of the `orgpolicy_v2_1_1OrgPolicyClient`, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each version listed has a dedicated link to its respective documentation page for `orgpolicy_v2_1_1OrgPolicyClient`, allowing users to browse specific versions."],["The documentation includes a snippet on how to override the `orgpolicy_v2::OrgPolicyClient` endpoint configuration, utilizing `private.googleapis.com` for use with Private Google Access."],["The default version of the content is `2.18.0` and there is an available `2.37.0-rc` version that is the most current."]]],[]]