Google Cloud C++ Client 2.10.1
C++ Client Library for Google Cloud Platform
Loading...
Searching...
No Matches
Public Types | List of all members
google::cloud::GrpcNumChannelsOption Struct Reference

The number of transport channels to create. More...

#include <google/cloud/grpc_options.h>

Public Types

using Type = int
 

Detailed Description

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()

Member Typedef Documentation

◆ Type