public static interface Matcher.MatcherList.PredicateOrBuilder
extends com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSinglePredicate()
A single predicate to evaluate.
.envoy.config.common.matcher.v4alpha.Matcher.MatcherList.Predicate.SinglePredicate single_predicate = 1;Matcher.MatcherList.Predicate.SinglePredicate getSinglePredicate()
A single predicate to evaluate.
.envoy.config.common.matcher.v4alpha.Matcher.MatcherList.Predicate.SinglePredicate single_predicate = 1;Matcher.MatcherList.Predicate.SinglePredicateOrBuilder getSinglePredicateOrBuilder()
A single predicate to evaluate.
.envoy.config.common.matcher.v4alpha.Matcher.MatcherList.Predicate.SinglePredicate single_predicate = 1;boolean hasOrMatcher()
A list of predicates to be OR-ed together.
.envoy.config.common.matcher.v4alpha.Matcher.MatcherList.Predicate.PredicateList or_matcher = 2;Matcher.MatcherList.Predicate.PredicateList getOrMatcher()
A list of predicates to be OR-ed together.
.envoy.config.common.matcher.v4alpha.Matcher.MatcherList.Predicate.PredicateList or_matcher = 2;Matcher.MatcherList.Predicate.PredicateListOrBuilder getOrMatcherOrBuilder()
A list of predicates to be OR-ed together.
.envoy.config.common.matcher.v4alpha.Matcher.MatcherList.Predicate.PredicateList or_matcher = 2;boolean hasAndMatcher()
A list of predicates to be AND-ed together.
.envoy.config.common.matcher.v4alpha.Matcher.MatcherList.Predicate.PredicateList and_matcher = 3;Matcher.MatcherList.Predicate.PredicateList getAndMatcher()
A list of predicates to be AND-ed together.
.envoy.config.common.matcher.v4alpha.Matcher.MatcherList.Predicate.PredicateList and_matcher = 3;Matcher.MatcherList.Predicate.PredicateListOrBuilder getAndMatcherOrBuilder()
A list of predicates to be AND-ed together.
.envoy.config.common.matcher.v4alpha.Matcher.MatcherList.Predicate.PredicateList and_matcher = 3;Matcher.MatcherList.Predicate.MatchTypeCase getMatchTypeCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.