Uses of Class
dev.cel.expr.UnknownSet
Packages that use UnknownSet
-
Uses of UnknownSet in dev.cel.expr
Methods in dev.cel.expr that return UnknownSetModifier and TypeMethodDescriptionUnknownSet.Builder.build()UnknownSet.Builder.buildPartial()static UnknownSetUnknownSet.getDefaultInstance()UnknownSet.Builder.getDefaultInstanceForType()UnknownSet.getDefaultInstanceForType()ExprValue.Builder.getUnknown()The set of unknowns in the critical path of evaluation.ExprValue.getUnknown()The set of unknowns in the critical path of evaluation.ExprValueOrBuilder.getUnknown()The set of unknowns in the critical path of evaluation.static UnknownSetUnknownSet.parseDelimitedFrom(InputStream input) static UnknownSetUnknownSet.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UnknownSetUnknownSet.parseFrom(byte[] data) static UnknownSetUnknownSet.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UnknownSetUnknownSet.parseFrom(com.google.protobuf.ByteString data) static UnknownSetUnknownSet.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UnknownSetUnknownSet.parseFrom(com.google.protobuf.CodedInputStream input) static UnknownSetUnknownSet.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UnknownSetUnknownSet.parseFrom(InputStream input) static UnknownSetUnknownSet.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UnknownSetUnknownSet.parseFrom(ByteBuffer data) static UnknownSetUnknownSet.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in dev.cel.expr that return types with arguments of type UnknownSetModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UnknownSet>UnknownSet.getParserForType()static com.google.protobuf.Parser<UnknownSet>UnknownSet.parser()Methods in dev.cel.expr with parameters of type UnknownSetModifier and TypeMethodDescriptionUnknownSet.Builder.mergeFrom(UnknownSet other) ExprValue.Builder.mergeUnknown(UnknownSet value) The set of unknowns in the critical path of evaluation.static UnknownSet.BuilderUnknownSet.newBuilder(UnknownSet prototype) ExprValue.Builder.setUnknown(UnknownSet value) The set of unknowns in the critical path of evaluation. -
Uses of UnknownSet in dev.cel.expr.conformance.test
Methods in dev.cel.expr.conformance.test that return UnknownSetModifier and TypeMethodDescriptionSimpleTest.Builder.getUnknown()Matches unknown evaluation results.SimpleTest.getUnknown()Matches unknown evaluation results.SimpleTestOrBuilder.getUnknown()Matches unknown evaluation results.TestOutput.Builder.getUnknown()An unknown evaluation result.TestOutput.getUnknown()An unknown evaluation result.TestOutputOrBuilder.getUnknown()An unknown evaluation result.UnknownSetMatcher.Builder.getUnknowns(int index) Success if we match any of these sets.UnknownSetMatcher.getUnknowns(int index) Success if we match any of these sets.UnknownSetMatcherOrBuilder.getUnknowns(int index) Success if we match any of these sets.Methods in dev.cel.expr.conformance.test that return types with arguments of type UnknownSetModifier and TypeMethodDescriptionUnknownSetMatcher.Builder.getUnknownsList()Success if we match any of these sets.UnknownSetMatcher.getUnknownsList()Success if we match any of these sets.UnknownSetMatcherOrBuilder.getUnknownsList()Success if we match any of these sets.Methods in dev.cel.expr.conformance.test with parameters of type UnknownSetModifier and TypeMethodDescriptionUnknownSetMatcher.Builder.addUnknowns(int index, UnknownSet value) Success if we match any of these sets.UnknownSetMatcher.Builder.addUnknowns(UnknownSet value) Success if we match any of these sets.SimpleTest.Builder.mergeUnknown(UnknownSet value) Matches unknown evaluation results.TestOutput.Builder.mergeUnknown(UnknownSet value) An unknown evaluation result.SimpleTest.Builder.setUnknown(UnknownSet value) Matches unknown evaluation results.TestOutput.Builder.setUnknown(UnknownSet value) An unknown evaluation result.UnknownSetMatcher.Builder.setUnknowns(int index, UnknownSet value) Success if we match any of these sets.Method parameters in dev.cel.expr.conformance.test with type arguments of type UnknownSetModifier and TypeMethodDescriptionUnknownSetMatcher.Builder.addAllUnknowns(Iterable<? extends UnknownSet> values) Success if we match any of these sets.