class documentation
class StubUU(UnaryUnaryMultiCallable): (source)
Represent a unary-unary gRPC method during introspection.
A call raises NotATrueCallError and does not make an RPC.
| Method | __call__ |
Undocumented |
def __call__(self, request, *, timeout:
float | None = None, metadata: MetadataType | None = None, credentials: CallCredentials | None = None, wait_for_ready: bool | None = None, compression: Compression | None = None) -> UnaryUnaryCall:
(source)
ΒΆ
Undocumented