Public Member Functions | |
def | __enter__ (self) |
def | __exit__ (self, exc_type, exc_val, exc_tb) |
def | __init__ (self, channel, metadata_transformer, request_serializers, response_deserializers) |
def | blocking_stream_unary (self, group, method, request_iterator, timeout, metadata=None, with_call=None, protocol_options=None) |
def | blocking_unary_unary (self, group, method, request, timeout, metadata=None, with_call=None, protocol_options=None) |
def | event_stream_stream (self, group, method, receiver, abortion_callback, timeout, metadata=None, protocol_options=None) |
def | event_stream_unary (self, group, method, receiver, abortion_callback, timeout, metadata=None, protocol_options=None) |
def | event_unary_stream (self, group, method, request, receiver, abortion_callback, timeout, metadata=None, protocol_options=None) |
def | event_unary_unary (self, group, method, request, receiver, abortion_callback, timeout, metadata=None, protocol_options=None) |
def | future_stream_unary (self, group, method, request_iterator, timeout, metadata=None, protocol_options=None) |
def | future_unary_unary (self, group, method, request, timeout, metadata=None, protocol_options=None) |
def | inline_stream_stream (self, group, method, request_iterator, timeout, metadata=None, protocol_options=None) |
def | inline_unary_stream (self, group, method, request, timeout, metadata=None, protocol_options=None) |
def | stream_stream (self, group, method) |
def | stream_unary (self, group, method) |
def | unary_stream (self, group, method) |
def | unary_unary (self, group, method) |
Private Attributes | |
_channel | |
_metadata_transformer | |
_request_serializers | |
_response_deserializers | |
Definition at line 430 of file _client_adaptations.py.
def grpc.beta._client_adaptations._GenericStub.__init__ | ( | self, | |
channel, | |||
metadata_transformer, | |||
request_serializers, | |||
response_deserializers | |||
) |
Definition at line 432 of file _client_adaptations.py.
def grpc.beta._client_adaptations._GenericStub.__enter__ | ( | self | ) |
Definition at line 661 of file _client_adaptations.py.
def grpc.beta._client_adaptations._GenericStub.__exit__ | ( | self, | |
exc_type, | |||
exc_val, | |||
exc_tb | |||
) |
Definition at line 664 of file _client_adaptations.py.
def grpc.beta._client_adaptations._GenericStub.blocking_stream_unary | ( | self, | |
group, | |||
method, | |||
request_iterator, | |||
timeout, | |||
metadata = None , |
|||
with_call = None , |
|||
protocol_options = None |
|||
) |
Definition at line 500 of file _client_adaptations.py.
def grpc.beta._client_adaptations._GenericStub.blocking_unary_unary | ( | self, | |
group, | |||
method, | |||
request, | |||
timeout, | |||
metadata = None , |
|||
with_call = None , |
|||
protocol_options = None |
|||
) |
Definition at line 439 of file _client_adaptations.py.
def grpc.beta._client_adaptations._GenericStub.event_stream_stream | ( | self, | |
group, | |||
method, | |||
receiver, | |||
abortion_callback, | |||
timeout, | |||
metadata = None , |
|||
protocol_options = None |
|||
) |
Definition at line 595 of file _client_adaptations.py.
def grpc.beta._client_adaptations._GenericStub.event_stream_unary | ( | self, | |
group, | |||
method, | |||
receiver, | |||
abortion_callback, | |||
timeout, | |||
metadata = None , |
|||
protocol_options = None |
|||
) |
Definition at line 585 of file _client_adaptations.py.
def grpc.beta._client_adaptations._GenericStub.event_unary_stream | ( | self, | |
group, | |||
method, | |||
request, | |||
receiver, | |||
abortion_callback, | |||
timeout, | |||
metadata = None , |
|||
protocol_options = None |
|||
) |
Definition at line 574 of file _client_adaptations.py.
def grpc.beta._client_adaptations._GenericStub.event_unary_unary | ( | self, | |
group, | |||
method, | |||
request, | |||
receiver, | |||
abortion_callback, | |||
timeout, | |||
metadata = None , |
|||
protocol_options = None |
|||
) |
Definition at line 563 of file _client_adaptations.py.
def grpc.beta._client_adaptations._GenericStub.future_stream_unary | ( | self, | |
group, | |||
method, | |||
request_iterator, | |||
timeout, | |||
metadata = None , |
|||
protocol_options = None |
|||
) |
Definition at line 522 of file _client_adaptations.py.
def grpc.beta._client_adaptations._GenericStub.future_unary_unary | ( | self, | |
group, | |||
method, | |||
request, | |||
timeout, | |||
metadata = None , |
|||
protocol_options = None |
|||
) |
Definition at line 460 of file _client_adaptations.py.
def grpc.beta._client_adaptations._GenericStub.inline_stream_stream | ( | self, | |
group, | |||
method, | |||
request_iterator, | |||
timeout, | |||
metadata = None , |
|||
protocol_options = None |
|||
) |
Definition at line 543 of file _client_adaptations.py.
def grpc.beta._client_adaptations._GenericStub.inline_unary_stream | ( | self, | |
group, | |||
method, | |||
request, | |||
timeout, | |||
metadata = None , |
|||
protocol_options = None |
|||
) |
Definition at line 480 of file _client_adaptations.py.
def grpc.beta._client_adaptations._GenericStub.stream_stream | ( | self, | |
group, | |||
method | |||
) |
Definition at line 647 of file _client_adaptations.py.
def grpc.beta._client_adaptations._GenericStub.stream_unary | ( | self, | |
group, | |||
method | |||
) |
Definition at line 633 of file _client_adaptations.py.
def grpc.beta._client_adaptations._GenericStub.unary_stream | ( | self, | |
group, | |||
method | |||
) |
Definition at line 619 of file _client_adaptations.py.
def grpc.beta._client_adaptations._GenericStub.unary_unary | ( | self, | |
group, | |||
method | |||
) |
Definition at line 605 of file _client_adaptations.py.
|
private |
Definition at line 433 of file _client_adaptations.py.
|
private |
Definition at line 434 of file _client_adaptations.py.
|
private |
Definition at line 435 of file _client_adaptations.py.
|
private |
Definition at line 436 of file _client_adaptations.py.