// 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_iam_v3::PolicyTroubleshooterClient(
google::cloud::policytroubleshooter_iam_v3::
MakePolicyTroubleshooterConnection(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-18 UTC."],[[["This webpage provides a comprehensive list of versions for the `policytroubleshooter_iam_v3_1_1PolicyTroubleshooterClient` component, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed includes a link to its respective documentation, allowing users to view detailed information on each specific release, as well as specific endpoint configuration information."],["The most recent stable release is version 2.36.0, and the most recent candidate is 2.37.0-rc."],["The page provides an example configuration for overriding the default endpoint of the `PolicyTroubleshooterClient`, specifically demonstrating how to set it to `private.googleapis.com`, which is often used for Private Google Access."]]],[]]