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 Type
    Method
    Description
    getErrors(int index)
    Errors that could come up during evaluation phase.
    int
    Errors 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.
    Errors that could come up during evaluation phase.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getErrorsList

      List<Status> getErrorsList()
       Errors that could come up during evaluation phase.
       
      repeated .cel.expr.Status errors = 1;
    • getErrors

      Status getErrors(int index)
       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

      StatusOrBuilder getErrorsOrBuilder(int index)
       Errors that could come up during evaluation phase.
       
      repeated .cel.expr.Status errors = 1;