ValidateAll checks the field values on DataWriteRequest 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 DataWriteRequestMultiError, or nil if none found.
()
| 5781 | // violated, the result is a list of violation errors wrapped in |
| 5782 | // DataWriteRequestMultiError, or nil if none found. |
| 5783 | func (m *DataWriteRequest) ValidateAll() error { |
| 5784 | return m.validate(true) |
| 5785 | } |
| 5786 | |
| 5787 | func (m *DataWriteRequest) validate(all bool) error { |
| 5788 | if m == nil { |