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

com.google.api.tools.framework.processors.merger.testdata.included_type.proto Maven / Gradle / Ivy

There is a newer version: 0.0.8
Show newest version
syntax = "proto2";
package protiary.test.inclusion;

// Types used for testing specifying "types" and "enums" entries in service config.
message Type1 {
  optional string name = 1;
  optional Type2 type = 2;
}

message Type2 {
  optional string name = 2;
}

message Type3 {
  optional string name = 3;
}

enum Enum1 {
  VALUE1 = 0;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy