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."],[[["This webpage provides access to documentation for the `GrpcChannelArgumentsOption` across multiple versions, ranging from version 2.10.1 to the latest release candidate 2.37.0-rc."],["The `GrpcChannelArgumentsOption` allows users to configure underlying `grpc::ChannelArguments` objects by setting a map of string-string arguments."],["Users are able to consult external gRPC documentation for more information regarding `grpc::ChannelArguments`, and available channel arguments."],["The library prioritizes native arguments from `GrpcChannelArgumentsNativeOption`, and gRPC may choose different values depending on which order they are set if the same channel arguments are used, so caution is advised."],["`std::map\u003c std::string, std::string \u003e` is the type alias for the options."]]],[]]