package testprotos

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

message ContextlessMsg

sample.proto:68

ContextlessMsg is designed to carry a message of completely arbitrary type Because there is no context for the type embedded in the message, the opaque type must be dynamically added at runtime

Used in: DynamicMsg

message DynamicMsg

sample.proto:58

DynamicMsg is designed to test the dynamic message component The dynamic wrapper applied to ContextlessMsg is determined by dynamic_type

message NestedMsg

sample.proto:32

NestedMsg is designed to test the nested message component

message SimpleMsg

sample.proto:25

SimpleMsg is designed to test that all three types of message fields, plain, map, and slice are handled by the protolator tool

Used in: NestedMsg

message StaticallyOpaqueMsg

sample.proto:40

StaticallyOpaqueMsg is designed to test the statically opaque message component All fields are statically marshaled to the NestedMsg type

message VariablyOpaqueMsg

sample.proto:48

VariablyOpaqueMsg is designed to test the staticaly opaque message component The opaque type is determined by opaque_type