Uses of Class
dev.cel.expr.ErrorSet
Packages that use ErrorSet
-
Uses of ErrorSet in dev.cel.expr
Methods in dev.cel.expr that return ErrorSetModifier and TypeMethodDescriptionErrorSet.Builder.build()ErrorSet.Builder.buildPartial()static ErrorSetErrorSet.getDefaultInstance()ErrorSet.Builder.getDefaultInstanceForType()ErrorSet.getDefaultInstanceForType()ExprValue.Builder.getError()The set of errors in the critical path of evaluation.ExprValue.getError()The set of errors in the critical path of evaluation.ExprValueOrBuilder.getError()The set of errors in the critical path of evaluation.static ErrorSetErrorSet.parseDelimitedFrom(InputStream input) static ErrorSetErrorSet.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ErrorSetErrorSet.parseFrom(byte[] data) static ErrorSetErrorSet.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ErrorSetErrorSet.parseFrom(com.google.protobuf.ByteString data) static ErrorSetErrorSet.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ErrorSetErrorSet.parseFrom(com.google.protobuf.CodedInputStream input) static ErrorSetErrorSet.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ErrorSetErrorSet.parseFrom(InputStream input) static ErrorSetErrorSet.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ErrorSetErrorSet.parseFrom(ByteBuffer data) static ErrorSetErrorSet.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in dev.cel.expr that return types with arguments of type ErrorSetModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ErrorSet>ErrorSet.getParserForType()static com.google.protobuf.Parser<ErrorSet>ErrorSet.parser()Methods in dev.cel.expr with parameters of type ErrorSetModifier and TypeMethodDescriptionExprValue.Builder.mergeError(ErrorSet value) The set of errors in the critical path of evaluation.static ErrorSet.BuilderErrorSet.newBuilder(ErrorSet prototype) The set of errors in the critical path of evaluation. -
Uses of ErrorSet in dev.cel.expr.conformance
Methods in dev.cel.expr.conformance that return ErrorSetModifier and TypeMethodDescriptionCheckResponse.Builder.getIssues()Any number of issues with [StatusDetails][] as the details.CheckResponse.getIssues()Any number of issues with [StatusDetails][] as the details.CheckResponseOrBuilder.getIssues()Any number of issues with [StatusDetails][] as the details.EvalResponse.Builder.getIssues()Any number of issues with [StatusDetails][] as the details.EvalResponse.getIssues()Any number of issues with [StatusDetails][] as the details.EvalResponseOrBuilder.getIssues()Any number of issues with [StatusDetails][] as the details.ParseResponse.Builder.getIssues()Any number of issues with [StatusDetails][] as the details.ParseResponse.getIssues()Any number of issues with [StatusDetails][] as the details.ParseResponseOrBuilder.getIssues()Any number of issues with [StatusDetails][] as the details.Methods in dev.cel.expr.conformance with parameters of type ErrorSetModifier and TypeMethodDescriptionCheckResponse.Builder.mergeIssues(ErrorSet value) Any number of issues with [StatusDetails][] as the details.EvalResponse.Builder.mergeIssues(ErrorSet value) Any number of issues with [StatusDetails][] as the details.ParseResponse.Builder.mergeIssues(ErrorSet value) Any number of issues with [StatusDetails][] as the details.Any number of issues with [StatusDetails][] as the details.Any number of issues with [StatusDetails][] as the details.Any number of issues with [StatusDetails][] as the details. -
Uses of ErrorSet in dev.cel.expr.conformance.test
Methods in dev.cel.expr.conformance.test that return ErrorSetModifier and TypeMethodDescriptionErrorSetMatcher.Builder.getErrors(int index) Success if we match any of these sets.ErrorSetMatcher.getErrors(int index) Success if we match any of these sets.ErrorSetMatcherOrBuilder.getErrors(int index) Success if we match any of these sets.SimpleTest.Builder.getEvalError()Matches error evaluation results.SimpleTest.getEvalError()Matches error evaluation results.SimpleTestOrBuilder.getEvalError()Matches error evaluation results.TestOutput.Builder.getEvalError()An error evaluation result set.TestOutput.getEvalError()An error evaluation result set.TestOutputOrBuilder.getEvalError()An error evaluation result set.Methods in dev.cel.expr.conformance.test that return types with arguments of type ErrorSetModifier and TypeMethodDescriptionErrorSetMatcher.Builder.getErrorsList()Success if we match any of these sets.ErrorSetMatcher.getErrorsList()Success if we match any of these sets.ErrorSetMatcherOrBuilder.getErrorsList()Success if we match any of these sets.Methods in dev.cel.expr.conformance.test with parameters of type ErrorSetModifier and TypeMethodDescriptionSuccess if we match any of these sets.Success if we match any of these sets.SimpleTest.Builder.mergeEvalError(ErrorSet value) Matches error evaluation results.TestOutput.Builder.mergeEvalError(ErrorSet value) An error evaluation result set.Success if we match any of these sets.SimpleTest.Builder.setEvalError(ErrorSet value) Matches error evaluation results.TestOutput.Builder.setEvalError(ErrorSet value) An error evaluation result set.Method parameters in dev.cel.expr.conformance.test with type arguments of type ErrorSetModifier and TypeMethodDescriptionErrorSetMatcher.Builder.addAllErrors(Iterable<? extends ErrorSet> values) Success if we match any of these sets.