Struct google::cloud::GrpcNumChannelsOption (2.10.1)

The number of transport channels to create.

gRPC limits the number of simultaneous calls in progress on a channel to

  1. Increasing the number of channels thus increases the number of operations that can be in progress in parallel.

Note: This option only applies when passed to the following functions:

  • bigtable::MakeDataConnection()
  • pubsub::MakePublisherConnection()
  • pubsub::MakeSubscriberConnection()
  • spanner::MakeConnection()
  • storage_experimental::DefaultGrpcClient()