Uses of Interface
io.envoyproxy.envoy.type.matcher.v3.ListStringMatcherOrBuilder
-
Packages that use ListStringMatcherOrBuilder Package Description io.envoyproxy.envoy.config.metrics.v3 io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of ListStringMatcherOrBuilder in io.envoyproxy.envoy.config.metrics.v3
Fields in io.envoyproxy.envoy.config.metrics.v3 with type parameters of type ListStringMatcherOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<ListStringMatcher,ListStringMatcher.Builder,ListStringMatcherOrBuilder>
StatsMatcher.Builder. exclusionListBuilder_
private com.google.protobuf.SingleFieldBuilder<ListStringMatcher,ListStringMatcher.Builder,ListStringMatcherOrBuilder>
StatsMatcher.Builder. inclusionListBuilder_
Methods in io.envoyproxy.envoy.config.metrics.v3 that return ListStringMatcherOrBuilder Modifier and Type Method Description ListStringMatcherOrBuilder
StatsMatcher.Builder. getExclusionListOrBuilder()
Exclusive match.ListStringMatcherOrBuilder
StatsMatcher. getExclusionListOrBuilder()
Exclusive match.ListStringMatcherOrBuilder
StatsMatcherOrBuilder. getExclusionListOrBuilder()
Exclusive match.ListStringMatcherOrBuilder
StatsMatcher.Builder. getInclusionListOrBuilder()
Inclusive match.ListStringMatcherOrBuilder
StatsMatcher. getInclusionListOrBuilder()
Inclusive match.ListStringMatcherOrBuilder
StatsMatcherOrBuilder. getInclusionListOrBuilder()
Inclusive match.Methods in io.envoyproxy.envoy.config.metrics.v3 that return types with arguments of type ListStringMatcherOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<ListStringMatcher,ListStringMatcher.Builder,ListStringMatcherOrBuilder>
StatsMatcher.Builder. getExclusionListFieldBuilder()
Exclusive match.private com.google.protobuf.SingleFieldBuilder<ListStringMatcher,ListStringMatcher.Builder,ListStringMatcherOrBuilder>
StatsMatcher.Builder. getInclusionListFieldBuilder()
Inclusive match. -
Uses of ListStringMatcherOrBuilder in io.envoyproxy.envoy.type.matcher.v3
Classes in io.envoyproxy.envoy.type.matcher.v3 that implement ListStringMatcherOrBuilder Modifier and Type Class Description class
ListStringMatcher
Specifies a list of ways to match a string.static class
ListStringMatcher.Builder
Specifies a list of ways to match a string.
-