// 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::policytroubleshooter_v1::IamCheckerClient(
google::cloud::policytroubleshooter_v1::MakeIamCheckerConnection(
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 various versions of the `policytroubleshooter` documentation, starting from version 2.11.0 and going up to 2.37.0-rc, with the latest stable being 2.36.0."],["Each version's documentation includes details for the `IamCheckerClient` endpoint snippet, which is used for policy troubleshooting within the given version."],["The documentation covers configuration overrides for the `policytroubleshooter_v1::IamCheckerClient` endpoint, and demonstrates how to use the `private.googleapis.com` endpoint."],["Version 2.23.0 is indicated as a version point in the list of the versions, although there are other versions available in the list."]]],[]]