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

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
 

Detailed Description

Definition at line 430 of file _client_adaptations.py.

Constructor & Destructor Documentation

◆ __init__()

def grpc.beta._client_adaptations._GenericStub.__init__ (   self,
  channel,
  metadata_transformer,
  request_serializers,
  response_deserializers 
)

Definition at line 432 of file _client_adaptations.py.

Member Function Documentation

◆ __enter__()

def grpc.beta._client_adaptations._GenericStub.__enter__ (   self)

Definition at line 661 of file _client_adaptations.py.

◆ __exit__()

def grpc.beta._client_adaptations._GenericStub.__exit__ (   self,
  exc_type,
  exc_val,
  exc_tb 
)

Definition at line 664 of file _client_adaptations.py.

◆ blocking_stream_unary()

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.

◆ blocking_unary_unary()

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.

◆ event_stream_stream()

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.

◆ event_stream_unary()

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.

◆ event_unary_stream()

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.

◆ event_unary_unary()

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.

◆ future_stream_unary()

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.

◆ future_unary_unary()

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.

◆ inline_stream_stream()

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.

◆ inline_unary_stream()

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.

◆ stream_stream()

def grpc.beta._client_adaptations._GenericStub.stream_stream (   self,
  group,
  method 
)

Definition at line 647 of file _client_adaptations.py.

◆ stream_unary()

def grpc.beta._client_adaptations._GenericStub.stream_unary (   self,
  group,
  method 
)

Definition at line 633 of file _client_adaptations.py.

◆ unary_stream()

def grpc.beta._client_adaptations._GenericStub.unary_stream (   self,
  group,
  method 
)

Definition at line 619 of file _client_adaptations.py.

◆ unary_unary()

def grpc.beta._client_adaptations._GenericStub.unary_unary (   self,
  group,
  method 
)

Definition at line 605 of file _client_adaptations.py.

Member Data Documentation

◆ _channel

grpc.beta._client_adaptations._GenericStub._channel
private

Definition at line 433 of file _client_adaptations.py.

◆ _metadata_transformer

grpc.beta._client_adaptations._GenericStub._metadata_transformer
private

Definition at line 434 of file _client_adaptations.py.

◆ _request_serializers

grpc.beta._client_adaptations._GenericStub._request_serializers
private

Definition at line 435 of file _client_adaptations.py.

◆ _response_deserializers

grpc.beta._client_adaptations._GenericStub._response_deserializers
private

Definition at line 436 of file _client_adaptations.py.


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


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