Google Cloud C++ Client  2.7.0
C++ Client Library for Google Cloud Platform
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()

Definition at line 56 of file grpc_options.h.

Member Typedef Documentation

◆ Type

Definition at line 57 of file grpc_options.h.