98eb3e9ef5
GitOrigin-RevId: 00d80d13810dbfea8ab4ed1009b09100cca86ba8
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];
|
|
}
|