// 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-05-07 UTC."],[[["The latest release candidate version available is 2.37.0-rc, while the most recent full release is 2.36.0."],["This page contains a comprehensive list of orgpolicy versions, ranging from version 2.11.0 up to the latest release candidate."],["The documentation provided gives access to the endpoint snippet for `orgpolicy_v2_1_1OrgPolicyClient` for each of the different listed version releases."],["The page includes an example of how to override the `orgpolicy_v2::OrgPolicyClient` endpoint configuration, using `private.googleapis.com` as an example."],["Version 2.21.0 is being shown on the page as the selected version."]]],[]]