// 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_admin_v1::IAMClient(
google::cloud::iam_admin_v1::MakeIAMConnection(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-14 UTC."],[[["This page provides access to the historical versions of the IAMClient's endpoint configuration, with version 2.37.0-rc being the latest."],["The documentation lists versions from 2.37.0-rc down to 2.11.0, providing a comprehensive history of available releases for reference."],["Each version listed links to specific documentation on how to configure the `iam_admin_v1_1_1IAMClient` endpoint."],["The snippet provided shows how to configure the endpoint using `private.googleapis.com`, which is common with Private Google Access."],["The lowest version the documentation covers is version 2.11.0."]]],[]]