Uses of Interface
io.envoyproxy.envoy.config.accesslog.v3.AndFilterOrBuilder
-
Packages that use AndFilterOrBuilder Package Description io.envoyproxy.envoy.config.accesslog.v3 -
-
Uses of AndFilterOrBuilder in io.envoyproxy.envoy.config.accesslog.v3
Classes in io.envoyproxy.envoy.config.accesslog.v3 that implement AndFilterOrBuilder Modifier and Type Class Description class
AndFilter
Performs a logical “and” operation on the result of each filter in filters.static class
AndFilter.Builder
Performs a logical “and” operation on the result of each filter in filters.Fields in io.envoyproxy.envoy.config.accesslog.v3 with type parameters of type AndFilterOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<AndFilter,AndFilter.Builder,AndFilterOrBuilder>
AccessLogFilter.Builder. andFilterBuilder_
Methods in io.envoyproxy.envoy.config.accesslog.v3 that return AndFilterOrBuilder Modifier and Type Method Description AndFilterOrBuilder
AccessLogFilter.Builder. getAndFilterOrBuilder()
And filter.AndFilterOrBuilder
AccessLogFilter. getAndFilterOrBuilder()
And filter.AndFilterOrBuilder
AccessLogFilterOrBuilder. getAndFilterOrBuilder()
And filter.Methods in io.envoyproxy.envoy.config.accesslog.v3 that return types with arguments of type AndFilterOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<AndFilter,AndFilter.Builder,AndFilterOrBuilder>
AccessLogFilter.Builder. getAndFilterFieldBuilder()
And filter.
-