syntax = "proto3"; package protobuf; import "client.proto"; message Bite { string key = 1; uint64 start = 2; bytes data = 3; Client client = 4; }