github.com/stackb/rules_proto@v0.0.0-20240221195024-5428336c51f1/example/golden/testdata/scala/proto/complete.proto (about) 1 syntax = "proto2"; 2 3 package proto; 4 5 /** 6 * Used to signify the end of the snapshot portion of a stream 7 */ 8 message Complete { 9 /* The number of snapshot messages sent */ 10 required uint32 expected_messages = 1; 11 }