message BitmapBuild { repeated int32 blocks = 1 [packed=true]; repeated BitmapBuildAttribute attributes = 2 [packed=true]; } message BitmapBuildAttribute { required string type = 1; required string value = 2; }