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.
[[["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."],[[["The latest version available is 2.37.0-rc, with links provided for this and other versions down to 2.10.1."],["This webpage documents the `GrpcChannelArgumentsOption`, which allows users to set arguments for `grpc::ChannelArguments` objects."],["This option is a string-string map that allows users to customize their gRPC channels."],["The library builds upon the native object from `GrpcChannelArgumentsNativeOption`, and users should be mindful of not setting the same channel argument to different values in different options, as gRPC may select certain values based on order."],["There are links to gRPC documentation available for further details about available channel arguments and channel argument keys."]]],[]]