A string-string map of arguments for grpc::ChannelArguments::SetString.
This option gives users the ability to set various arguments for the underlying grpc::ChannelArguments objects that will be created. See the gRPC documentation for more details about available channel arguments.
Note:
Our library will always start with the native object from GrpcChannelArgumentsNativeOption, then add the channel arguments from this option. Users are cautioned not to set the same channel argument to different values in different options as gRPC will use the first value set for some channel arguments, and the last value set for others.
[[["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-05 UTC."],[[["This webpage provides documentation for the `GrpcChannelArgumentsOption` class across multiple versions, ranging from 2.10.1 to the latest release candidate, 2.37.0-rc."],["The `GrpcChannelArgumentsOption` allows users to define string-string maps for `grpc::ChannelArguments`, which can be used to configure the underlying `grpc::ChannelArguments` objects."],["The library prioritizes arguments set by `GrpcChannelArgumentsNativeOption` and then incorporates arguments from this option, with users warned against setting the same channel argument to multiple values, as gRPC behavior varies depending on the argument type."],["For detailed information on available channel arguments and their behavior, users can consult the provided gRPC documentation links."]]],[]]