We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b98883 commit dd47583Copy full SHA for dd47583
google/cloud/grpc_options.h
@@ -41,6 +41,13 @@ struct GrpcCredentialOption {
41
* gRPC limits the number of simultaneous calls in progress on a channel to
42
* 100. Increasing the number of channels thus increases the number of
43
* operations that can be in progress in parallel.
44
+ *
45
+ * @note This option only applies when passed to the following functions:
46
+ * - `bigtable::MakeDataConnection()`
47
+ * - `pubsub::MakePublisherConnection()`
48
+ * - `pubsub::MakeSubscriberConnection()`
49
+ * - `spanner::MakeConnection()`
50
+ * - `storage_experimental::DefaultGrpcClient()`
51
*/
52
struct GrpcNumChannelsOption {
53
using Type = int;
0 commit comments