d7dbe45cea
GitOrigin-RevId: 9480bae337095fd24f61380bce3174fdfe926a00
7 lines
145 B
Protocol Buffer
7 lines
145 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
import "nanopb.proto";
|
|
|
|
message WithAnnotations {
|
|
bytes uuid = 1 [(nanopb).max_size = 16, (nanopb).fixed_length = true];
|
|
}
|