Validate checks the field values on TupleToUserSet with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
()
| 2800 | // the proto definition for this message. If any rules are violated, the first |
| 2801 | // error encountered is returned, or nil if there are no violations. |
| 2802 | func (m *TupleToUserSet) Validate() error { |
| 2803 | return m.validate(false) |
| 2804 | } |
| 2805 | |
| 2806 | // ValidateAll checks the field values on TupleToUserSet with the rules defined |
| 2807 | // in the proto definition for this message. If any rules are violated, the |