package testing

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

service TestService

test.proto:141

A simple service to test the various types of RPCs and experiment with performance with various types of payload.

service UnimplementedService

test.proto:175

A simple service NOT implemented at servers so clients can test for that case.

message EchoStatus

test.proto:49

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, StreamingOutputCallRequest

message Empty

test.proto:25

Used as request type in: TestService.EmptyCall, UnimplementedService.UnimplementedCall

Used as response type in: TestService.EmptyCall, UnimplementedService.UnimplementedCall

(message has no fields)

message Payload

test.proto:40

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

Used in: SimpleRequest, SimpleResponse, StreamingInputCallRequest, StreamingOutputCallRequest, StreamingOutputCallResponse

enum PayloadType

test.proto:28

The type of payload that should be returned.

Used in: Payload, SimpleRequest, StreamingOutputCallRequest

message ResponseParameters

test.proto:105

Configuration for a particular response.

Used in: StreamingOutputCallRequest

message StreamingOutputCallRequest

test.proto:116

Server-streaming request.

Used as request type in: TestService.FullDuplexCall, TestService.HalfDuplexCall, TestService.StreamingOutputCall

message StreamingOutputCallResponse

test.proto:134

Server-streaming response, as configured by the request and parameters.

Used as response type in: TestService.FullDuplexCall, TestService.HalfDuplexCall, TestService.StreamingOutputCall