Uses of Class
dev.cel.expr.conformance.test.UnknownSetMatcher.Builder
Packages that use UnknownSetMatcher.Builder
-
Uses of UnknownSetMatcher.Builder in dev.cel.expr.conformance.test
Methods in dev.cel.expr.conformance.test that return UnknownSetMatcher.BuilderModifier and TypeMethodDescriptionUnknownSetMatcher.Builder.addAllUnknowns(Iterable<? extends UnknownSet> values) Success if we match any of these sets.UnknownSetMatcher.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UnknownSetMatcher.Builder.addUnknowns(int index, UnknownSet value) Success if we match any of these sets.UnknownSetMatcher.Builder.addUnknowns(int index, UnknownSet.Builder builderForValue) Success if we match any of these sets.UnknownSetMatcher.Builder.addUnknowns(UnknownSet value) Success if we match any of these sets.UnknownSetMatcher.Builder.addUnknowns(UnknownSet.Builder builderForValue) Success if we match any of these sets.UnknownSetMatcher.Builder.clear()UnknownSetMatcher.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) UnknownSetMatcher.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) UnknownSetMatcher.Builder.clearUnknowns()Success if we match any of these sets.UnknownSetMatcher.Builder.clone()SimpleTest.Builder.getAnyUnknownsBuilder()Matches one of several unknown results.UnknownSetMatcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UnknownSetMatcher.Builder.mergeFrom(com.google.protobuf.Message other) UnknownSetMatcher.Builder.mergeFrom(UnknownSetMatcher other) UnknownSetMatcher.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static UnknownSetMatcher.BuilderUnknownSetMatcher.newBuilder()static UnknownSetMatcher.BuilderUnknownSetMatcher.newBuilder(UnknownSetMatcher prototype) UnknownSetMatcher.newBuilderForType()protected UnknownSetMatcher.BuilderUnknownSetMatcher.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) UnknownSetMatcher.Builder.removeUnknowns(int index) Success if we match any of these sets.UnknownSetMatcher.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UnknownSetMatcher.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) UnknownSetMatcher.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) UnknownSetMatcher.Builder.setUnknowns(int index, UnknownSet value) Success if we match any of these sets.UnknownSetMatcher.Builder.setUnknowns(int index, UnknownSet.Builder builderForValue) Success if we match any of these sets.UnknownSetMatcher.toBuilder()Methods in dev.cel.expr.conformance.test with parameters of type UnknownSetMatcher.BuilderModifier and TypeMethodDescriptionSimpleTest.Builder.setAnyUnknowns(UnknownSetMatcher.Builder builderForValue) Matches one of several unknown results.