bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
// 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-04-17 UTC."],[[["This page provides a comprehensive list of available versions for the `iam_admin_v1_1_1IAMClient` component, spanning from version 2.11.0 to the latest release candidate 2.37.0-rc."],["The latest available version of the `iam_admin_v1_1_1IAMClient` is version 2.37.0-rc, representing the most recent release candidate."],["Each version listed corresponds to a specific endpoint snippet for `iam_admin_v1_1_1IAMClient`, providing access to version-specific documentation."],["The page demonstrates how to override the default endpoint configuration for the `iam_admin_v1::IAMClient`, using private Google access as an example with the `private.googleapis.com` endpoint."]]],[]]