[[["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-02 UTC."],[[["The `HubServiceClientBuilder` class is designed to simplify the configuration of credentials and endpoints for `HubServiceClient`."],["This builder inherits from `ClientBuilderBase` and provides methods to build both synchronous and asynchronous client instances via `Build()` and `BuildAsync()`."],["It offers customizable settings for RPCs through the `Settings` property, allowing for tailored client behavior, or default behavior if it is set to null."],["The class provides several protected override methods such as `GetChannelPool()`, `GetDefaultEndpoint()`, and `GetDefaultScopes()` for configuration management."],["The `HubServiceClientBuilder` has a default `GrpcAdapter` and can utilize other `GrpcAdapter` instances as well, to enhance flexibility for different use cases."]]],[]]