1 2 3 4 5 6 7 8
syntax = "proto3"; package whirl; message ObjID { int32 short_object_id = 1; string long_object_id = 2; }