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.decompressor.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
Protobuf typeenvoy.extensions.compression.zstd.decompressor.v3.Zstd
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Zstd.BuilderaddAllDictionaries(Iterable<? extends DataSource> values)Dictionaries for decompression.Zstd.BuilderaddDictionaries(int index, DataSource value)Dictionaries for decompression.Zstd.BuilderaddDictionaries(int index, DataSource.Builder builderForValue)Dictionaries for decompression.Zstd.BuilderaddDictionaries(DataSource value)Dictionaries for decompression.Zstd.BuilderaddDictionaries(DataSource.Builder builderForValue)Dictionaries for decompression.DataSource.BuilderaddDictionariesBuilder()Dictionaries for decompression.DataSource.BuilderaddDictionariesBuilder(int index)Dictionaries for decompression.Zstd.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Zstdbuild()ZstdbuildPartial()Zstd.Builderclear()Zstd.BuilderclearChunkSize()Value for decompressor's next output buffer.Zstd.BuilderclearDictionaries()Dictionaries for decompression.Zstd.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Zstd.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Zstd.Builderclone()com.google.protobuf.UInt32ValuegetChunkSize()Value for decompressor's next output buffer.com.google.protobuf.UInt32Value.BuildergetChunkSizeBuilder()Value for decompressor's next output buffer.com.google.protobuf.UInt32ValueOrBuildergetChunkSizeOrBuilder()Value for decompressor's next output buffer.ZstdgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()DataSourcegetDictionaries(int index)Dictionaries for decompression.DataSource.BuildergetDictionariesBuilder(int index)Dictionaries for decompression.List<DataSource.Builder>getDictionariesBuilderList()Dictionaries for decompression.intgetDictionariesCount()Dictionaries for decompression.List<DataSource>getDictionariesList()Dictionaries for decompression.DataSourceOrBuildergetDictionariesOrBuilder(int index)Dictionaries for decompression.List<? extends DataSourceOrBuilder>getDictionariesOrBuilderList()Dictionaries for decompression.booleanhasChunkSize()Value for decompressor's next output buffer.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Zstd.BuildermergeChunkSize(com.google.protobuf.UInt32Value value)Value for decompressor's next output buffer.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.BuilderremoveDictionaries(int index)Dictionaries for decompression.Zstd.BuildersetChunkSize(com.google.protobuf.UInt32Value value)Value for decompressor's next output buffer.Zstd.BuildersetChunkSize(com.google.protobuf.UInt32Value.Builder builderForValue)Value for decompressor's next output buffer.Zstd.BuildersetDictionaries(int index, DataSource value)Dictionaries for decompression.Zstd.BuildersetDictionaries(int index, DataSource.Builder builderForValue)Dictionaries for decompression.Zstd.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Zstd.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)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
-
getDictionariesList
public List<DataSource> getDictionariesList()
Dictionaries for decompression. Zstd offers dictionary compression, which greatly improves efficiency on small files and messages. It is necessary to ensure that the dictionary used for decompression is the same as the compression dictionary. Multiple dictionaries can be set, and the dictionary will be automatically selected for decompression according to the dictionary ID in the source content. Please refer to `zstd manual <https://github.com/facebook/zstd/blob/dev/programs/zstd.1.md#dictionary-builder>`_ to train specific dictionaries for decompression.
repeated .envoy.config.core.v3.DataSource dictionaries = 1;- Specified by:
getDictionariesListin interfaceZstdOrBuilder
-
getDictionariesCount
public int getDictionariesCount()
Dictionaries for decompression. Zstd offers dictionary compression, which greatly improves efficiency on small files and messages. It is necessary to ensure that the dictionary used for decompression is the same as the compression dictionary. Multiple dictionaries can be set, and the dictionary will be automatically selected for decompression according to the dictionary ID in the source content. Please refer to `zstd manual <https://github.com/facebook/zstd/blob/dev/programs/zstd.1.md#dictionary-builder>`_ to train specific dictionaries for decompression.
repeated .envoy.config.core.v3.DataSource dictionaries = 1;- Specified by:
getDictionariesCountin interfaceZstdOrBuilder
-
getDictionaries
public DataSource getDictionaries(int index)
Dictionaries for decompression. Zstd offers dictionary compression, which greatly improves efficiency on small files and messages. It is necessary to ensure that the dictionary used for decompression is the same as the compression dictionary. Multiple dictionaries can be set, and the dictionary will be automatically selected for decompression according to the dictionary ID in the source content. Please refer to `zstd manual <https://github.com/facebook/zstd/blob/dev/programs/zstd.1.md#dictionary-builder>`_ to train specific dictionaries for decompression.
repeated .envoy.config.core.v3.DataSource dictionaries = 1;- Specified by:
getDictionariesin interfaceZstdOrBuilder
-
setDictionaries
public Zstd.Builder setDictionaries(int index, DataSource value)
Dictionaries for decompression. Zstd offers dictionary compression, which greatly improves efficiency on small files and messages. It is necessary to ensure that the dictionary used for decompression is the same as the compression dictionary. Multiple dictionaries can be set, and the dictionary will be automatically selected for decompression according to the dictionary ID in the source content. Please refer to `zstd manual <https://github.com/facebook/zstd/blob/dev/programs/zstd.1.md#dictionary-builder>`_ to train specific dictionaries for decompression.
repeated .envoy.config.core.v3.DataSource dictionaries = 1;
-
setDictionaries
public Zstd.Builder setDictionaries(int index, DataSource.Builder builderForValue)
Dictionaries for decompression. Zstd offers dictionary compression, which greatly improves efficiency on small files and messages. It is necessary to ensure that the dictionary used for decompression is the same as the compression dictionary. Multiple dictionaries can be set, and the dictionary will be automatically selected for decompression according to the dictionary ID in the source content. Please refer to `zstd manual <https://github.com/facebook/zstd/blob/dev/programs/zstd.1.md#dictionary-builder>`_ to train specific dictionaries for decompression.
repeated .envoy.config.core.v3.DataSource dictionaries = 1;
-
addDictionaries
public Zstd.Builder addDictionaries(DataSource value)
Dictionaries for decompression. Zstd offers dictionary compression, which greatly improves efficiency on small files and messages. It is necessary to ensure that the dictionary used for decompression is the same as the compression dictionary. Multiple dictionaries can be set, and the dictionary will be automatically selected for decompression according to the dictionary ID in the source content. Please refer to `zstd manual <https://github.com/facebook/zstd/blob/dev/programs/zstd.1.md#dictionary-builder>`_ to train specific dictionaries for decompression.
repeated .envoy.config.core.v3.DataSource dictionaries = 1;
-
addDictionaries
public Zstd.Builder addDictionaries(int index, DataSource value)
Dictionaries for decompression. Zstd offers dictionary compression, which greatly improves efficiency on small files and messages. It is necessary to ensure that the dictionary used for decompression is the same as the compression dictionary. Multiple dictionaries can be set, and the dictionary will be automatically selected for decompression according to the dictionary ID in the source content. Please refer to `zstd manual <https://github.com/facebook/zstd/blob/dev/programs/zstd.1.md#dictionary-builder>`_ to train specific dictionaries for decompression.
repeated .envoy.config.core.v3.DataSource dictionaries = 1;
-
addDictionaries
public Zstd.Builder addDictionaries(DataSource.Builder builderForValue)
Dictionaries for decompression. Zstd offers dictionary compression, which greatly improves efficiency on small files and messages. It is necessary to ensure that the dictionary used for decompression is the same as the compression dictionary. Multiple dictionaries can be set, and the dictionary will be automatically selected for decompression according to the dictionary ID in the source content. Please refer to `zstd manual <https://github.com/facebook/zstd/blob/dev/programs/zstd.1.md#dictionary-builder>`_ to train specific dictionaries for decompression.
repeated .envoy.config.core.v3.DataSource dictionaries = 1;
-
addDictionaries
public Zstd.Builder addDictionaries(int index, DataSource.Builder builderForValue)
Dictionaries for decompression. Zstd offers dictionary compression, which greatly improves efficiency on small files and messages. It is necessary to ensure that the dictionary used for decompression is the same as the compression dictionary. Multiple dictionaries can be set, and the dictionary will be automatically selected for decompression according to the dictionary ID in the source content. Please refer to `zstd manual <https://github.com/facebook/zstd/blob/dev/programs/zstd.1.md#dictionary-builder>`_ to train specific dictionaries for decompression.
repeated .envoy.config.core.v3.DataSource dictionaries = 1;
-
addAllDictionaries
public Zstd.Builder addAllDictionaries(Iterable<? extends DataSource> values)
Dictionaries for decompression. Zstd offers dictionary compression, which greatly improves efficiency on small files and messages. It is necessary to ensure that the dictionary used for decompression is the same as the compression dictionary. Multiple dictionaries can be set, and the dictionary will be automatically selected for decompression according to the dictionary ID in the source content. Please refer to `zstd manual <https://github.com/facebook/zstd/blob/dev/programs/zstd.1.md#dictionary-builder>`_ to train specific dictionaries for decompression.
repeated .envoy.config.core.v3.DataSource dictionaries = 1;
-
clearDictionaries
public Zstd.Builder clearDictionaries()
Dictionaries for decompression. Zstd offers dictionary compression, which greatly improves efficiency on small files and messages. It is necessary to ensure that the dictionary used for decompression is the same as the compression dictionary. Multiple dictionaries can be set, and the dictionary will be automatically selected for decompression according to the dictionary ID in the source content. Please refer to `zstd manual <https://github.com/facebook/zstd/blob/dev/programs/zstd.1.md#dictionary-builder>`_ to train specific dictionaries for decompression.
repeated .envoy.config.core.v3.DataSource dictionaries = 1;
-
removeDictionaries
public Zstd.Builder removeDictionaries(int index)
Dictionaries for decompression. Zstd offers dictionary compression, which greatly improves efficiency on small files and messages. It is necessary to ensure that the dictionary used for decompression is the same as the compression dictionary. Multiple dictionaries can be set, and the dictionary will be automatically selected for decompression according to the dictionary ID in the source content. Please refer to `zstd manual <https://github.com/facebook/zstd/blob/dev/programs/zstd.1.md#dictionary-builder>`_ to train specific dictionaries for decompression.
repeated .envoy.config.core.v3.DataSource dictionaries = 1;
-
getDictionariesBuilder
public DataSource.Builder getDictionariesBuilder(int index)
Dictionaries for decompression. Zstd offers dictionary compression, which greatly improves efficiency on small files and messages. It is necessary to ensure that the dictionary used for decompression is the same as the compression dictionary. Multiple dictionaries can be set, and the dictionary will be automatically selected for decompression according to the dictionary ID in the source content. Please refer to `zstd manual <https://github.com/facebook/zstd/blob/dev/programs/zstd.1.md#dictionary-builder>`_ to train specific dictionaries for decompression.
repeated .envoy.config.core.v3.DataSource dictionaries = 1;
-
getDictionariesOrBuilder
public DataSourceOrBuilder getDictionariesOrBuilder(int index)
Dictionaries for decompression. Zstd offers dictionary compression, which greatly improves efficiency on small files and messages. It is necessary to ensure that the dictionary used for decompression is the same as the compression dictionary. Multiple dictionaries can be set, and the dictionary will be automatically selected for decompression according to the dictionary ID in the source content. Please refer to `zstd manual <https://github.com/facebook/zstd/blob/dev/programs/zstd.1.md#dictionary-builder>`_ to train specific dictionaries for decompression.
repeated .envoy.config.core.v3.DataSource dictionaries = 1;- Specified by:
getDictionariesOrBuilderin interfaceZstdOrBuilder
-
getDictionariesOrBuilderList
public List<? extends DataSourceOrBuilder> getDictionariesOrBuilderList()
Dictionaries for decompression. Zstd offers dictionary compression, which greatly improves efficiency on small files and messages. It is necessary to ensure that the dictionary used for decompression is the same as the compression dictionary. Multiple dictionaries can be set, and the dictionary will be automatically selected for decompression according to the dictionary ID in the source content. Please refer to `zstd manual <https://github.com/facebook/zstd/blob/dev/programs/zstd.1.md#dictionary-builder>`_ to train specific dictionaries for decompression.
repeated .envoy.config.core.v3.DataSource dictionaries = 1;- Specified by:
getDictionariesOrBuilderListin interfaceZstdOrBuilder
-
addDictionariesBuilder
public DataSource.Builder addDictionariesBuilder()
Dictionaries for decompression. Zstd offers dictionary compression, which greatly improves efficiency on small files and messages. It is necessary to ensure that the dictionary used for decompression is the same as the compression dictionary. Multiple dictionaries can be set, and the dictionary will be automatically selected for decompression according to the dictionary ID in the source content. Please refer to `zstd manual <https://github.com/facebook/zstd/blob/dev/programs/zstd.1.md#dictionary-builder>`_ to train specific dictionaries for decompression.
repeated .envoy.config.core.v3.DataSource dictionaries = 1;
-
addDictionariesBuilder
public DataSource.Builder addDictionariesBuilder(int index)
Dictionaries for decompression. Zstd offers dictionary compression, which greatly improves efficiency on small files and messages. It is necessary to ensure that the dictionary used for decompression is the same as the compression dictionary. Multiple dictionaries can be set, and the dictionary will be automatically selected for decompression according to the dictionary ID in the source content. Please refer to `zstd manual <https://github.com/facebook/zstd/blob/dev/programs/zstd.1.md#dictionary-builder>`_ to train specific dictionaries for decompression.
repeated .envoy.config.core.v3.DataSource dictionaries = 1;
-
getDictionariesBuilderList
public List<DataSource.Builder> getDictionariesBuilderList()
Dictionaries for decompression. Zstd offers dictionary compression, which greatly improves efficiency on small files and messages. It is necessary to ensure that the dictionary used for decompression is the same as the compression dictionary. Multiple dictionaries can be set, and the dictionary will be automatically selected for decompression according to the dictionary ID in the source content. Please refer to `zstd manual <https://github.com/facebook/zstd/blob/dev/programs/zstd.1.md#dictionary-builder>`_ to train specific dictionaries for decompression.
repeated .envoy.config.core.v3.DataSource dictionaries = 1;
-
hasChunkSize
public boolean hasChunkSize()
Value for decompressor's next output buffer. If not set, defaults to 4096.
.google.protobuf.UInt32Value chunk_size = 2 [(.validate.rules) = { ... }- Specified by:
hasChunkSizein interfaceZstdOrBuilder- Returns:
- Whether the chunkSize field is set.
-
getChunkSize
public com.google.protobuf.UInt32Value getChunkSize()
Value for decompressor's next output buffer. If not set, defaults to 4096.
.google.protobuf.UInt32Value chunk_size = 2 [(.validate.rules) = { ... }- Specified by:
getChunkSizein interfaceZstdOrBuilder- Returns:
- The chunkSize.
-
setChunkSize
public Zstd.Builder setChunkSize(com.google.protobuf.UInt32Value value)
Value for decompressor's next output buffer. If not set, defaults to 4096.
.google.protobuf.UInt32Value chunk_size = 2 [(.validate.rules) = { ... }
-
setChunkSize
public Zstd.Builder setChunkSize(com.google.protobuf.UInt32Value.Builder builderForValue)
Value for decompressor's next output buffer. If not set, defaults to 4096.
.google.protobuf.UInt32Value chunk_size = 2 [(.validate.rules) = { ... }
-
mergeChunkSize
public Zstd.Builder mergeChunkSize(com.google.protobuf.UInt32Value value)
Value for decompressor's next output buffer. If not set, defaults to 4096.
.google.protobuf.UInt32Value chunk_size = 2 [(.validate.rules) = { ... }
-
clearChunkSize
public Zstd.Builder clearChunkSize()
Value for decompressor's next output buffer. If not set, defaults to 4096.
.google.protobuf.UInt32Value chunk_size = 2 [(.validate.rules) = { ... }
-
getChunkSizeBuilder
public com.google.protobuf.UInt32Value.Builder getChunkSizeBuilder()
Value for decompressor's next output buffer. If not set, defaults to 4096.
.google.protobuf.UInt32Value chunk_size = 2 [(.validate.rules) = { ... }
-
getChunkSizeOrBuilder
public com.google.protobuf.UInt32ValueOrBuilder getChunkSizeOrBuilder()
Value for decompressor's next output buffer. If not set, defaults to 4096.
.google.protobuf.UInt32Value chunk_size = 2 [(.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>
-
-