Go to the documentation of this file.
14 """Defines an enum for classifying RPC methods by streaming semantics."""
21 """Describes the streaming semantics of an RPC method."""
23 UNARY_UNARY =
'request-unary/response-unary'
24 UNARY_STREAM =
'request-unary/response-streaming'
25 STREAM_UNARY =
'request-streaming/response-unary'
26 STREAM_STREAM =
'request-streaming/response-streaming'
grpc
Author(s):
autogenerated on Thu Mar 13 2025 02:58:43