Class Zstd.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Zstd.Builder>
-
- io.envoyproxy.envoy.extensions.compression.zstd.compressor.v3.Zstd.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,ZstdOrBuilder,Cloneable
- Enclosing class:
- Zstd
public static final class Zstd.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Zstd.Builder> implements ZstdOrBuilder
[#next-free-field: 6]
Protobuf typeenvoy.extensions.compression.zstd.compressor.v3.Zstd
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Zstd.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Zstdbuild()ZstdbuildPartial()Zstd.Builderclear()Zstd.BuilderclearChunkSize()Value for compressor's next output buffer.Zstd.BuilderclearCompressionLevel()Set compression parameters according to pre-defined compression level table.Zstd.BuilderclearDictionary()A dictionary for compression.Zstd.BuilderclearEnableChecksum()A 32-bits checksum of content is written at end of frame.Zstd.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Zstd.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Zstd.BuilderclearStrategy()The higher the value of selected strategy, the more complex it is, resulting in stronger and slower compression.Zstd.Builderclone()com.google.protobuf.UInt32ValuegetChunkSize()Value for compressor's next output buffer.com.google.protobuf.UInt32Value.BuildergetChunkSizeBuilder()Value for compressor's next output buffer.com.google.protobuf.UInt32ValueOrBuildergetChunkSizeOrBuilder()Value for compressor's next output buffer.com.google.protobuf.UInt32ValuegetCompressionLevel()Set compression parameters according to pre-defined compression level table.com.google.protobuf.UInt32Value.BuildergetCompressionLevelBuilder()Set compression parameters according to pre-defined compression level table.com.google.protobuf.UInt32ValueOrBuildergetCompressionLevelOrBuilder()Set compression parameters according to pre-defined compression level table.ZstdgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()DataSourcegetDictionary()A dictionary for compression.DataSource.BuildergetDictionaryBuilder()A dictionary for compression.DataSourceOrBuildergetDictionaryOrBuilder()A dictionary for compression.booleangetEnableChecksum()A 32-bits checksum of content is written at end of frame.Zstd.StrategygetStrategy()The higher the value of selected strategy, the more complex it is, resulting in stronger and slower compression.intgetStrategyValue()The higher the value of selected strategy, the more complex it is, resulting in stronger and slower compression.booleanhasChunkSize()Value for compressor's next output buffer.booleanhasCompressionLevel()Set compression parameters according to pre-defined compression level table.booleanhasDictionary()A dictionary for compression.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Zstd.BuildermergeChunkSize(com.google.protobuf.UInt32Value value)Value for compressor's next output buffer.Zstd.BuildermergeCompressionLevel(com.google.protobuf.UInt32Value value)Set compression parameters according to pre-defined compression level table.Zstd.BuildermergeDictionary(DataSource value)A dictionary for compression.Zstd.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Zstd.BuildermergeFrom(com.google.protobuf.Message other)Zstd.BuildermergeFrom(Zstd other)Zstd.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Zstd.BuildersetChunkSize(com.google.protobuf.UInt32Value value)Value for compressor's next output buffer.Zstd.BuildersetChunkSize(com.google.protobuf.UInt32Value.Builder builderForValue)Value for compressor's next output buffer.Zstd.BuildersetCompressionLevel(com.google.protobuf.UInt32Value value)Set compression parameters according to pre-defined compression level table.Zstd.BuildersetCompressionLevel(com.google.protobuf.UInt32Value.Builder builderForValue)Set compression parameters according to pre-defined compression level table.Zstd.BuildersetDictionary(DataSource value)A dictionary for compression.Zstd.BuildersetDictionary(DataSource.Builder builderForValue)A dictionary for compression.Zstd.BuildersetEnableChecksum(boolean value)A 32-bits checksum of content is written at end of frame.Zstd.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Zstd.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Zstd.BuildersetStrategy(Zstd.Strategy value)The higher the value of selected strategy, the more complex it is, resulting in stronger and slower compression.Zstd.BuildersetStrategyValue(int value)The higher the value of selected strategy, the more complex it is, resulting in stronger and slower compression.Zstd.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
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<Zstd.Builder>
-
clear
public Zstd.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<Zstd.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<Zstd.Builder>
-
getDefaultInstanceForType
public Zstd getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Zstd build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Zstd buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Zstd.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<Zstd.Builder>
-
setField
public Zstd.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Zstd.Builder>
-
clearField
public Zstd.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Zstd.Builder>
-
clearOneof
public Zstd.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Zstd.Builder>
-
setRepeatedField
public Zstd.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<Zstd.Builder>
-
addRepeatedField
public Zstd.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<Zstd.Builder>
-
mergeFrom
public Zstd.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Zstd.Builder>
-
mergeFrom
public Zstd.Builder mergeFrom(Zstd other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Zstd.Builder>
-
mergeFrom
public Zstd.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<Zstd.Builder>- Throws:
IOException
-
hasCompressionLevel
public boolean hasCompressionLevel()
Set compression parameters according to pre-defined compression level table. Note that exact compression parameters are dynamically determined, depending on both compression level and source content size (when known). Value 0 means default, and default level is 3. Setting a level does not automatically set all other compression parameters to default. Setting this will however eventually dynamically impact the compression parameters which have not been manually set. The manually set ones will 'stick'.
.google.protobuf.UInt32Value compression_level = 1;- Specified by:
hasCompressionLevelin interfaceZstdOrBuilder- Returns:
- Whether the compressionLevel field is set.
-
getCompressionLevel
public com.google.protobuf.UInt32Value getCompressionLevel()
Set compression parameters according to pre-defined compression level table. Note that exact compression parameters are dynamically determined, depending on both compression level and source content size (when known). Value 0 means default, and default level is 3. Setting a level does not automatically set all other compression parameters to default. Setting this will however eventually dynamically impact the compression parameters which have not been manually set. The manually set ones will 'stick'.
.google.protobuf.UInt32Value compression_level = 1;- Specified by:
getCompressionLevelin interfaceZstdOrBuilder- Returns:
- The compressionLevel.
-
setCompressionLevel
public Zstd.Builder setCompressionLevel(com.google.protobuf.UInt32Value value)
Set compression parameters according to pre-defined compression level table. Note that exact compression parameters are dynamically determined, depending on both compression level and source content size (when known). Value 0 means default, and default level is 3. Setting a level does not automatically set all other compression parameters to default. Setting this will however eventually dynamically impact the compression parameters which have not been manually set. The manually set ones will 'stick'.
.google.protobuf.UInt32Value compression_level = 1;
-
setCompressionLevel
public Zstd.Builder setCompressionLevel(com.google.protobuf.UInt32Value.Builder builderForValue)
Set compression parameters according to pre-defined compression level table. Note that exact compression parameters are dynamically determined, depending on both compression level and source content size (when known). Value 0 means default, and default level is 3. Setting a level does not automatically set all other compression parameters to default. Setting this will however eventually dynamically impact the compression parameters which have not been manually set. The manually set ones will 'stick'.
.google.protobuf.UInt32Value compression_level = 1;
-
mergeCompressionLevel
public Zstd.Builder mergeCompressionLevel(com.google.protobuf.UInt32Value value)
Set compression parameters according to pre-defined compression level table. Note that exact compression parameters are dynamically determined, depending on both compression level and source content size (when known). Value 0 means default, and default level is 3. Setting a level does not automatically set all other compression parameters to default. Setting this will however eventually dynamically impact the compression parameters which have not been manually set. The manually set ones will 'stick'.
.google.protobuf.UInt32Value compression_level = 1;
-
clearCompressionLevel
public Zstd.Builder clearCompressionLevel()
Set compression parameters according to pre-defined compression level table. Note that exact compression parameters are dynamically determined, depending on both compression level and source content size (when known). Value 0 means default, and default level is 3. Setting a level does not automatically set all other compression parameters to default. Setting this will however eventually dynamically impact the compression parameters which have not been manually set. The manually set ones will 'stick'.
.google.protobuf.UInt32Value compression_level = 1;
-
getCompressionLevelBuilder
public com.google.protobuf.UInt32Value.Builder getCompressionLevelBuilder()
Set compression parameters according to pre-defined compression level table. Note that exact compression parameters are dynamically determined, depending on both compression level and source content size (when known). Value 0 means default, and default level is 3. Setting a level does not automatically set all other compression parameters to default. Setting this will however eventually dynamically impact the compression parameters which have not been manually set. The manually set ones will 'stick'.
.google.protobuf.UInt32Value compression_level = 1;
-
getCompressionLevelOrBuilder
public com.google.protobuf.UInt32ValueOrBuilder getCompressionLevelOrBuilder()
Set compression parameters according to pre-defined compression level table. Note that exact compression parameters are dynamically determined, depending on both compression level and source content size (when known). Value 0 means default, and default level is 3. Setting a level does not automatically set all other compression parameters to default. Setting this will however eventually dynamically impact the compression parameters which have not been manually set. The manually set ones will 'stick'.
.google.protobuf.UInt32Value compression_level = 1;- Specified by:
getCompressionLevelOrBuilderin interfaceZstdOrBuilder
-
getEnableChecksum
public boolean getEnableChecksum()
A 32-bits checksum of content is written at end of frame. If not set, defaults to false.
bool enable_checksum = 2;- Specified by:
getEnableChecksumin interfaceZstdOrBuilder- Returns:
- The enableChecksum.
-
setEnableChecksum
public Zstd.Builder setEnableChecksum(boolean value)
A 32-bits checksum of content is written at end of frame. If not set, defaults to false.
bool enable_checksum = 2;- Parameters:
value- The enableChecksum to set.- Returns:
- This builder for chaining.
-
clearEnableChecksum
public Zstd.Builder clearEnableChecksum()
A 32-bits checksum of content is written at end of frame. If not set, defaults to false.
bool enable_checksum = 2;- Returns:
- This builder for chaining.
-
getStrategyValue
public int getStrategyValue()
The higher the value of selected strategy, the more complex it is, resulting in stronger and slower compression. Special: value 0 means "use default strategy".
.envoy.extensions.compression.zstd.compressor.v3.Zstd.Strategy strategy = 3 [(.validate.rules) = { ... }- Specified by:
getStrategyValuein interfaceZstdOrBuilder- Returns:
- The enum numeric value on the wire for strategy.
-
setStrategyValue
public Zstd.Builder setStrategyValue(int value)
The higher the value of selected strategy, the more complex it is, resulting in stronger and slower compression. Special: value 0 means "use default strategy".
.envoy.extensions.compression.zstd.compressor.v3.Zstd.Strategy strategy = 3 [(.validate.rules) = { ... }- Parameters:
value- The enum numeric value on the wire for strategy to set.- Returns:
- This builder for chaining.
-
getStrategy
public Zstd.Strategy getStrategy()
The higher the value of selected strategy, the more complex it is, resulting in stronger and slower compression. Special: value 0 means "use default strategy".
.envoy.extensions.compression.zstd.compressor.v3.Zstd.Strategy strategy = 3 [(.validate.rules) = { ... }- Specified by:
getStrategyin interfaceZstdOrBuilder- Returns:
- The strategy.
-
setStrategy
public Zstd.Builder setStrategy(Zstd.Strategy value)
The higher the value of selected strategy, the more complex it is, resulting in stronger and slower compression. Special: value 0 means "use default strategy".
.envoy.extensions.compression.zstd.compressor.v3.Zstd.Strategy strategy = 3 [(.validate.rules) = { ... }- Parameters:
value- The strategy to set.- Returns:
- This builder for chaining.
-
clearStrategy
public Zstd.Builder clearStrategy()
The higher the value of selected strategy, the more complex it is, resulting in stronger and slower compression. Special: value 0 means "use default strategy".
.envoy.extensions.compression.zstd.compressor.v3.Zstd.Strategy strategy = 3 [(.validate.rules) = { ... }- Returns:
- This builder for chaining.
-
hasDictionary
public boolean hasDictionary()
A dictionary for compression. Zstd offers dictionary compression, which greatly improves efficiency on small files and messages. Each dictionary will be generated with a dictionary ID that can be used to search the same dictionary during decompression. Please refer to `zstd manual <https://github.com/facebook/zstd/blob/dev/programs/zstd.1.md#dictionary-builder>`_ to train a specific dictionary for compression.
.envoy.config.core.v3.DataSource dictionary = 4;- Specified by:
hasDictionaryin interfaceZstdOrBuilder- Returns:
- Whether the dictionary field is set.
-
getDictionary
public DataSource getDictionary()
A dictionary for compression. Zstd offers dictionary compression, which greatly improves efficiency on small files and messages. Each dictionary will be generated with a dictionary ID that can be used to search the same dictionary during decompression. Please refer to `zstd manual <https://github.com/facebook/zstd/blob/dev/programs/zstd.1.md#dictionary-builder>`_ to train a specific dictionary for compression.
.envoy.config.core.v3.DataSource dictionary = 4;- Specified by:
getDictionaryin interfaceZstdOrBuilder- Returns:
- The dictionary.
-
setDictionary
public Zstd.Builder setDictionary(DataSource value)
A dictionary for compression. Zstd offers dictionary compression, which greatly improves efficiency on small files and messages. Each dictionary will be generated with a dictionary ID that can be used to search the same dictionary during decompression. Please refer to `zstd manual <https://github.com/facebook/zstd/blob/dev/programs/zstd.1.md#dictionary-builder>`_ to train a specific dictionary for compression.
.envoy.config.core.v3.DataSource dictionary = 4;
-
setDictionary
public Zstd.Builder setDictionary(DataSource.Builder builderForValue)
A dictionary for compression. Zstd offers dictionary compression, which greatly improves efficiency on small files and messages. Each dictionary will be generated with a dictionary ID that can be used to search the same dictionary during decompression. Please refer to `zstd manual <https://github.com/facebook/zstd/blob/dev/programs/zstd.1.md#dictionary-builder>`_ to train a specific dictionary for compression.
.envoy.config.core.v3.DataSource dictionary = 4;
-
mergeDictionary
public Zstd.Builder mergeDictionary(DataSource value)
A dictionary for compression. Zstd offers dictionary compression, which greatly improves efficiency on small files and messages. Each dictionary will be generated with a dictionary ID that can be used to search the same dictionary during decompression. Please refer to `zstd manual <https://github.com/facebook/zstd/blob/dev/programs/zstd.1.md#dictionary-builder>`_ to train a specific dictionary for compression.
.envoy.config.core.v3.DataSource dictionary = 4;
-
clearDictionary
public Zstd.Builder clearDictionary()
A dictionary for compression. Zstd offers dictionary compression, which greatly improves efficiency on small files and messages. Each dictionary will be generated with a dictionary ID that can be used to search the same dictionary during decompression. Please refer to `zstd manual <https://github.com/facebook/zstd/blob/dev/programs/zstd.1.md#dictionary-builder>`_ to train a specific dictionary for compression.
.envoy.config.core.v3.DataSource dictionary = 4;
-
getDictionaryBuilder
public DataSource.Builder getDictionaryBuilder()
A dictionary for compression. Zstd offers dictionary compression, which greatly improves efficiency on small files and messages. Each dictionary will be generated with a dictionary ID that can be used to search the same dictionary during decompression. Please refer to `zstd manual <https://github.com/facebook/zstd/blob/dev/programs/zstd.1.md#dictionary-builder>`_ to train a specific dictionary for compression.
.envoy.config.core.v3.DataSource dictionary = 4;
-
getDictionaryOrBuilder
public DataSourceOrBuilder getDictionaryOrBuilder()
A dictionary for compression. Zstd offers dictionary compression, which greatly improves efficiency on small files and messages. Each dictionary will be generated with a dictionary ID that can be used to search the same dictionary during decompression. Please refer to `zstd manual <https://github.com/facebook/zstd/blob/dev/programs/zstd.1.md#dictionary-builder>`_ to train a specific dictionary for compression.
.envoy.config.core.v3.DataSource dictionary = 4;- Specified by:
getDictionaryOrBuilderin interfaceZstdOrBuilder
-
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 interfaceZstdOrBuilder- 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 interfaceZstdOrBuilder- Returns:
- The chunkSize.
-
setChunkSize
public Zstd.Builder setChunkSize(com.google.protobuf.UInt32Value value)
Value for compressor's next output buffer. If not set, defaults to 4096.
.google.protobuf.UInt32Value chunk_size = 5 [(.validate.rules) = { ... }
-
setChunkSize
public Zstd.Builder setChunkSize(com.google.protobuf.UInt32Value.Builder builderForValue)
Value for compressor's next output buffer. If not set, defaults to 4096.
.google.protobuf.UInt32Value chunk_size = 5 [(.validate.rules) = { ... }
-
mergeChunkSize
public Zstd.Builder mergeChunkSize(com.google.protobuf.UInt32Value value)
Value for compressor's next output buffer. If not set, defaults to 4096.
.google.protobuf.UInt32Value chunk_size = 5 [(.validate.rules) = { ... }
-
clearChunkSize
public Zstd.Builder 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 interfaceZstdOrBuilder
-
setUnknownFields
public final Zstd.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Zstd.Builder>
-
mergeUnknownFields
public final Zstd.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Zstd.Builder>
-
-