Uses of Class
io.envoyproxy.envoy.extensions.filters.http.set_filter_state.v3.Config.Builder
Packages that use Config.Builder
-
Uses of Config.Builder in io.envoyproxy.envoy.extensions.filters.http.set_filter_state.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.set_filter_state.v3 that return Config.BuilderModifier and TypeMethodDescriptionConfig.Builder.addAllOnRequestHeaders(Iterable<? extends FilterStateValue> values) A sequence of the filter state values to apply in the specified order when a new request is received.Config.Builder.addOnRequestHeaders(int index, FilterStateValue value) A sequence of the filter state values to apply in the specified order when a new request is received.Config.Builder.addOnRequestHeaders(int index, FilterStateValue.Builder builderForValue) A sequence of the filter state values to apply in the specified order when a new request is received.Config.Builder.addOnRequestHeaders(FilterStateValue value) A sequence of the filter state values to apply in the specified order when a new request is received.Config.Builder.addOnRequestHeaders(FilterStateValue.Builder builderForValue) A sequence of the filter state values to apply in the specified order when a new request is received.Config.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Config.Builder.clear()Config.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Config.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Config.Builder.clearOnRequestHeaders()A sequence of the filter state values to apply in the specified order when a new request is received.Config.Builder.clone()Config.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Config.Builder.mergeFrom(com.google.protobuf.Message other) final Config.BuilderConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Config.BuilderConfig.newBuilder()static Config.BuilderConfig.newBuilder(Config prototype) Config.newBuilderForType()protected Config.BuilderConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Config.Builder.removeOnRequestHeaders(int index) A sequence of the filter state values to apply in the specified order when a new request is received.Config.Builder.setOnRequestHeaders(int index, FilterStateValue value) A sequence of the filter state values to apply in the specified order when a new request is received.Config.Builder.setOnRequestHeaders(int index, FilterStateValue.Builder builderForValue) A sequence of the filter state values to apply in the specified order when a new request is received.Config.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Config.BuilderConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Config.toBuilder()