Uses of Class
io.envoyproxy.envoy.api.v2.listener.Filter.Builder
Packages that use Filter.Builder
-
Uses of Filter.Builder in io.envoyproxy.envoy.api.v2.listener
Methods in io.envoyproxy.envoy.api.v2.listener that return Filter.BuilderModifier and TypeMethodDescriptionFilterChain.Builder.addFiltersBuilder()A list of individual network filters that make up the filter chain for connections established with the listener.FilterChain.Builder.addFiltersBuilder(int index) A list of individual network filters that make up the filter chain for connections established with the listener.Filter.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Filter.Builder.clear()Filter.Builder.clearConfig()Deprecated.Filter.Builder.clearConfigType()Filter.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Filter.Builder.clearName()The name of the filter to instantiate.Filter.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Filter.Builder.clearTypedConfig().google.protobuf.Any typed_config = 4;Filter.Builder.clone()FilterChain.Builder.getFiltersBuilder(int index) A list of individual network filters that make up the filter chain for connections established with the listener.Filter.Builder.mergeConfig(com.google.protobuf.Struct value) Deprecated.Filter.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Filter.Builder.mergeFrom(com.google.protobuf.Message other) Filter.Builder.mergeTypedConfig(com.google.protobuf.Any value) .google.protobuf.Any typed_config = 4;final Filter.BuilderFilter.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Filter.BuilderFilter.newBuilder()static Filter.BuilderFilter.newBuilder(Filter prototype) Filter.newBuilderForType()protected Filter.BuilderFilter.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Filter.Builder.setConfig(com.google.protobuf.Struct value) Deprecated.Filter.Builder.setConfig(com.google.protobuf.Struct.Builder builderForValue) Deprecated.The name of the filter to instantiate.Filter.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the filter to instantiate.Filter.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Filter.Builder.setTypedConfig(com.google.protobuf.Any value) .google.protobuf.Any typed_config = 4;Filter.Builder.setTypedConfig(com.google.protobuf.Any.Builder builderForValue) .google.protobuf.Any typed_config = 4;final Filter.BuilderFilter.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Filter.toBuilder()Methods in io.envoyproxy.envoy.api.v2.listener that return types with arguments of type Filter.BuilderModifier and TypeMethodDescriptionFilterChain.Builder.getFiltersBuilderList()A list of individual network filters that make up the filter chain for connections established with the listener.Methods in io.envoyproxy.envoy.api.v2.listener with parameters of type Filter.BuilderModifier and TypeMethodDescriptionFilterChain.Builder.addFilters(int index, Filter.Builder builderForValue) A list of individual network filters that make up the filter chain for connections established with the listener.FilterChain.Builder.addFilters(Filter.Builder builderForValue) A list of individual network filters that make up the filter chain for connections established with the listener.FilterChain.Builder.setFilters(int index, Filter.Builder builderForValue) A list of individual network filters that make up the filter chain for connections established with the listener.