// 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::iam_v2::PoliciesClient(
google::cloud::iam_v2::MakePoliciesConnection(options));
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["The webpage provides documentation and reference for various versions of the `iam_v2_1_1PoliciesClient-endpoint-snippet`, spanning from version 2.11.0 to the latest release candidate 2.37.0-rc."],["The latest version available is a release candidate, specifically version 2.37.0-rc, and each listed version has its own dedicated documentation page."],["The content includes code snippet documentation for overriding the `iam_v2::PoliciesClient` endpoint configuration, showcasing how to configure the endpoint for private Google access."],["The base version of this documentation starts at version 2.17.0, and there are multiple versions above that leading all the way up to the release candidate."]]],[]]