protodoc.io
Project grpc-ecosystem/grpc-spring
Welcome
Readme
License
Commits
GitHub project
Download proto files
Desktop application
Contact us
Default package
google.protobuf
net.devh.boot.grpc.examples.observability.proto
net.devh.boot.grpc.examples.observability.proto
ExampleService
BidiStreamingRpc
ClientStreamingRpc
ServerStreamingRpc
UnaryRpc
BidiStreamingRequest
BidiStreamingResponse
ClientStreamingRequest
ClientStreamingResponse
ServerStreamingRequest
ServerStreamingResponse
UnaryRequest
UnaryResponse
package
net.devh.boot.grpc.examples.observability.proto
Get desktop application:
View/edit binary Protocol Buffers messages
service
ExampleService
backend.proto:24
rpc
UnaryRpc
(
UnaryRequest
,
UnaryResponse
)
backend.proto:25
message
UnaryRequest
backend.proto:31
string
message
= 1
message
UnaryResponse
backend.proto:35
string
message
= 1
rpc
ClientStreamingRpc
(
stream
ClientStreamingRequest
,
ClientStreamingResponse
)
backend.proto:26
message
ClientStreamingRequest
backend.proto:39
string
message
= 1
message
ClientStreamingResponse
backend.proto:43
string
message
= 1
rpc
ServerStreamingRpc
(
ServerStreamingRequest
,
stream
ServerStreamingResponse
)
backend.proto:27
message
ServerStreamingRequest
backend.proto:47
string
message
= 1
message
ServerStreamingResponse
backend.proto:51
string
message
= 1
rpc
BidiStreamingRpc
(
stream
BidiStreamingRequest
,
stream
BidiStreamingResponse
)
backend.proto:28
message
BidiStreamingRequest
backend.proto:55
string
message
= 1
message
BidiStreamingResponse
backend.proto:59
string
message
= 1