Interface MatchPredicate.MatchSetOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      MatchPredicate getRules​(int index)
      The list of rules that make up the set.
      int getRulesCount()
      The list of rules that make up the set.
      java.util.List<MatchPredicate> getRulesList()
      The list of rules that make up the set.
      MatchPredicateOrBuilder getRulesOrBuilder​(int index)
      The list of rules that make up the set.
      java.util.List<? extends MatchPredicateOrBuilder> getRulesOrBuilderList()
      The list of rules that make up the set.
      • 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 Detail

      • getRulesList

        java.util.List<MatchPredicate> getRulesList()
         The list of rules that make up the set.
         
        repeated .envoy.config.tap.v3.MatchPredicate rules = 1 [(.validate.rules) = { ... }
      • getRules

        MatchPredicate getRules​(int index)
         The list of rules that make up the set.
         
        repeated .envoy.config.tap.v3.MatchPredicate rules = 1 [(.validate.rules) = { ... }
      • getRulesCount

        int getRulesCount()
         The list of rules that make up the set.
         
        repeated .envoy.config.tap.v3.MatchPredicate rules = 1 [(.validate.rules) = { ... }
      • getRulesOrBuilderList

        java.util.List<? extends MatchPredicateOrBuilder> getRulesOrBuilderList()
         The list of rules that make up the set.
         
        repeated .envoy.config.tap.v3.MatchPredicate rules = 1 [(.validate.rules) = { ... }
      • getRulesOrBuilder

        MatchPredicateOrBuilder getRulesOrBuilder​(int index)
         The list of rules that make up the set.
         
        repeated .envoy.config.tap.v3.MatchPredicate rules = 1 [(.validate.rules) = { ... }