Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Filter
-
Packages that use Filter Package Description io.envoyproxy.envoy.config.cluster.v3 -
-
Uses of Filter in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 declared as Filter Modifier and Type Field Description private static Filter
Filter. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Filter Modifier and Type Field Description private java.util.List<Filter>
Cluster.Builder. filters_
private java.util.List<Filter>
Cluster. filters_
private com.google.protobuf.RepeatedFieldBuilder<Filter,Filter.Builder,FilterOrBuilder>
Cluster.Builder. filtersBuilder_
private static com.google.protobuf.Parser<Filter>
Filter. PARSER
Methods in io.envoyproxy.envoy.config.cluster.v3 that return Filter Modifier and Type Method Description Filter
Filter.Builder. build()
Filter
Filter.Builder. buildPartial()
static Filter
Filter. getDefaultInstance()
Filter
Filter.Builder. getDefaultInstanceForType()
Filter
Filter. getDefaultInstanceForType()
Filter
Cluster.Builder. getFilters(int index)
An (optional) network filter chain, listed in the order the filters should be applied.Filter
Cluster. getFilters(int index)
An (optional) network filter chain, listed in the order the filters should be applied.Filter
ClusterOrBuilder. getFilters(int index)
An (optional) network filter chain, listed in the order the filters should be applied.static Filter
Filter. parseDelimitedFrom(java.io.InputStream input)
static Filter
Filter. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Filter
Filter. parseFrom(byte[] data)
static Filter
Filter. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Filter
Filter. parseFrom(com.google.protobuf.ByteString data)
static Filter
Filter. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Filter
Filter. parseFrom(com.google.protobuf.CodedInputStream input)
static Filter
Filter. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Filter
Filter. parseFrom(java.io.InputStream input)
static Filter
Filter. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Filter
Filter. parseFrom(java.nio.ByteBuffer data)
static Filter
Filter. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Filter Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<Filter,Filter.Builder,FilterOrBuilder>
Cluster.Builder. getFiltersFieldBuilder()
java.util.List<Filter>
Cluster.Builder. getFiltersList()
An (optional) network filter chain, listed in the order the filters should be applied.java.util.List<Filter>
Cluster. getFiltersList()
An (optional) network filter chain, listed in the order the filters should be applied.java.util.List<Filter>
ClusterOrBuilder. getFiltersList()
An (optional) network filter chain, listed in the order the filters should be applied.com.google.protobuf.Parser<Filter>
Filter. getParserForType()
static com.google.protobuf.Parser<Filter>
Filter. parser()
Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Filter Modifier and Type Method Description Cluster.Builder
Cluster.Builder. addFilters(int index, Filter value)
An (optional) network filter chain, listed in the order the filters should be applied.Cluster.Builder
Cluster.Builder. addFilters(Filter value)
An (optional) network filter chain, listed in the order the filters should be applied.private void
Filter.Builder. buildPartial0(Filter result)
Filter.Builder
Filter.Builder. mergeFrom(Filter other)
static Filter.Builder
Filter. newBuilder(Filter prototype)
Cluster.Builder
Cluster.Builder. setFilters(int index, Filter value)
An (optional) network filter chain, listed in the order the filters should be applied.Method parameters in io.envoyproxy.envoy.config.cluster.v3 with type arguments of type Filter Modifier and Type Method Description Cluster.Builder
Cluster.Builder. addAllFilters(java.lang.Iterable<? extends Filter> values)
An (optional) network filter chain, listed in the order the filters should be applied.
-