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 ListStringMatcherOrBuilderStatsMatcher.Builder. getExclusionListOrBuilder()Exclusive match.ListStringMatcherOrBuilderStatsMatcher. getExclusionListOrBuilder()Exclusive match.ListStringMatcherOrBuilderStatsMatcherOrBuilder. getExclusionListOrBuilder()Exclusive match.ListStringMatcherOrBuilderStatsMatcher.Builder. getInclusionListOrBuilder()Inclusive match.ListStringMatcherOrBuilderStatsMatcher. getInclusionListOrBuilder()Inclusive match.ListStringMatcherOrBuilderStatsMatcherOrBuilder. 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 classListStringMatcherSpecifies a list of ways to match a string.static classListStringMatcher.BuilderSpecifies a list of ways to match a string.
-