Default package

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

message CustomerRecord

customer_record.proto:23

Define a message type representing the rows in your table. The message cannot contain fields which are not present in the table.

message PersonProto

person.proto:17

message SampleData

sample_data.proto:23

Define a message type representing the rows in your table. The message cannot contain fields which are not present in the table.

message SampleData.RangeValue

sample_data.proto:32

Used in: SampleData

message SampleData.SampleStruct

sample_data.proto:28

Use a nested message to encode STRUCT column values. References to external messages are not allowed. Any message definitions must be nested within the root message representing row data.

Used in: SampleData