Quiz
- What is the short version of the
--
proto_path
flag?-I
-p
-1
- Which flag would generate Java code?
--
java-out
--
java-gen-out
--
java_out
- When would you use
–-decode_raw
instead of--decode
?- When I do not have access to the
.
proto
file - When I do not know into which type the data was serialized into
- Both of these
- When I do not have access to the