Uses of Enum
dev.cel.expr.conformance.IssueDetails.Severity
Packages that use IssueDetails.Severity
-
Uses of IssueDetails.Severity in dev.cel.expr.conformance
Methods in dev.cel.expr.conformance that return IssueDetails.SeverityModifier and TypeMethodDescriptionstatic IssueDetails.SeverityIssueDetails.Severity.forNumber(int value) IssueDetails.Builder.getSeverity()The severity of the issue.IssueDetails.getSeverity()The severity of the issue.IssueDetailsOrBuilder.getSeverity()The severity of the issue.static IssueDetails.SeverityIssueDetails.Severity.valueOf(int value) Deprecated.static IssueDetails.SeverityIssueDetails.Severity.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static IssueDetails.SeverityReturns the enum constant of this type with the specified name.static IssueDetails.Severity[]IssueDetails.Severity.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.cel.expr.conformance that return types with arguments of type IssueDetails.SeverityModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<IssueDetails.Severity>IssueDetails.Severity.internalGetValueMap()Methods in dev.cel.expr.conformance with parameters of type IssueDetails.SeverityModifier and TypeMethodDescriptionIssueDetails.Builder.setSeverity(IssueDetails.Severity value) The severity of the issue.