Package dev.cel.expr.conformance.test
Interface UnknownSetMatcherOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UnknownSetMatcher,UnknownSetMatcher.Builder
public interface UnknownSetMatcherOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetUnknowns(int index) Success if we match any of these sets.intSuccess if we match any of these sets.Success if we match any of these sets.getUnknownsOrBuilder(int index) Success if we match any of these sets.List<? extends UnknownSetOrBuilder>Success if we match any of these sets.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getUnknownsList
List<UnknownSet> getUnknownsList()Success if we match any of these sets.
repeated .cel.expr.UnknownSet unknowns = 1; -
getUnknowns
Success if we match any of these sets.
repeated .cel.expr.UnknownSet unknowns = 1; -
getUnknownsCount
int getUnknownsCount()Success if we match any of these sets.
repeated .cel.expr.UnknownSet unknowns = 1; -
getUnknownsOrBuilderList
List<? extends UnknownSetOrBuilder> getUnknownsOrBuilderList()Success if we match any of these sets.
repeated .cel.expr.UnknownSet unknowns = 1; -
getUnknownsOrBuilder
Success if we match any of these sets.
repeated .cel.expr.UnknownSet unknowns = 1;
-