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.
[[["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 various prior releases listed down to version 2.10.1."],["This page documents the `GrpcChannelArgumentsNativeOption`, which allows users to directly manipulate the `grpc::ChannelArguments` object."],["The library constructs channel arguments by starting with the native object, adding in `GrpcChannelArgumentsOption`, and then appending the `UserAgentProductsOption` user agent prefix."],["Users should avoid setting the same channel argument to multiple values, as gRPC's behavior varies depending on the argument."],["Further details on the available channel arguments can be found in the linked gRPC documentation for both the `ChannelArguments` class and the `grpc_arg_keys` group."]]],[]]