Public Member Functions | Public Attributes | List of all members
grpc.beta.implementations.StubOptions Class Reference
Inheritance diagram for grpc.beta.implementations.StubOptions:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, host, request_serializers, response_deserializers, metadata_transformer, thread_pool, thread_pool_size)
 

Public Attributes

 host
 
 metadata_transformer
 
 request_serializers
 
 response_deserializers
 
 thread_pool
 
 thread_pool_size
 

Detailed Description

A value encapsulating the various options for creation of a Stub.

  This class and its instances have no supported interface - it exists to define
  the type of its instances and its instances exist to be passed to other
  functions.

Definition at line 136 of file implementations.py.

Constructor & Destructor Documentation

◆ __init__()

def grpc.beta.implementations.StubOptions.__init__ (   self,
  host,
  request_serializers,
  response_deserializers,
  metadata_transformer,
  thread_pool,
  thread_pool_size 
)

Definition at line 144 of file implementations.py.

Member Data Documentation

◆ host

grpc.beta.implementations.StubOptions.host

Definition at line 145 of file implementations.py.

◆ metadata_transformer

grpc.beta.implementations.StubOptions.metadata_transformer

Definition at line 148 of file implementations.py.

◆ request_serializers

grpc.beta.implementations.StubOptions.request_serializers

Definition at line 146 of file implementations.py.

◆ response_deserializers

grpc.beta.implementations.StubOptions.response_deserializers

Definition at line 147 of file implementations.py.

◆ thread_pool

grpc.beta.implementations.StubOptions.thread_pool

Definition at line 149 of file implementations.py.

◆ thread_pool_size

grpc.beta.implementations.StubOptions.thread_pool_size

Definition at line 150 of file implementations.py.


The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:32