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

console.ace-builds-1.2.8.demo.kitchen-sink.docs.protobuf.proto Maven / Gradle / Ivy

The newest version!
message Point {
  required int32 x = 1;
  required int32 y = 2;
  optional string label = 3;
}

message Line {
  required Point start = 1;
  required Point end = 2;
  optional string label = 3;
}

message Polyline {
  repeated Point point = 1;
  optional string label = 2;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy