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 Type
    Method
    Description
    getUnknowns(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.
    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

    • getUnknownsList

      List<UnknownSet> getUnknownsList()
       Success if we match any of these sets.
       
      repeated .cel.expr.UnknownSet unknowns = 1;
    • getUnknowns

      UnknownSet getUnknowns(int index)
       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

      UnknownSetOrBuilder getUnknownsOrBuilder(int index)
       Success if we match any of these sets.
       
      repeated .cel.expr.UnknownSet unknowns = 1;