1 2 3 4 5 6 7 8 9 10
syntax = "proto3"; // name changed so automated .proto tools don't see it package filepb; message FakeFile { string uuid = 1; // `autogenpb:uuid:` string version = 2; // `autogenpb:version:` }