Public Member Functions | |
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 | cancel (self) |
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 | |
bool | _cancel (self, str details) |
None | _raise_for_status (self) |
str | _repr (self) |
Private Attributes | |
_cython_call | |
_loop | |
_metadata | |
_request_serializer | |
_response_deserializer | |
Base implementation of client RPC Call object. Implements logic around final status, metadata and cancellation.
None grpc.aio._call.Call.__init__ | ( | self, | |
cygrpc._AioCall | cython_call, | ||
Metadata | metadata, | ||
SerializingFunction | request_serializer, | ||
DeserializingFunction | response_deserializer, | ||
asyncio.AbstractEventLoop | loop | ||
) |
|
private |
None grpc.aio._call.Call.add_done_callback | ( | self, | |
DoneCallbackType | callback | ||
) |
bool grpc.aio._call.Call.cancel | ( | self | ) |
Reimplemented in grpc.aio._call._StreamRequestMixin, grpc.aio._call._StreamResponseMixin, and grpc.aio._call._UnaryResponseMixin.
grpc.StatusCode grpc.aio._call.Call.code | ( | self | ) |