- 
                Notifications
    You must be signed in to change notification settings 
- Fork 38
        Shuhei Tanuma edited this page Dec 26, 2013 
        ·
        1 revision
      
    Basically, protobuf doesn't provide API which arbitrarily remove an element from within a repeated field. You should define a helper method on helper class and use it. someday I'll add helper class for generic usage.
We strongly disagree with this opinion. the message class is just container. You should wrap the message class or add some business logic class which modify message from outside.
first, please check Google's tutorial