Google Cloud C++ Client 2.10.1
C++ Client Library for Google Cloud Platform
|
The native grpc::ChannelArguments
object.
More...
#include <google/cloud/grpc_options.h>
Public Types | |
using | Type = grpc::ChannelArguments |
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.
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.using google::cloud::GrpcChannelArgumentsNativeOption::Type = grpc::ChannelArguments |