public interface ListenerFilterChainMatchPredicateOrBuilder
extends com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasOrMatch()
A set that describes a logical OR. If any member of the set matches, the match configuration matches.
.envoy.api.v2.listener.ListenerFilterChainMatchPredicate.MatchSet or_match = 1;ListenerFilterChainMatchPredicate.MatchSet getOrMatch()
A set that describes a logical OR. If any member of the set matches, the match configuration matches.
.envoy.api.v2.listener.ListenerFilterChainMatchPredicate.MatchSet or_match = 1;ListenerFilterChainMatchPredicate.MatchSetOrBuilder getOrMatchOrBuilder()
A set that describes a logical OR. If any member of the set matches, the match configuration matches.
.envoy.api.v2.listener.ListenerFilterChainMatchPredicate.MatchSet or_match = 1;boolean hasAndMatch()
A set that describes a logical AND. If all members of the set match, the match configuration matches.
.envoy.api.v2.listener.ListenerFilterChainMatchPredicate.MatchSet and_match = 2;ListenerFilterChainMatchPredicate.MatchSet getAndMatch()
A set that describes a logical AND. If all members of the set match, the match configuration matches.
.envoy.api.v2.listener.ListenerFilterChainMatchPredicate.MatchSet and_match = 2;ListenerFilterChainMatchPredicate.MatchSetOrBuilder getAndMatchOrBuilder()
A set that describes a logical AND. If all members of the set match, the match configuration matches.
.envoy.api.v2.listener.ListenerFilterChainMatchPredicate.MatchSet and_match = 2;boolean hasNotMatch()
A negation match. The match configuration will match if the negated match condition matches.
.envoy.api.v2.listener.ListenerFilterChainMatchPredicate not_match = 3;ListenerFilterChainMatchPredicate getNotMatch()
A negation match. The match configuration will match if the negated match condition matches.
.envoy.api.v2.listener.ListenerFilterChainMatchPredicate not_match = 3;ListenerFilterChainMatchPredicateOrBuilder getNotMatchOrBuilder()
A negation match. The match configuration will match if the negated match condition matches.
.envoy.api.v2.listener.ListenerFilterChainMatchPredicate not_match = 3;boolean getAnyMatch()
The match configuration will always match.
bool any_match = 4 [(.validate.rules) = { ... }boolean hasDestinationPortRange()
Match destination port. Particularly, the match evaluation must use the recovered local port if the owning listener filter is after :ref:`an original_dst listener filter <config_listener_filters_original_dst>`.
.envoy.type.Int32Range destination_port_range = 5;Int32Range getDestinationPortRange()
Match destination port. Particularly, the match evaluation must use the recovered local port if the owning listener filter is after :ref:`an original_dst listener filter <config_listener_filters_original_dst>`.
.envoy.type.Int32Range destination_port_range = 5;Int32RangeOrBuilder getDestinationPortRangeOrBuilder()
Match destination port. Particularly, the match evaluation must use the recovered local port if the owning listener filter is after :ref:`an original_dst listener filter <config_listener_filters_original_dst>`.
.envoy.type.Int32Range destination_port_range = 5;ListenerFilterChainMatchPredicate.RuleCase getRuleCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.