Public Member Functions | |
def | EmptyCall (self, request, context) |
def | FullDuplexCall (self, request_iterator, context) |
def | HalfDuplexCall (self, request_iterator, context) |
def | StreamingInputCall (self, request_iterator, context) |
def | StreamingOutputCall (self, request, context) |
def | UnaryCall (self, request, context) |
Definition at line 49 of file src/python/grpcio_tests/tests/interop/service.py.
def tests.interop.service.TestService.EmptyCall | ( | self, | |
request, | |||
context | |||
) |
Definition at line 51 of file src/python/grpcio_tests/tests/interop/service.py.
def tests.interop.service.TestService.FullDuplexCall | ( | self, | |
request_iterator, | |||
context | |||
) |
Definition at line 80 of file src/python/grpcio_tests/tests/interop/service.py.
def tests.interop.service.TestService.HalfDuplexCall | ( | self, | |
request_iterator, | |||
context | |||
) |
Definition at line 95 of file src/python/grpcio_tests/tests/interop/service.py.
def tests.interop.service.TestService.StreamingInputCall | ( | self, | |
request_iterator, | |||
context | |||
) |
Definition at line 72 of file src/python/grpcio_tests/tests/interop/service.py.
def tests.interop.service.TestService.StreamingOutputCall | ( | self, | |
request, | |||
context | |||
) |
Definition at line 62 of file src/python/grpcio_tests/tests/interop/service.py.
def tests.interop.service.TestService.UnaryCall | ( | self, | |
request, | |||
context | |||
) |
Definition at line 55 of file src/python/grpcio_tests/tests/interop/service.py.