--java_out=starboard/android/apk/app/src/main/java
The code doesn't compile cleanly and produces warning: warning: [unchecked] unchecked conversion
To suppress the warning the following annotation should be added to the StorageProto class:
@SuppressWarnings(“unchecked”)