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

com.google.api.tools.framework.processors.normalizer.testdata.regenerated_descriptor_test2.proto Maven / Gradle / Ivy

// Test Proto source for RegeneratedDescriptorTest

syntax = "proto2";

message OtherMessage {
  optional OtherEnum other_enum = 1;
}

enum OtherEnum {
  VALUE1 = 1;
}

service Service {
  rpc Method(OtherMessage) returns (OtherMessage);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy