This option gives users full control over the 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, then add in the channel arguments from GrpcChannelArgumentsOption, then add the user agent prefix from UserAgentProductsOption. 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 `GrpcChannelArgumentsNativeOption` feature across multiple versions, ranging from 2.10.1 up to the latest release candidate, 2.37.0-rc."],["The `GrpcChannelArgumentsNativeOption` allows users to directly control the `grpc::ChannelArguments` object used in gRPC, providing flexibility in setting channel parameters."],["The library prioritizes the order of applying channel arguments, starting with native objects, followed by `GrpcChannelArgumentsOption`, and then the user agent prefix from `UserAgentProductsOption`."],["Users are advised against setting duplicate channel arguments across different options, as gRPC's behavior varies in how it handles conflicting settings, which may use the first or last value set."],["External links to the gRPC documentation are included for further information on `grpc::ChannelArguments` and `grpc_arg_keys`."]]],[]]