depot/third_party/nixpkgs/pkgs/development/libraries/nanopb/test-message-with-annotations/withannotations.proto
Default email d7dbe45cea Project import generated by Copybara.
GitOrigin-RevId: 9480bae337095fd24f61380bce3174fdfe926a00
2020-06-18 09:06:33 +02:00

7 lines
145 B
Protocol Buffer

syntax = "proto3";
import "nanopb.proto";
message WithAnnotations {
bytes uuid = 1 [(nanopb).max_size = 16, (nanopb).fixed_length = true];
}