Class Brotli.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Brotli.Builder>
io.envoyproxy.envoy.extensions.compression.brotli.compressor.v3.Brotli.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,BrotliOrBuilder,Cloneable
- Enclosing class:
- Brotli
public static final class Brotli.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<Brotli.Builder>
implements BrotliOrBuilder
[#next-free-field: 7]Protobuf type
envoy.extensions.compression.brotli.compressor.v3.Brotli-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()Value for compressor's next output buffer.If true, disables "literal context modeling" format feature.A value used to tune encoder for specific input.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Value from 16 to 24 that represents the base two logarithmic of the compressor's input block size.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Value from 0 to 11 that controls the main compression speed-density lever.Value from 10 to 24 that represents the base two logarithmic of the compressor's window size.clone()com.google.protobuf.UInt32ValueValue for compressor's next output buffer.com.google.protobuf.UInt32Value.BuilderValue for compressor's next output buffer.com.google.protobuf.UInt32ValueOrBuilderValue for compressor's next output buffer.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorbooleanIf true, disables "literal context modeling" format feature.A value used to tune encoder for specific input.intA value used to tune encoder for specific input.com.google.protobuf.UInt32ValueValue from 16 to 24 that represents the base two logarithmic of the compressor's input block size.com.google.protobuf.UInt32Value.BuilderValue from 16 to 24 that represents the base two logarithmic of the compressor's input block size.com.google.protobuf.UInt32ValueOrBuilderValue from 16 to 24 that represents the base two logarithmic of the compressor's input block size.com.google.protobuf.UInt32ValueValue from 0 to 11 that controls the main compression speed-density lever.com.google.protobuf.UInt32Value.BuilderValue from 0 to 11 that controls the main compression speed-density lever.com.google.protobuf.UInt32ValueOrBuilderValue from 0 to 11 that controls the main compression speed-density lever.com.google.protobuf.UInt32ValueValue from 10 to 24 that represents the base two logarithmic of the compressor's window size.com.google.protobuf.UInt32Value.BuilderValue from 10 to 24 that represents the base two logarithmic of the compressor's window size.com.google.protobuf.UInt32ValueOrBuilderValue from 10 to 24 that represents the base two logarithmic of the compressor's window size.booleanValue for compressor's next output buffer.booleanValue from 16 to 24 that represents the base two logarithmic of the compressor's input block size.booleanValue from 0 to 11 that controls the main compression speed-density lever.booleanValue from 10 to 24 that represents the base two logarithmic of the compressor's window size.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeChunkSize(com.google.protobuf.UInt32Value value) Value for compressor's next output buffer.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeInputBlockBits(com.google.protobuf.UInt32Value value) Value from 16 to 24 that represents the base two logarithmic of the compressor's input block size.mergeQuality(com.google.protobuf.UInt32Value value) Value from 0 to 11 that controls the main compression speed-density lever.final Brotli.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) mergeWindowBits(com.google.protobuf.UInt32Value value) Value from 10 to 24 that represents the base two logarithmic of the compressor's window size.setChunkSize(com.google.protobuf.UInt32Value value) Value for compressor's next output buffer.setChunkSize(com.google.protobuf.UInt32Value.Builder builderForValue) Value for compressor's next output buffer.setDisableLiteralContextModeling(boolean value) If true, disables "literal context modeling" format feature.setEncoderMode(Brotli.EncoderMode value) A value used to tune encoder for specific input.setEncoderModeValue(int value) A value used to tune encoder for specific input.setInputBlockBits(com.google.protobuf.UInt32Value value) Value from 16 to 24 that represents the base two logarithmic of the compressor's input block size.setInputBlockBits(com.google.protobuf.UInt32Value.Builder builderForValue) Value from 16 to 24 that represents the base two logarithmic of the compressor's input block size.setQuality(com.google.protobuf.UInt32Value value) Value from 0 to 11 that controls the main compression speed-density lever.setQuality(com.google.protobuf.UInt32Value.Builder builderForValue) Value from 0 to 11 that controls the main compression speed-density lever.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Brotli.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) setWindowBits(com.google.protobuf.UInt32Value value) Value from 10 to 24 that represents the base two logarithmic of the compressor's window size.setWindowBits(com.google.protobuf.UInt32Value.Builder builderForValue) Value from 10 to 24 that represents the base two logarithmic of the compressor's window size.Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Brotli.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Brotli.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Brotli.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Brotli.Builder>
-
setField
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Brotli.Builder>
-
clearField
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Brotli.Builder>
-
clearOneof
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Brotli.Builder>
-
setRepeatedField
public Brotli.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Brotli.Builder>
-
addRepeatedField
public Brotli.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Brotli.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Brotli.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Brotli.Builder>
-
mergeFrom
public Brotli.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Brotli.Builder>- Throws:
IOException
-
hasQuality
public boolean hasQuality()Value from 0 to 11 that controls the main compression speed-density lever. The higher quality, the slower compression. The default value is 3.
.google.protobuf.UInt32Value quality = 1 [(.validate.rules) = { ... }- Specified by:
hasQualityin interfaceBrotliOrBuilder- Returns:
- Whether the quality field is set.
-
getQuality
public com.google.protobuf.UInt32Value getQuality()Value from 0 to 11 that controls the main compression speed-density lever. The higher quality, the slower compression. The default value is 3.
.google.protobuf.UInt32Value quality = 1 [(.validate.rules) = { ... }- Specified by:
getQualityin interfaceBrotliOrBuilder- Returns:
- The quality.
-
setQuality
Value from 0 to 11 that controls the main compression speed-density lever. The higher quality, the slower compression. The default value is 3.
.google.protobuf.UInt32Value quality = 1 [(.validate.rules) = { ... } -
setQuality
Value from 0 to 11 that controls the main compression speed-density lever. The higher quality, the slower compression. The default value is 3.
.google.protobuf.UInt32Value quality = 1 [(.validate.rules) = { ... } -
mergeQuality
Value from 0 to 11 that controls the main compression speed-density lever. The higher quality, the slower compression. The default value is 3.
.google.protobuf.UInt32Value quality = 1 [(.validate.rules) = { ... } -
clearQuality
Value from 0 to 11 that controls the main compression speed-density lever. The higher quality, the slower compression. The default value is 3.
.google.protobuf.UInt32Value quality = 1 [(.validate.rules) = { ... } -
getQualityBuilder
public com.google.protobuf.UInt32Value.Builder getQualityBuilder()Value from 0 to 11 that controls the main compression speed-density lever. The higher quality, the slower compression. The default value is 3.
.google.protobuf.UInt32Value quality = 1 [(.validate.rules) = { ... } -
getQualityOrBuilder
public com.google.protobuf.UInt32ValueOrBuilder getQualityOrBuilder()Value from 0 to 11 that controls the main compression speed-density lever. The higher quality, the slower compression. The default value is 3.
.google.protobuf.UInt32Value quality = 1 [(.validate.rules) = { ... }- Specified by:
getQualityOrBuilderin interfaceBrotliOrBuilder
-
getEncoderModeValue
public int getEncoderModeValue()A value used to tune encoder for specific input. For more information about modes, please refer to brotli manual: https://brotli.org/encode.html#aa6f This field will be set to "DEFAULT" if not specified.
.envoy.extensions.compression.brotli.compressor.v3.Brotli.EncoderMode encoder_mode = 2 [(.validate.rules) = { ... }- Specified by:
getEncoderModeValuein interfaceBrotliOrBuilder- Returns:
- The enum numeric value on the wire for encoderMode.
-
setEncoderModeValue
A value used to tune encoder for specific input. For more information about modes, please refer to brotli manual: https://brotli.org/encode.html#aa6f This field will be set to "DEFAULT" if not specified.
.envoy.extensions.compression.brotli.compressor.v3.Brotli.EncoderMode encoder_mode = 2 [(.validate.rules) = { ... }- Parameters:
value- The enum numeric value on the wire for encoderMode to set.- Returns:
- This builder for chaining.
-
getEncoderMode
A value used to tune encoder for specific input. For more information about modes, please refer to brotli manual: https://brotli.org/encode.html#aa6f This field will be set to "DEFAULT" if not specified.
.envoy.extensions.compression.brotli.compressor.v3.Brotli.EncoderMode encoder_mode = 2 [(.validate.rules) = { ... }- Specified by:
getEncoderModein interfaceBrotliOrBuilder- Returns:
- The encoderMode.
-
setEncoderMode
A value used to tune encoder for specific input. For more information about modes, please refer to brotli manual: https://brotli.org/encode.html#aa6f This field will be set to "DEFAULT" if not specified.
.envoy.extensions.compression.brotli.compressor.v3.Brotli.EncoderMode encoder_mode = 2 [(.validate.rules) = { ... }- Parameters:
value- The encoderMode to set.- Returns:
- This builder for chaining.
-
clearEncoderMode
A value used to tune encoder for specific input. For more information about modes, please refer to brotli manual: https://brotli.org/encode.html#aa6f This field will be set to "DEFAULT" if not specified.
.envoy.extensions.compression.brotli.compressor.v3.Brotli.EncoderMode encoder_mode = 2 [(.validate.rules) = { ... }- Returns:
- This builder for chaining.
-
hasWindowBits
public boolean hasWindowBits()Value from 10 to 24 that represents the base two logarithmic of the compressor's window size. Larger window results in better compression at the expense of memory usage. The default is 18. For more details about this parameter, please refer to brotli manual: https://brotli.org/encode.html#a9a8
.google.protobuf.UInt32Value window_bits = 3 [(.validate.rules) = { ... }- Specified by:
hasWindowBitsin interfaceBrotliOrBuilder- Returns:
- Whether the windowBits field is set.
-
getWindowBits
public com.google.protobuf.UInt32Value getWindowBits()Value from 10 to 24 that represents the base two logarithmic of the compressor's window size. Larger window results in better compression at the expense of memory usage. The default is 18. For more details about this parameter, please refer to brotli manual: https://brotli.org/encode.html#a9a8
.google.protobuf.UInt32Value window_bits = 3 [(.validate.rules) = { ... }- Specified by:
getWindowBitsin interfaceBrotliOrBuilder- Returns:
- The windowBits.
-
setWindowBits
Value from 10 to 24 that represents the base two logarithmic of the compressor's window size. Larger window results in better compression at the expense of memory usage. The default is 18. For more details about this parameter, please refer to brotli manual: https://brotli.org/encode.html#a9a8
.google.protobuf.UInt32Value window_bits = 3 [(.validate.rules) = { ... } -
setWindowBits
Value from 10 to 24 that represents the base two logarithmic of the compressor's window size. Larger window results in better compression at the expense of memory usage. The default is 18. For more details about this parameter, please refer to brotli manual: https://brotli.org/encode.html#a9a8
.google.protobuf.UInt32Value window_bits = 3 [(.validate.rules) = { ... } -
mergeWindowBits
Value from 10 to 24 that represents the base two logarithmic of the compressor's window size. Larger window results in better compression at the expense of memory usage. The default is 18. For more details about this parameter, please refer to brotli manual: https://brotli.org/encode.html#a9a8
.google.protobuf.UInt32Value window_bits = 3 [(.validate.rules) = { ... } -
clearWindowBits
Value from 10 to 24 that represents the base two logarithmic of the compressor's window size. Larger window results in better compression at the expense of memory usage. The default is 18. For more details about this parameter, please refer to brotli manual: https://brotli.org/encode.html#a9a8
.google.protobuf.UInt32Value window_bits = 3 [(.validate.rules) = { ... } -
getWindowBitsBuilder
public com.google.protobuf.UInt32Value.Builder getWindowBitsBuilder()Value from 10 to 24 that represents the base two logarithmic of the compressor's window size. Larger window results in better compression at the expense of memory usage. The default is 18. For more details about this parameter, please refer to brotli manual: https://brotli.org/encode.html#a9a8
.google.protobuf.UInt32Value window_bits = 3 [(.validate.rules) = { ... } -
getWindowBitsOrBuilder
public com.google.protobuf.UInt32ValueOrBuilder getWindowBitsOrBuilder()Value from 10 to 24 that represents the base two logarithmic of the compressor's window size. Larger window results in better compression at the expense of memory usage. The default is 18. For more details about this parameter, please refer to brotli manual: https://brotli.org/encode.html#a9a8
.google.protobuf.UInt32Value window_bits = 3 [(.validate.rules) = { ... }- Specified by:
getWindowBitsOrBuilderin interfaceBrotliOrBuilder
-
hasInputBlockBits
public boolean hasInputBlockBits()Value from 16 to 24 that represents the base two logarithmic of the compressor's input block size. Larger input block results in better compression at the expense of memory usage. The default is 24. For more details about this parameter, please refer to brotli manual: https://brotli.org/encode.html#a9a8
.google.protobuf.UInt32Value input_block_bits = 4 [(.validate.rules) = { ... }- Specified by:
hasInputBlockBitsin interfaceBrotliOrBuilder- Returns:
- Whether the inputBlockBits field is set.
-
getInputBlockBits
public com.google.protobuf.UInt32Value getInputBlockBits()Value from 16 to 24 that represents the base two logarithmic of the compressor's input block size. Larger input block results in better compression at the expense of memory usage. The default is 24. For more details about this parameter, please refer to brotli manual: https://brotli.org/encode.html#a9a8
.google.protobuf.UInt32Value input_block_bits = 4 [(.validate.rules) = { ... }- Specified by:
getInputBlockBitsin interfaceBrotliOrBuilder- Returns:
- The inputBlockBits.
-
setInputBlockBits
Value from 16 to 24 that represents the base two logarithmic of the compressor's input block size. Larger input block results in better compression at the expense of memory usage. The default is 24. For more details about this parameter, please refer to brotli manual: https://brotli.org/encode.html#a9a8
.google.protobuf.UInt32Value input_block_bits = 4 [(.validate.rules) = { ... } -
setInputBlockBits
Value from 16 to 24 that represents the base two logarithmic of the compressor's input block size. Larger input block results in better compression at the expense of memory usage. The default is 24. For more details about this parameter, please refer to brotli manual: https://brotli.org/encode.html#a9a8
.google.protobuf.UInt32Value input_block_bits = 4 [(.validate.rules) = { ... } -
mergeInputBlockBits
Value from 16 to 24 that represents the base two logarithmic of the compressor's input block size. Larger input block results in better compression at the expense of memory usage. The default is 24. For more details about this parameter, please refer to brotli manual: https://brotli.org/encode.html#a9a8
.google.protobuf.UInt32Value input_block_bits = 4 [(.validate.rules) = { ... } -
clearInputBlockBits
Value from 16 to 24 that represents the base two logarithmic of the compressor's input block size. Larger input block results in better compression at the expense of memory usage. The default is 24. For more details about this parameter, please refer to brotli manual: https://brotli.org/encode.html#a9a8
.google.protobuf.UInt32Value input_block_bits = 4 [(.validate.rules) = { ... } -
getInputBlockBitsBuilder
public com.google.protobuf.UInt32Value.Builder getInputBlockBitsBuilder()Value from 16 to 24 that represents the base two logarithmic of the compressor's input block size. Larger input block results in better compression at the expense of memory usage. The default is 24. For more details about this parameter, please refer to brotli manual: https://brotli.org/encode.html#a9a8
.google.protobuf.UInt32Value input_block_bits = 4 [(.validate.rules) = { ... } -
getInputBlockBitsOrBuilder
public com.google.protobuf.UInt32ValueOrBuilder getInputBlockBitsOrBuilder()Value from 16 to 24 that represents the base two logarithmic of the compressor's input block size. Larger input block results in better compression at the expense of memory usage. The default is 24. For more details about this parameter, please refer to brotli manual: https://brotli.org/encode.html#a9a8
.google.protobuf.UInt32Value input_block_bits = 4 [(.validate.rules) = { ... }- Specified by:
getInputBlockBitsOrBuilderin interfaceBrotliOrBuilder
-
hasChunkSize
public boolean hasChunkSize()Value for compressor's next output buffer. If not set, defaults to 4096.
.google.protobuf.UInt32Value chunk_size = 5 [(.validate.rules) = { ... }- Specified by:
hasChunkSizein interfaceBrotliOrBuilder- Returns:
- Whether the chunkSize field is set.
-
getChunkSize
public com.google.protobuf.UInt32Value getChunkSize()Value for compressor's next output buffer. If not set, defaults to 4096.
.google.protobuf.UInt32Value chunk_size = 5 [(.validate.rules) = { ... }- Specified by:
getChunkSizein interfaceBrotliOrBuilder- Returns:
- The chunkSize.
-
setChunkSize
Value for compressor's next output buffer. If not set, defaults to 4096.
.google.protobuf.UInt32Value chunk_size = 5 [(.validate.rules) = { ... } -
setChunkSize
Value for compressor's next output buffer. If not set, defaults to 4096.
.google.protobuf.UInt32Value chunk_size = 5 [(.validate.rules) = { ... } -
mergeChunkSize
Value for compressor's next output buffer. If not set, defaults to 4096.
.google.protobuf.UInt32Value chunk_size = 5 [(.validate.rules) = { ... } -
clearChunkSize
Value for compressor's next output buffer. If not set, defaults to 4096.
.google.protobuf.UInt32Value chunk_size = 5 [(.validate.rules) = { ... } -
getChunkSizeBuilder
public com.google.protobuf.UInt32Value.Builder getChunkSizeBuilder()Value for compressor's next output buffer. If not set, defaults to 4096.
.google.protobuf.UInt32Value chunk_size = 5 [(.validate.rules) = { ... } -
getChunkSizeOrBuilder
public com.google.protobuf.UInt32ValueOrBuilder getChunkSizeOrBuilder()Value for compressor's next output buffer. If not set, defaults to 4096.
.google.protobuf.UInt32Value chunk_size = 5 [(.validate.rules) = { ... }- Specified by:
getChunkSizeOrBuilderin interfaceBrotliOrBuilder
-
getDisableLiteralContextModeling
public boolean getDisableLiteralContextModeling()If true, disables "literal context modeling" format feature. This flag is a "decoding-speed vs compression ratio" trade-off.
bool disable_literal_context_modeling = 6;- Specified by:
getDisableLiteralContextModelingin interfaceBrotliOrBuilder- Returns:
- The disableLiteralContextModeling.
-
setDisableLiteralContextModeling
If true, disables "literal context modeling" format feature. This flag is a "decoding-speed vs compression ratio" trade-off.
bool disable_literal_context_modeling = 6;- Parameters:
value- The disableLiteralContextModeling to set.- Returns:
- This builder for chaining.
-
clearDisableLiteralContextModeling
If true, disables "literal context modeling" format feature. This flag is a "decoding-speed vs compression ratio" trade-off.
bool disable_literal_context_modeling = 6;- Returns:
- This builder for chaining.
-
setUnknownFields
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Brotli.Builder>
-
mergeUnknownFields
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Brotli.Builder>
-