package test

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

service TestService

service.proto:11

An example test service that has a test method. It expects a Request and returns a Reply.

message Communique

test.proto:111

message Communique.Delta

test.proto:130

(message has no fields)

message Communique.SomeGroup

test.proto:125

Used in: Communique

enum Days

test.proto:14

This enum represents days of the week.

Used in: Communique

enum EnumWithCustomOptions

custom_options.proto:15

enum HatType

test.proto:7

This enum represents different kinds of hats.

Used in: Request

enum MapEnum

test.proto:157

Used in: MapInput

message MapInput

test.proto:138

message MessageWithCustomOptions

custom_options.proto:21

(message has no fields)

message OldReply

test.proto:105

(message has no fields)

message Options

test.proto:134

message OtherBase

test.proto:77

message OtherReplyExtensions

test.proto:94

message Reply

test.proto:62

Used as response type in: TestService.test

Used as field type in: Communique, Request

message Reply.Entry

test.proto:63

Used in: Reply

enum Reply.Entry.Game

test.proto:67

message ReplyExtensions

test.proto:82

(message has no fields)

enum Request.Color

test.proto:32

This enum represents three different colors.

Used in: Request

message Request.SomeGroup

test.proto:43

Used in: Request