Struct google::cloud::GrpcChannelArgumentsNativeOption (2.10.1)

The native grpc::ChannelArguments object.

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.

See Also

https://grpc.github.io/grpc/cpp/classgrpc_1_1_channel_arguments.html

See Also

https://grpc.github.io/grpc/core/group__grpc__arg__keys.html