()
| 661 | } |
| 662 | |
| 663 | func (x ValidationError_Severity) String() string { |
| 664 | return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) |
| 665 | } |
| 666 | |
| 667 | func (ValidationError_Severity) Descriptor() protoreflect.EnumDescriptor { |
| 668 | return file_validator_proto_enumTypes[9].Descriptor() |
nothing calls this directly
no test coverage detected