// 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"]],[["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."],[[["The latest release candidate version available is 2.37.0-rc."],["There is a list of available versions for the IAMClient endpoint, ranging from 2.11.0 up to the most recent release candidate."],["The endpoint configuration for iam_admin_v1::IAMClient can be overridden using specific options."],["A sample code snippet demonstrates how to set the endpoint to \"private.googleapis.com,\" which is a common configuration for Private Google Access."],["Each version listed corresponds to a unique resource location path, which is in the format of /cpp/docs/reference/iam/{version}/iam_admin_v1_1_1IAMClient-endpoint-snippet."]]],[]]