Package dev.cel.expr.conformance.test
Interface ErrorSetMatcherOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ErrorSetMatcher,ErrorSetMatcher.Builder
public interface ErrorSetMatcherOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetErrors(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.getErrorsOrBuilder(int index) Success if we match any of these sets.List<? extends ErrorSetOrBuilder>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
-
getErrorsList
Success if we match any of these sets.
repeated .cel.expr.ErrorSet errors = 1; -
getErrors
Success if we match any of these sets.
repeated .cel.expr.ErrorSet errors = 1; -
getErrorsCount
int getErrorsCount()Success if we match any of these sets.
repeated .cel.expr.ErrorSet errors = 1; -
getErrorsOrBuilderList
List<? extends ErrorSetOrBuilder> getErrorsOrBuilderList()Success if we match any of these sets.
repeated .cel.expr.ErrorSet errors = 1; -
getErrorsOrBuilder
Success if we match any of these sets.
repeated .cel.expr.ErrorSet errors = 1;
-