Definition at line 209 of file client.py.
 
 | 
|   | __init__ (self) | 
|   | 
|   | intercept_unary_unary (self, continuation, client_call_details, request) | 
|   | 
|   | intercept_unary_stream (self, continuation, client_call_details, request) | 
|   | 
|   | intercept_stream_unary (self, continuation, client_call_details, request_iterator) | 
|   | 
|   | intercept_stream_stream (self, continuation, client_call_details, request_iterator) | 
|   | 
 | 
| Optional[Callable[[grpc.aio.ClientCallDetails, MessageOrStream], Awaitable[None]]]  | prepare_func = None | 
|   | 
◆ __init__()
      
        
          | pytest_userver.plugins.grpc.client._GenericClientInterceptor.__init__  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
 
◆ intercept_stream_stream()
      
        
          | pytest_userver.plugins.grpc.client._GenericClientInterceptor.intercept_stream_stream  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           continuation,  | 
        
        
           | 
           | 
           |           client_call_details,  | 
        
        
           | 
           | 
           |           request_iterator ) | 
        
      
 
 
◆ intercept_stream_unary()
      
        
          | pytest_userver.plugins.grpc.client._GenericClientInterceptor.intercept_stream_unary  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           continuation,  | 
        
        
           | 
           | 
           |           client_call_details,  | 
        
        
           | 
           | 
           |           request_iterator ) | 
        
      
 
 
◆ intercept_unary_stream()
      
        
          | pytest_userver.plugins.grpc.client._GenericClientInterceptor.intercept_unary_stream  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           continuation,  | 
        
        
           | 
           | 
           |           client_call_details,  | 
        
        
           | 
           | 
           |           request ) | 
        
      
 
 
◆ intercept_unary_unary()
      
        
          | pytest_userver.plugins.grpc.client._GenericClientInterceptor.intercept_unary_unary  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           continuation,  | 
        
        
           | 
           | 
           |           client_call_details,  | 
        
        
           | 
           | 
           |           request ) | 
        
      
 
 
◆ prepare_func
      
        
          | Optional[Callable[[grpc.aio.ClientCallDetails, MessageOrStream], Awaitable[None]]] pytest_userver.plugins.grpc.client._GenericClientInterceptor.prepare_func = None | 
        
      
 
 
The documentation for this class was generated from the following file:
- /data/code/userver/testsuite/pytest_plugins/pytest_userver/plugins/grpc/client.py