// 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"]],[["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-03-21 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."]]],[]]