All Downloads are FREE. Search and download functionalities are using the official Maven repository.

protoc.NonUniqueExtensionNumber1.proto Maven / Gradle / Ivy

The newest version!
package test1;

option java_outer_classname =  "MyProto1";

message Message1 {
  optional string good1 = 1;

  extensions 1000 to 1010;
}

extend Message1 {
  optional uint64 ext_duplicate1 = 1000;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy