package benchmark

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

service BenchmarkService

benchmark.proto:89

message BoolValue

benchmark.proto:21

Used in: SimpleRequest

message EchoStatus

benchmark.proto:42

A protobuf representation for grpc status. This is used by test clients to specify a status that the server should attempt to return.

Used in: SimpleRequest

message Payload

benchmark.proto:33

A block of data, to simply increase gRPC message size.

Used in: SimpleRequest, SimpleResponse

enum PayloadType

benchmark.proto:27

The type of payload that should be returned.

Used in: Payload, SimpleRequest

message SimpleRequest

benchmark.proto:48

Unary request.

Used as request type in: BenchmarkService.StreamingBothWays, BenchmarkService.StreamingCall, BenchmarkService.StreamingFromClient, BenchmarkService.StreamingFromServer, BenchmarkService.UnaryCall

message SimpleResponse

benchmark.proto:79

Unary response, as configured by the request.

Used as response type in: BenchmarkService.StreamingBothWays, BenchmarkService.StreamingCall, BenchmarkService.StreamingFromClient, BenchmarkService.StreamingFromServer, BenchmarkService.UnaryCall