Hi,
if I have a field that is required to show at least 1 time but can occur a 
few times - What's the expected decleration in the proto file?
I can think of the following options:
1. Just using repeated isn't good enough - it has to appear at least once.
2. Use first option and force a check in my code - seems to misuse the 
whole versionning system.
3. Using one field with required and then a field with repeated - code 
looks bad.

I'm inclined to the first option - only because in the future the field 
might become totally optional/removed (not that I can think of that 
happening but you can never know).

Your thoughts/ Suggestions?

Dror

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to