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