Public Member Functions | |
Awaitable[ResponseType] | __await__ (self) |
![]() | |
grpc.StatusCode | code (self) |
str | details (self) |
Metadata | initial_metadata (self) |
Metadata | trailing_metadata (self) |
None | wait_for_connection (self) |
![]() | |
None | add_done_callback (self, DoneCallbackType callback) |
bool | cancel (self) |
bool | cancelled (self) |
bool | done (self) |
Optional[float] | time_remaining (self) |
The abstract base class of an unary-unary RPC on the client-side.
Definition at line 140 of file _base_call.py.
Awaitable[ResponseType] grpc.aio._base_call.UnaryUnaryCall.__await__ | ( | self | ) |
The abstract base class of an unary-unary RPC on the client-side.
Await the response message to be ready. Returns: The response message of the RPC.
Reimplemented in grpc.aio._interceptor.UnaryUnaryCallResponse.
Definition at line 144 of file _base_call.py.