1 2 3 4 5 6 7 8 9 10 11 12 13 14
syntax = "proto3"; import "google/protobuf/descriptor.proto"; message TestImportDescriptorProto { extend google.protobuf.MethodOptions { int32 a = 72295727; } } extend google.protobuf.MethodOptions { int32 a = 72295728; }