syntax = "proto3"; package protobuf; message Bite { string key = 1; uint64 start = 2; bytes data = 3; }