syntax = "proto3"; package whirl; message ObjID { int32 short_object_id = 1; string long_object_id = 2; }