Uses of Class
dev.cel.expr.ErrorSet.Builder
Packages that use ErrorSet.Builder
-
Uses of ErrorSet.Builder in dev.cel.expr
Methods in dev.cel.expr that return ErrorSet.BuilderModifier and TypeMethodDescriptionErrorSet.Builder.addAllErrors(Iterable<? extends Status> values) repeated .google.rpc.Status errors = 1;repeated .google.rpc.Status errors = 1;ErrorSet.Builder.addErrors(int index, Status.Builder builderForValue) repeated .google.rpc.Status errors = 1;repeated .google.rpc.Status errors = 1;ErrorSet.Builder.addErrors(Status.Builder builderForValue) repeated .google.rpc.Status errors = 1;ErrorSet.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ErrorSet.Builder.clear()ErrorSet.Builder.clearErrors()repeated .google.rpc.Status errors = 1;ErrorSet.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ErrorSet.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ErrorSet.Builder.clone()ExprValue.Builder.getErrorBuilder()The set of errors in the critical path of evaluation.ErrorSet.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ErrorSet.Builder.mergeFrom(com.google.protobuf.Message other) final ErrorSet.BuilderErrorSet.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ErrorSet.BuilderErrorSet.newBuilder()static ErrorSet.BuilderErrorSet.newBuilder(ErrorSet prototype) ErrorSet.newBuilderForType()protected ErrorSet.BuilderErrorSet.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ErrorSet.Builder.removeErrors(int index) repeated .google.rpc.Status errors = 1;repeated .google.rpc.Status errors = 1;ErrorSet.Builder.setErrors(int index, Status.Builder builderForValue) repeated .google.rpc.Status errors = 1;ErrorSet.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final ErrorSet.BuilderErrorSet.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ErrorSet.toBuilder()Methods in dev.cel.expr with parameters of type ErrorSet.BuilderModifier and TypeMethodDescriptionExprValue.Builder.setError(ErrorSet.Builder builderForValue) The set of errors in the critical path of evaluation. -
Uses of ErrorSet.Builder in dev.cel.expr.conformance.test
Methods in dev.cel.expr.conformance.test that return ErrorSet.BuilderModifier and TypeMethodDescriptionErrorSetMatcher.Builder.addErrorsBuilder()Success if we match any of these sets.ErrorSetMatcher.Builder.addErrorsBuilder(int index) Success if we match any of these sets.ErrorSetMatcher.Builder.getErrorsBuilder(int index) Success if we match any of these sets.SimpleTest.Builder.getEvalErrorBuilder()Matches error evaluation results.TestOutput.Builder.getEvalErrorBuilder()An error evaluation result set.Methods in dev.cel.expr.conformance.test that return types with arguments of type ErrorSet.BuilderModifier and TypeMethodDescriptionErrorSetMatcher.Builder.getErrorsBuilderList()Success if we match any of these sets.Methods in dev.cel.expr.conformance.test with parameters of type ErrorSet.BuilderModifier and TypeMethodDescriptionErrorSetMatcher.Builder.addErrors(int index, ErrorSet.Builder builderForValue) Success if we match any of these sets.ErrorSetMatcher.Builder.addErrors(ErrorSet.Builder builderForValue) Success if we match any of these sets.ErrorSetMatcher.Builder.setErrors(int index, ErrorSet.Builder builderForValue) Success if we match any of these sets.SimpleTest.Builder.setEvalError(ErrorSet.Builder builderForValue) Matches error evaluation results.TestOutput.Builder.setEvalError(ErrorSet.Builder builderForValue) An error evaluation result set.