// 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 documentation for various versions of the `policytroubleshooter` service, with version 2.37.0-rc being the latest release candidate."],["The content lists multiple versions of the `policytroubleshooter`, ranging from version 2.11.0 up to the latest release candidate version, each with a dedicated link to its respective documentation."],["The `policytroubleshooter_v1_1_1IamCheckerClient` endpoint snippet is common across all versions listed, as demonstrated by each link directing to the same filename."],["The webpage details how to override the `policytroubleshooter_v1::IamCheckerClient` endpoint configuration, particularly for scenarios involving Private Google Access."],["Each version listed allows users to access specific documentation, such as the `IamCheckerClient` endpoint snippet, for that particular version of the service."]]],[]]