public interface StatsMatcherOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ListStringMatcher |
getExclusionList()
Exclusive match.
|
ListStringMatcherOrBuilder |
getExclusionListOrBuilder()
Exclusive match.
|
ListStringMatcher |
getInclusionList()
Inclusive match.
|
ListStringMatcherOrBuilder |
getInclusionListOrBuilder()
Inclusive match.
|
boolean |
getRejectAll()
If `reject_all` is true, then all stats are disabled.
|
StatsMatcher.StatsMatcherCase |
getStatsMatcherCase() |
boolean |
hasExclusionList()
Exclusive match.
|
boolean |
hasInclusionList()
Inclusive match.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getRejectAll()
If `reject_all` is true, then all stats are disabled. If `reject_all` is false, then all stats are enabled.
bool reject_all = 1;boolean hasExclusionList()
Exclusive match. All stats are enabled except for those matching one of the supplied StringMatcher protos.
.envoy.type.matcher.v4alpha.ListStringMatcher exclusion_list = 2;ListStringMatcher getExclusionList()
Exclusive match. All stats are enabled except for those matching one of the supplied StringMatcher protos.
.envoy.type.matcher.v4alpha.ListStringMatcher exclusion_list = 2;ListStringMatcherOrBuilder getExclusionListOrBuilder()
Exclusive match. All stats are enabled except for those matching one of the supplied StringMatcher protos.
.envoy.type.matcher.v4alpha.ListStringMatcher exclusion_list = 2;boolean hasInclusionList()
Inclusive match. No stats are enabled except for those matching one of the supplied StringMatcher protos.
.envoy.type.matcher.v4alpha.ListStringMatcher inclusion_list = 3;ListStringMatcher getInclusionList()
Inclusive match. No stats are enabled except for those matching one of the supplied StringMatcher protos.
.envoy.type.matcher.v4alpha.ListStringMatcher inclusion_list = 3;ListStringMatcherOrBuilder getInclusionListOrBuilder()
Inclusive match. No stats are enabled except for those matching one of the supplied StringMatcher protos.
.envoy.type.matcher.v4alpha.ListStringMatcher inclusion_list = 3;StatsMatcher.StatsMatcherCase getStatsMatcherCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.