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 Type
    Method
    Description
    getErrors(int index)
    Success if we match any of these sets.
    int
    Success 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.
    Success if we match any of these sets.

    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<ErrorSet> getErrorsList()
       Success if we match any of these sets.
       
      repeated .cel.expr.ErrorSet errors = 1;
    • getErrors

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

      ErrorSetOrBuilder getErrorsOrBuilder(int index)
       Success if we match any of these sets.
       
      repeated .cel.expr.ErrorSet errors = 1;