One request followed by a sequence of responses (streamed download). The server returns the payload with client desired type and sizes.
(ctx context.Context, in *StreamingOutputCallRequest, opts ...grpc.CallOption)
| 64 | // One request followed by a sequence of responses (streamed download). |
| 65 | // The server returns the payload with client desired type and sizes. |
| 66 | StreamingOutputCall(ctx context.Context, in *StreamingOutputCallRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[StreamingOutputCallResponse], error) |
| 67 | // A sequence of requests followed by one response (streamed upload). |
| 68 | // The server returns the aggregated size of client payload as the result. |
| 69 | StreamingInputCall(ctx context.Context, opts ...grpc.CallOption) (grpc.ClientStreamingClient[StreamingInputCallRequest, StreamingInputCallResponse], error) |
no outgoing calls