syntax = "proto3"; package caretta_sync.common; // protobuf message of uuid::Uuid message Uuid { uint64 high_bits = 1; uint64 low_bits = 2; }