Deprecated: Do not use.
(b []byte)
| 678 | |
| 679 | // Deprecated: Do not use. |
| 680 | func (x *ValidationError_Severity) UnmarshalJSON(b []byte) error { |
| 681 | num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) |
| 682 | if err != nil { |
| 683 | return err |
| 684 | } |
| 685 | *x = ValidationError_Severity(num) |
| 686 | return nil |
| 687 | } |
| 688 | |
| 689 | // Deprecated: Use ValidationError_Severity.Descriptor instead. |
| 690 | func (ValidationError_Severity) EnumDescriptor() ([]byte, []int) { |
nothing calls this directly
no test coverage detected