[[["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-21 UTC."],[[["The IAMClientBuilder class is used to configure and create instances of IAMClient, allowing for customization of credentials, endpoints, and other settings."],["IAMClientBuilder inherits from ClientBuilderBase, providing a set of shared properties and methods for client configuration, including options for endpoint, credentials, and call invoker settings."],["This class supports asynchronous client building through the `BuildAsync` method, and also includes a `Build` method for synchronous client creation."],["The builder provides methods to get default settings like `GetDefaultEndpoint` and `GetDefaultScopes`, which are used when specific configurations are not provided."],["The class defines `Settings` and `DefaultGrpcAdapter` as properties to facilitate configuration of the remote procedure calls and the default settings for the gRPC adapter respectively."]]],[]]