1
2syntax = "proto2";
3
4message Foo {
5  optional int64 time = 1;
6  optional string greeting = 2;
7}
8