// 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"]],[["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-05 UTC."],[[["The latest version available is 2.37.0-rc, which is identified as the most recent release."],["This page provides access to documentation for multiple versions of the IAM Credentials Client, ranging from version 2.11.0 up to the latest 2.37.0-rc."],["Each version listed, such as 2.36.0, 2.35.0, etc., contains a dedicated link that directs users to specific documentation for the iam_credentials_v1_1_1IAMCredentialsClient-endpoint-snippet."],["It contains an example on how to override the endpoint configuration for the `iam_credentials_v1::IAMCredentialsClient` and gives the `private.googleapis.com` as an example."]]],[]]