Public Member Functions | List of all members
grpc.aio._base_call.UnaryUnaryCall Class Reference
Inheritance diagram for grpc.aio._base_call.UnaryUnaryCall:
Inheritance graph
[legend]

Public Member Functions

Awaitable[ResponseType] __await__ (self)
 
- Public Member Functions inherited from grpc.aio._base_call.Call
grpc.StatusCode code (self)
 
str details (self)
 
Metadata initial_metadata (self)
 
Metadata trailing_metadata (self)
 
None wait_for_connection (self)
 
- Public Member Functions inherited from grpc.aio._base_call.RpcContext
None add_done_callback (self, DoneCallbackType callback)
 
bool cancel (self)
 
bool cancelled (self)
 
bool done (self)
 
Optional[float] time_remaining (self)
 

Detailed Description

The abstract base class of an unary-unary RPC on the client-side.

Definition at line 140 of file _base_call.py.

Member Function Documentation

◆ __await__()

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.


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


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