package api

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Echo

api.proto:24

service Greeter

api.proto:25

The greeting service definition.

message EchoRequest

api.proto:35

Used as request type in: Echo.BidirectionalStreamingEcho, Echo.ClientStreamingEcho, Echo.ServerStreamingEcho, Echo.UnaryEcho

message EchoResponse

api.proto:37

Used as response type in: Echo.BidirectionalStreamingEcho, Echo.ClientStreamingEcho, Echo.ServerStreamingEcho, Echo.UnaryEcho

message HelloRequest

api.proto:33

The request message containing the user's name.

Used as request type in: Greeter.SayHello, Greeter.SayHelloStream

message User

api.proto:38

The response message containing the greetings

Used as response type in: Greeter.SayHello, Greeter.SayHelloStream