Uses of Class
dev.cel.expr.conformance.test.UnknownSetMatcher
Packages that use UnknownSetMatcher
-
Uses of UnknownSetMatcher in dev.cel.expr.conformance.test
Methods in dev.cel.expr.conformance.test that return UnknownSetMatcherModifier and TypeMethodDescriptionUnknownSetMatcher.Builder.build()UnknownSetMatcher.Builder.buildPartial()SimpleTest.Builder.getAnyUnknowns()Matches one of several unknown results.SimpleTest.getAnyUnknowns()Matches one of several unknown results.SimpleTestOrBuilder.getAnyUnknowns()Matches one of several unknown results.static UnknownSetMatcherUnknownSetMatcher.getDefaultInstance()UnknownSetMatcher.Builder.getDefaultInstanceForType()UnknownSetMatcher.getDefaultInstanceForType()static UnknownSetMatcherUnknownSetMatcher.parseDelimitedFrom(InputStream input) static UnknownSetMatcherUnknownSetMatcher.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UnknownSetMatcherUnknownSetMatcher.parseFrom(byte[] data) static UnknownSetMatcherUnknownSetMatcher.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UnknownSetMatcherUnknownSetMatcher.parseFrom(com.google.protobuf.ByteString data) static UnknownSetMatcherUnknownSetMatcher.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UnknownSetMatcherUnknownSetMatcher.parseFrom(com.google.protobuf.CodedInputStream input) static UnknownSetMatcherUnknownSetMatcher.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UnknownSetMatcherUnknownSetMatcher.parseFrom(InputStream input) static UnknownSetMatcherUnknownSetMatcher.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UnknownSetMatcherUnknownSetMatcher.parseFrom(ByteBuffer data) static UnknownSetMatcherUnknownSetMatcher.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in dev.cel.expr.conformance.test that return types with arguments of type UnknownSetMatcherModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UnknownSetMatcher>UnknownSetMatcher.getParserForType()static com.google.protobuf.Parser<UnknownSetMatcher>UnknownSetMatcher.parser()Methods in dev.cel.expr.conformance.test with parameters of type UnknownSetMatcherModifier and TypeMethodDescriptionSimpleTest.Builder.mergeAnyUnknowns(UnknownSetMatcher value) Matches one of several unknown results.UnknownSetMatcher.Builder.mergeFrom(UnknownSetMatcher other) static UnknownSetMatcher.BuilderUnknownSetMatcher.newBuilder(UnknownSetMatcher prototype) SimpleTest.Builder.setAnyUnknowns(UnknownSetMatcher value) Matches one of several unknown results.