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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MatchPredicategetRules(int index)The list of rules that make up the set.intgetRulesCount()The list of rules that make up the set.List<MatchPredicate>getRulesList()The list of rules that make up the set.MatchPredicateOrBuildergetRulesOrBuilder(int index)The list of rules that make up the set.List<? extends MatchPredicateOrBuilder>getRulesOrBuilderList()The list of rules that make up the set.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRulesList
List<MatchPredicate> getRulesList()
The list of rules that make up the set.
repeated .envoy.config.common.matcher.v3.MatchPredicate rules = 1 [(.validate.rules) = { ... }
-
getRules
MatchPredicate getRules(int index)
The list of rules that make up the set.
repeated .envoy.config.common.matcher.v3.MatchPredicate rules = 1 [(.validate.rules) = { ... }
-
getRulesCount
int getRulesCount()
The list of rules that make up the set.
repeated .envoy.config.common.matcher.v3.MatchPredicate rules = 1 [(.validate.rules) = { ... }
-
getRulesOrBuilderList
List<? extends MatchPredicateOrBuilder> getRulesOrBuilderList()
The list of rules that make up the set.
repeated .envoy.config.common.matcher.v3.MatchPredicate rules = 1 [(.validate.rules) = { ... }
-
getRulesOrBuilder
MatchPredicateOrBuilder getRulesOrBuilder(int index)
The list of rules that make up the set.
repeated .envoy.config.common.matcher.v3.MatchPredicate rules = 1 [(.validate.rules) = { ... }
-
-