ValidateAll checks the field values on TupleToUserSet with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TupleToUserSetMultiError, or nil if none found.
()
| 2808 | // result is a list of violation errors wrapped in TupleToUserSetMultiError, |
| 2809 | // or nil if none found. |
| 2810 | func (m *TupleToUserSet) ValidateAll() error { |
| 2811 | return m.validate(true) |
| 2812 | } |
| 2813 | |
| 2814 | func (m *TupleToUserSet) validate(all bool) error { |
| 2815 | if m == nil { |