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 | |
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.
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.
grpc.beta.implementations.StubOptions.host |
Definition at line 145 of file implementations.py.
grpc.beta.implementations.StubOptions.metadata_transformer |
Definition at line 148 of file implementations.py.
grpc.beta.implementations.StubOptions.request_serializers |
Definition at line 146 of file implementations.py.
grpc.beta.implementations.StubOptions.response_deserializers |
Definition at line 147 of file implementations.py.
grpc.beta.implementations.StubOptions.thread_pool |
Definition at line 149 of file implementations.py.
grpc.beta.implementations.StubOptions.thread_pool_size |
Definition at line 150 of file implementations.py.