Package dev.cel.expr
Interface ErrorSetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ErrorSet,ErrorSet.Builder
public interface ErrorSetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetErrors(int index) Errors that could come up during evaluation phase.intErrors that could come up during evaluation phase.Errors that could come up during evaluation phase.getErrorsOrBuilder(int index) Errors that could come up during evaluation phase.List<? extends StatusOrBuilder>Errors that could come up during evaluation phase.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
Errors that could come up during evaluation phase.
repeated .cel.expr.Status errors = 1; -
getErrors
Errors that could come up during evaluation phase.
repeated .cel.expr.Status errors = 1; -
getErrorsCount
int getErrorsCount()Errors that could come up during evaluation phase.
repeated .cel.expr.Status errors = 1; -
getErrorsOrBuilderList
List<? extends StatusOrBuilder> getErrorsOrBuilderList()Errors that could come up during evaluation phase.
repeated .cel.expr.Status errors = 1; -
getErrorsOrBuilder
Errors that could come up during evaluation phase.
repeated .cel.expr.Status errors = 1;
-