crunch/examples/basic-setup/schemas/crunch/example.proto

8 lines
92 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package examples.example;
message MyEvent {
string my_field = 1;
}