// 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."],[[["This page provides access to documentation for various versions of the IAM PoliciesClient, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each listed version links to its respective documentation page, providing version-specific details of the `iam_v2_1_1PoliciesClient-endpoint-snippet`."],["Version 2.28.0 is the version selected at the start, with the ability to use the dropdown to find other versions."],["The documentation includes a snippet demonstrating how to override the `iam_v2::PoliciesClient` endpoint configuration, which is common with Private Google Access."],["The most recent non release candidate version available is 2.36.0."]]],[]]