// 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 vpc_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-07-09 UTC."],[[["The latest available version is 2.37.0-rc, which can be accessed via the provided link."],["The webpage provides access to a range of versions, from 2.37.0-rc down to version 2.11.0, offering users access to specific releases."],["The provided code snippet illustrates how to override the orgpolicy_v2::OrgPolicyClient endpoint configuration, which is a feature also common with Private Google Access."],["Each version listed provides a specific link to access the orgpolicy_v2_1_1OrgPolicyClient-endpoint-snippet."]]],[]]