public static interface MatchPredicate.MatchSetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
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.
|
List<? extends MatchPredicateOrBuilder> |
getRulesOrBuilderList()
The list of rules that make up the set.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<MatchPredicate> getRulesList()
The list of rules that make up the set.
repeated .envoy.config.tap.v4alpha.MatchPredicate rules = 1 [(.validate.rules) = { ... }MatchPredicate getRules(int index)
The list of rules that make up the set.
repeated .envoy.config.tap.v4alpha.MatchPredicate rules = 1 [(.validate.rules) = { ... }int getRulesCount()
The list of rules that make up the set.
repeated .envoy.config.tap.v4alpha.MatchPredicate rules = 1 [(.validate.rules) = { ... }List<? extends MatchPredicateOrBuilder> getRulesOrBuilderList()
The list of rules that make up the set.
repeated .envoy.config.tap.v4alpha.MatchPredicate rules = 1 [(.validate.rules) = { ... }MatchPredicateOrBuilder getRulesOrBuilder(int index)
The list of rules that make up the set.
repeated .envoy.config.tap.v4alpha.MatchPredicate rules = 1 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.