Uses of Class
io.envoyproxy.envoy.extensions.filters.http.compressor.v3.Compressor.CommonDirectionConfig.Builder
Packages that use Compressor.CommonDirectionConfig.Builder
-
Uses of Compressor.CommonDirectionConfig.Builder in io.envoyproxy.envoy.extensions.filters.http.compressor.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.compressor.v3 that return Compressor.CommonDirectionConfig.BuilderModifier and TypeMethodDescriptionCompressor.CommonDirectionConfig.Builder.addAllContentType(Iterable<String> values) Set of strings that allows specifying which mime-types yield compression; e.g., ``application/json``, ``text/html``, etc.Compressor.CommonDirectionConfig.Builder.addContentType(String value) Set of strings that allows specifying which mime-types yield compression; e.g., ``application/json``, ``text/html``, etc.Compressor.CommonDirectionConfig.Builder.addContentTypeBytes(com.google.protobuf.ByteString value) Set of strings that allows specifying which mime-types yield compression; e.g., ``application/json``, ``text/html``, etc.Compressor.CommonDirectionConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Compressor.CommonDirectionConfig.Builder.clear()Compressor.CommonDirectionConfig.Builder.clearContentType()Set of strings that allows specifying which mime-types yield compression; e.g., ``application/json``, ``text/html``, etc.Compressor.CommonDirectionConfig.Builder.clearEnabled()Runtime flag that controls whether compression is enabled for the direction this common config is applied to.Compressor.CommonDirectionConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Compressor.CommonDirectionConfig.Builder.clearMinContentLength()Minimum value of the ``Content-Length`` header in request or response messages (depending on the direction this common config is applied to), in bytes, that will trigger compression.Compressor.CommonDirectionConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Compressor.CommonDirectionConfig.Builder.clone()Compressor.RequestDirectionConfig.Builder.getCommonConfigBuilder().envoy.extensions.filters.http.compressor.v3.Compressor.CommonDirectionConfig common_config = 1;Compressor.ResponseDirectionConfig.Builder.getCommonConfigBuilder().envoy.extensions.filters.http.compressor.v3.Compressor.CommonDirectionConfig common_config = 1;Compressor.CommonDirectionConfig.Builder.mergeEnabled(RuntimeFeatureFlag value) Runtime flag that controls whether compression is enabled for the direction this common config is applied to.Compressor.CommonDirectionConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Compressor.CommonDirectionConfig.Builder.mergeFrom(com.google.protobuf.Message other) Compressor.CommonDirectionConfig.Builder.mergeFrom(Compressor.CommonDirectionConfig other) Compressor.CommonDirectionConfig.Builder.mergeMinContentLength(com.google.protobuf.UInt32Value value) Minimum value of the ``Content-Length`` header in request or response messages (depending on the direction this common config is applied to), in bytes, that will trigger compression.Compressor.CommonDirectionConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Compressor.CommonDirectionConfig.newBuilder()Compressor.CommonDirectionConfig.newBuilder(Compressor.CommonDirectionConfig prototype) Compressor.CommonDirectionConfig.newBuilderForType()protected Compressor.CommonDirectionConfig.BuilderCompressor.CommonDirectionConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Compressor.CommonDirectionConfig.Builder.setContentType(int index, String value) Set of strings that allows specifying which mime-types yield compression; e.g., ``application/json``, ``text/html``, etc.Compressor.CommonDirectionConfig.Builder.setEnabled(RuntimeFeatureFlag value) Runtime flag that controls whether compression is enabled for the direction this common config is applied to.Compressor.CommonDirectionConfig.Builder.setEnabled(RuntimeFeatureFlag.Builder builderForValue) Runtime flag that controls whether compression is enabled for the direction this common config is applied to.Compressor.CommonDirectionConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Compressor.CommonDirectionConfig.Builder.setMinContentLength(com.google.protobuf.UInt32Value value) Minimum value of the ``Content-Length`` header in request or response messages (depending on the direction this common config is applied to), in bytes, that will trigger compression.Compressor.CommonDirectionConfig.Builder.setMinContentLength(com.google.protobuf.UInt32Value.Builder builderForValue) Minimum value of the ``Content-Length`` header in request or response messages (depending on the direction this common config is applied to), in bytes, that will trigger compression.Compressor.CommonDirectionConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Compressor.CommonDirectionConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Compressor.CommonDirectionConfig.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.http.compressor.v3 with parameters of type Compressor.CommonDirectionConfig.BuilderModifier and TypeMethodDescriptionCompressor.RequestDirectionConfig.Builder.setCommonConfig(Compressor.CommonDirectionConfig.Builder builderForValue) .envoy.extensions.filters.http.compressor.v3.Compressor.CommonDirectionConfig common_config = 1;Compressor.ResponseDirectionConfig.Builder.setCommonConfig(Compressor.CommonDirectionConfig.Builder builderForValue) .envoy.extensions.filters.http.compressor.v3.Compressor.CommonDirectionConfig common_config = 1;