Array is mapped via "repeated":
repeated int32 data = 4;
Note you might want sint32/uint32. Also note that in all three cases "packed arrays" can be used, which are more efficient;
repeated int32 data = 4 [packed=true];
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…