// 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-02 UTC."],[[["The webpage provides a comprehensive list of versions for the `iam_credentials_v1_1_1IAMCredentialsClient-endpoint-snippet`, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each listed version links to its specific documentation for `iam_credentials_v1_1_1IAMCredentialsClient-endpoint-snippet`, allowing users to access detailed information on any specific release."],["The content highlights the ability to override the default `iam_credentials_v1::IAMCredentialsClient` endpoint configuration, specifically demonstrated for use cases like Private Google Access."],["Users can utilize the provided example code snippet to modify their `google::cloud::Options` to set a custom endpoint, in this example `\"private.googleapis.com\"`, when creating an `IAMCredentialsClient`."]]],[]]