Public Member Functions | Private Member Functions | Private Attributes | List of all members
grpc.aio._call._UnaryResponseMixin Class Reference
Inheritance diagram for grpc.aio._call._UnaryResponseMixin:
Inheritance graph
[legend]

Public Member Functions

ResponseType __await__ (self)
 
bool cancel (self)
 
- Public Member Functions inherited from grpc.aio._call.Call
None __del__ (self)
 
None __init__ (self, cygrpc._AioCall cython_call, Metadata metadata, SerializingFunction request_serializer, DeserializingFunction response_deserializer, asyncio.AbstractEventLoop loop)
 
str __repr__ (self)
 
str __str__ (self)
 
None add_done_callback (self, DoneCallbackType callback)
 
bool cancelled (self)
 
grpc.StatusCode code (self)
 
str debug_error_string (self)
 
str details (self)
 
bool done (self)
 
Metadata initial_metadata (self)
 
Optional[float] time_remaining (self)
 
Metadata trailing_metadata (self)
 

Private Member Functions

def _init_unary_response_mixin (self, asyncio.Task response_task)
 

Private Attributes

 _call_response
 

Detailed Description

Definition at line 255 of file _call.py.

Member Function Documentation

◆ __await__()

ResponseType grpc.aio._call._UnaryResponseMixin.__await__ (   self)
Wait till the ongoing RPC request finishes.

Definition at line 268 of file _call.py.

◆ _init_unary_response_mixin()

def grpc.aio._call._UnaryResponseMixin._init_unary_response_mixin (   self,
asyncio.Task  response_task 
)
private

Definition at line 258 of file _call.py.

◆ cancel()

bool grpc.aio._call._UnaryResponseMixin.cancel (   self)

Reimplemented from grpc.aio._call.Call.

Definition at line 261 of file _call.py.

Member Data Documentation

◆ _call_response

grpc.aio._call._UnaryResponseMixin._call_response
private

Definition at line 259 of file _call.py.


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


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