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 TypeMethodDescriptiongetRules(int index) The list of rules that make up the set.intThe 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.List<? extends MatchPredicateOrBuilder>The list of rules that make up the set.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.config.tap.v3.MatchPredicate rules = 1 [(.validate.rules) = { ... } -
getRules
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
List<? extends MatchPredicateOrBuilder> getRulesOrBuilderList()The list of rules that make up the set.
repeated .envoy.config.tap.v3.MatchPredicate rules = 1 [(.validate.rules) = { ... } -
getRulesOrBuilder
The list of rules that make up the set.
repeated .envoy.config.tap.v3.MatchPredicate rules = 1 [(.validate.rules) = { ... }
-