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