9 lines
116 B
Protocol Buffer
Raw Normal View History

2016-09-11 21:25:09 -07:00
syntax = "proto2";
package grpc.testing;
message ToBeExtened {
required int32 foo = 1;
extensions 10 to 20;
}