Interface MatchPredicate.MatchSetOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MatchPredicate.MatchSet, MatchPredicate.MatchSet.Builder
Enclosing class:
MatchPredicate

public static interface MatchPredicate.MatchSetOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getRules(int index)
    The list of rules that make up the set.
    int
    The list of rules that make up the set.
    The list of rules that make up the set.
    getRulesOrBuilder(int index)
    The list of rules that make up the set.
    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 Details

    • getRulesList

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

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

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

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

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