// 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_credentials_v1::IAMCredentialsClient(
google::cloud::iam_credentials_v1::MakeIAMCredentialsConnection(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 webpage provides access to documentation for various versions of the `iam_credentials_v1_1_1IAMCredentialsClient` component."],["Version 2.37.0-rc is the latest release candidate, while the most recent stable version is 2.36.0."],["The content spans multiple versions, starting from 2.11.0 and extending up to the latest release candidate, allowing you to browse the various iterations of the component."],["The documentation includes an example of overriding the default endpoint configuration to `private.googleapis.com`, which is frequently used with Private Google Access."]]],[]]