Class SparkplugBProto.Payload.PropertyValue.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<SparkplugBProto.Payload.PropertyValue.Builder>
com.cirruslink.sparkplug.protobuf.SparkplugBProto.Payload.PropertyValue.Builder
- All Implemented Interfaces:
SparkplugBProto.Payload.PropertyValueOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- SparkplugBProto.Payload.PropertyValue
public static final class SparkplugBProto.Payload.PropertyValue.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<SparkplugBProto.Payload.PropertyValue.Builder>
implements SparkplugBProto.Payload.PropertyValueOrBuilder
Protobuf type
com.cirruslink.sparkplug.protobuf.Payload.PropertyValue-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()bool boolean_value = 7;double double_value = 6;.com.cirruslink.sparkplug.protobuf.Payload.PropertyValue.PropertyValueExtension extension_value = 11;clearField(com.google.protobuf.Descriptors.FieldDescriptor field) float float_value = 5;uint32 int_value = 3;optional bool is_null = 2;uint64 long_value = 4;clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) List of Property Values.com.cirruslink.sparkplug.protobuf.Payload.PropertySet propertyset_value = 9;string string_value = 8;optional uint32 type = 1;clone()booleanbool boolean_value = 7;static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.Descriptordoubledouble double_value = 6;.com.cirruslink.sparkplug.protobuf.Payload.PropertyValue.PropertyValueExtension extension_value = 11;.com.cirruslink.sparkplug.protobuf.Payload.PropertyValue.PropertyValueExtension extension_value = 11;.com.cirruslink.sparkplug.protobuf.Payload.PropertyValue.PropertyValueExtension extension_value = 11;floatfloat float_value = 5;intuint32 int_value = 3;booleanoptional bool is_null = 2;longuint64 long_value = 4;List of Property ValuesList of Property ValuesList of Property Values.com.cirruslink.sparkplug.protobuf.Payload.PropertySet propertyset_value = 9;.com.cirruslink.sparkplug.protobuf.Payload.PropertySet propertyset_value = 9;.com.cirruslink.sparkplug.protobuf.Payload.PropertySet propertyset_value = 9;string string_value = 8;com.google.protobuf.ByteStringstring string_value = 8;intgetType()optional uint32 type = 1;booleanbool boolean_value = 7;booleandouble double_value = 6;boolean.com.cirruslink.sparkplug.protobuf.Payload.PropertyValue.PropertyValueExtension extension_value = 11;booleanfloat float_value = 5;booleanuint32 int_value = 3;booleanoptional bool is_null = 2;booleanuint64 long_value = 4;booleanList of Property Valuesboolean.com.cirruslink.sparkplug.protobuf.Payload.PropertySet propertyset_value = 9;booleanstring string_value = 8;booleanhasType()optional uint32 type = 1;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal boolean.com.cirruslink.sparkplug.protobuf.Payload.PropertyValue.PropertyValueExtension extension_value = 11;mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) List of Property Values.com.cirruslink.sparkplug.protobuf.Payload.PropertySet propertyset_value = 9;mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) setBooleanValue(boolean value) bool boolean_value = 7;setDoubleValue(double value) double double_value = 6;.com.cirruslink.sparkplug.protobuf.Payload.PropertyValue.PropertyValueExtension extension_value = 11;setExtensionValue(SparkplugBProto.Payload.PropertyValue.PropertyValueExtension.Builder builderForValue) .com.cirruslink.sparkplug.protobuf.Payload.PropertyValue.PropertyValueExtension extension_value = 11;setFloatValue(float value) float float_value = 5;setIntValue(int value) uint32 int_value = 3;setIsNull(boolean value) optional bool is_null = 2;setLongValue(long value) uint64 long_value = 4;List of Property ValuessetPropertysetsValue(SparkplugBProto.Payload.PropertySetList.Builder builderForValue) List of Property Values.com.cirruslink.sparkplug.protobuf.Payload.PropertySet propertyset_value = 9;setPropertysetValue(SparkplugBProto.Payload.PropertySet.Builder builderForValue) .com.cirruslink.sparkplug.protobuf.Payload.PropertySet propertyset_value = 9;setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setStringValue(String value) string string_value = 8;setStringValueBytes(com.google.protobuf.ByteString value) string string_value = 8;setType(int value) optional uint32 type = 1;setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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<SparkplugBProto.Payload.PropertyValue.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<SparkplugBProto.Payload.PropertyValue.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<SparkplugBProto.Payload.PropertyValue.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<SparkplugBProto.Payload.PropertyValue.Builder>
-
setField
public SparkplugBProto.Payload.PropertyValue.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<SparkplugBProto.Payload.PropertyValue.Builder>
-
clearField
public SparkplugBProto.Payload.PropertyValue.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<SparkplugBProto.Payload.PropertyValue.Builder>
-
clearOneof
public SparkplugBProto.Payload.PropertyValue.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<SparkplugBProto.Payload.PropertyValue.Builder>
-
setRepeatedField
public SparkplugBProto.Payload.PropertyValue.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<SparkplugBProto.Payload.PropertyValue.Builder>
-
addRepeatedField
public SparkplugBProto.Payload.PropertyValue.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<SparkplugBProto.Payload.PropertyValue.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<SparkplugBProto.Payload.PropertyValue.Builder>
-
mergeFrom
public SparkplugBProto.Payload.PropertyValue.Builder mergeFrom(SparkplugBProto.Payload.PropertyValue other) -
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<SparkplugBProto.Payload.PropertyValue.Builder>
-
mergeFrom
public SparkplugBProto.Payload.PropertyValue.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<SparkplugBProto.Payload.PropertyValue.Builder>- Throws:
IOException
-
getValueCase
- Specified by:
getValueCasein interfaceSparkplugBProto.Payload.PropertyValueOrBuilder
-
clearValue
-
hasType
public boolean hasType()optional uint32 type = 1;- Specified by:
hasTypein interfaceSparkplugBProto.Payload.PropertyValueOrBuilder- Returns:
- Whether the type field is set.
-
getType
public int getType()optional uint32 type = 1;- Specified by:
getTypein interfaceSparkplugBProto.Payload.PropertyValueOrBuilder- Returns:
- The type.
-
setType
optional uint32 type = 1;- Parameters:
value- The type to set.- Returns:
- This builder for chaining.
-
clearType
optional uint32 type = 1;- Returns:
- This builder for chaining.
-
hasIsNull
public boolean hasIsNull()optional bool is_null = 2;- Specified by:
hasIsNullin interfaceSparkplugBProto.Payload.PropertyValueOrBuilder- Returns:
- Whether the isNull field is set.
-
getIsNull
public boolean getIsNull()optional bool is_null = 2;- Specified by:
getIsNullin interfaceSparkplugBProto.Payload.PropertyValueOrBuilder- Returns:
- The isNull.
-
setIsNull
optional bool is_null = 2;- Parameters:
value- The isNull to set.- Returns:
- This builder for chaining.
-
clearIsNull
optional bool is_null = 2;- Returns:
- This builder for chaining.
-
hasIntValue
public boolean hasIntValue()uint32 int_value = 3;- Specified by:
hasIntValuein interfaceSparkplugBProto.Payload.PropertyValueOrBuilder- Returns:
- Whether the intValue field is set.
-
getIntValue
public int getIntValue()uint32 int_value = 3;- Specified by:
getIntValuein interfaceSparkplugBProto.Payload.PropertyValueOrBuilder- Returns:
- The intValue.
-
setIntValue
uint32 int_value = 3;- Parameters:
value- The intValue to set.- Returns:
- This builder for chaining.
-
clearIntValue
uint32 int_value = 3;- Returns:
- This builder for chaining.
-
hasLongValue
public boolean hasLongValue()uint64 long_value = 4;- Specified by:
hasLongValuein interfaceSparkplugBProto.Payload.PropertyValueOrBuilder- Returns:
- Whether the longValue field is set.
-
getLongValue
public long getLongValue()uint64 long_value = 4;- Specified by:
getLongValuein interfaceSparkplugBProto.Payload.PropertyValueOrBuilder- Returns:
- The longValue.
-
setLongValue
uint64 long_value = 4;- Parameters:
value- The longValue to set.- Returns:
- This builder for chaining.
-
clearLongValue
uint64 long_value = 4;- Returns:
- This builder for chaining.
-
hasFloatValue
public boolean hasFloatValue()float float_value = 5;- Specified by:
hasFloatValuein interfaceSparkplugBProto.Payload.PropertyValueOrBuilder- Returns:
- Whether the floatValue field is set.
-
getFloatValue
public float getFloatValue()float float_value = 5;- Specified by:
getFloatValuein interfaceSparkplugBProto.Payload.PropertyValueOrBuilder- Returns:
- The floatValue.
-
setFloatValue
float float_value = 5;- Parameters:
value- The floatValue to set.- Returns:
- This builder for chaining.
-
clearFloatValue
float float_value = 5;- Returns:
- This builder for chaining.
-
hasDoubleValue
public boolean hasDoubleValue()double double_value = 6;- Specified by:
hasDoubleValuein interfaceSparkplugBProto.Payload.PropertyValueOrBuilder- Returns:
- Whether the doubleValue field is set.
-
getDoubleValue
public double getDoubleValue()double double_value = 6;- Specified by:
getDoubleValuein interfaceSparkplugBProto.Payload.PropertyValueOrBuilder- Returns:
- The doubleValue.
-
setDoubleValue
double double_value = 6;- Parameters:
value- The doubleValue to set.- Returns:
- This builder for chaining.
-
clearDoubleValue
double double_value = 6;- Returns:
- This builder for chaining.
-
hasBooleanValue
public boolean hasBooleanValue()bool boolean_value = 7;- Specified by:
hasBooleanValuein interfaceSparkplugBProto.Payload.PropertyValueOrBuilder- Returns:
- Whether the booleanValue field is set.
-
getBooleanValue
public boolean getBooleanValue()bool boolean_value = 7;- Specified by:
getBooleanValuein interfaceSparkplugBProto.Payload.PropertyValueOrBuilder- Returns:
- The booleanValue.
-
setBooleanValue
bool boolean_value = 7;- Parameters:
value- The booleanValue to set.- Returns:
- This builder for chaining.
-
clearBooleanValue
bool boolean_value = 7;- Returns:
- This builder for chaining.
-
hasStringValue
public boolean hasStringValue()string string_value = 8;- Specified by:
hasStringValuein interfaceSparkplugBProto.Payload.PropertyValueOrBuilder- Returns:
- Whether the stringValue field is set.
-
getStringValue
string string_value = 8;- Specified by:
getStringValuein interfaceSparkplugBProto.Payload.PropertyValueOrBuilder- Returns:
- The stringValue.
-
getStringValueBytes
public com.google.protobuf.ByteString getStringValueBytes()string string_value = 8;- Specified by:
getStringValueBytesin interfaceSparkplugBProto.Payload.PropertyValueOrBuilder- Returns:
- The bytes for stringValue.
-
setStringValue
string string_value = 8;- Parameters:
value- The stringValue to set.- Returns:
- This builder for chaining.
-
clearStringValue
string string_value = 8;- Returns:
- This builder for chaining.
-
setStringValueBytes
public SparkplugBProto.Payload.PropertyValue.Builder setStringValueBytes(com.google.protobuf.ByteString value) string string_value = 8;- Parameters:
value- The bytes for stringValue to set.- Returns:
- This builder for chaining.
-
hasPropertysetValue
public boolean hasPropertysetValue().com.cirruslink.sparkplug.protobuf.Payload.PropertySet propertyset_value = 9;- Specified by:
hasPropertysetValuein interfaceSparkplugBProto.Payload.PropertyValueOrBuilder- Returns:
- Whether the propertysetValue field is set.
-
getPropertysetValue
.com.cirruslink.sparkplug.protobuf.Payload.PropertySet propertyset_value = 9;- Specified by:
getPropertysetValuein interfaceSparkplugBProto.Payload.PropertyValueOrBuilder- Returns:
- The propertysetValue.
-
setPropertysetValue
public SparkplugBProto.Payload.PropertyValue.Builder setPropertysetValue(SparkplugBProto.Payload.PropertySet value) .com.cirruslink.sparkplug.protobuf.Payload.PropertySet propertyset_value = 9; -
setPropertysetValue
public SparkplugBProto.Payload.PropertyValue.Builder setPropertysetValue(SparkplugBProto.Payload.PropertySet.Builder builderForValue) .com.cirruslink.sparkplug.protobuf.Payload.PropertySet propertyset_value = 9; -
mergePropertysetValue
public SparkplugBProto.Payload.PropertyValue.Builder mergePropertysetValue(SparkplugBProto.Payload.PropertySet value) .com.cirruslink.sparkplug.protobuf.Payload.PropertySet propertyset_value = 9; -
clearPropertysetValue
.com.cirruslink.sparkplug.protobuf.Payload.PropertySet propertyset_value = 9; -
getPropertysetValueBuilder
.com.cirruslink.sparkplug.protobuf.Payload.PropertySet propertyset_value = 9; -
getPropertysetValueOrBuilder
.com.cirruslink.sparkplug.protobuf.Payload.PropertySet propertyset_value = 9;- Specified by:
getPropertysetValueOrBuilderin interfaceSparkplugBProto.Payload.PropertyValueOrBuilder
-
hasPropertysetsValue
public boolean hasPropertysetsValue()List of Property Values
.com.cirruslink.sparkplug.protobuf.Payload.PropertySetList propertysets_value = 10;- Specified by:
hasPropertysetsValuein interfaceSparkplugBProto.Payload.PropertyValueOrBuilder- Returns:
- Whether the propertysetsValue field is set.
-
getPropertysetsValue
List of Property Values
.com.cirruslink.sparkplug.protobuf.Payload.PropertySetList propertysets_value = 10;- Specified by:
getPropertysetsValuein interfaceSparkplugBProto.Payload.PropertyValueOrBuilder- Returns:
- The propertysetsValue.
-
setPropertysetsValue
public SparkplugBProto.Payload.PropertyValue.Builder setPropertysetsValue(SparkplugBProto.Payload.PropertySetList value) List of Property Values
.com.cirruslink.sparkplug.protobuf.Payload.PropertySetList propertysets_value = 10; -
setPropertysetsValue
public SparkplugBProto.Payload.PropertyValue.Builder setPropertysetsValue(SparkplugBProto.Payload.PropertySetList.Builder builderForValue) List of Property Values
.com.cirruslink.sparkplug.protobuf.Payload.PropertySetList propertysets_value = 10; -
mergePropertysetsValue
public SparkplugBProto.Payload.PropertyValue.Builder mergePropertysetsValue(SparkplugBProto.Payload.PropertySetList value) List of Property Values
.com.cirruslink.sparkplug.protobuf.Payload.PropertySetList propertysets_value = 10; -
clearPropertysetsValue
List of Property Values
.com.cirruslink.sparkplug.protobuf.Payload.PropertySetList propertysets_value = 10; -
getPropertysetsValueBuilder
List of Property Values
.com.cirruslink.sparkplug.protobuf.Payload.PropertySetList propertysets_value = 10; -
getPropertysetsValueOrBuilder
List of Property Values
.com.cirruslink.sparkplug.protobuf.Payload.PropertySetList propertysets_value = 10;- Specified by:
getPropertysetsValueOrBuilderin interfaceSparkplugBProto.Payload.PropertyValueOrBuilder
-
hasExtensionValue
public boolean hasExtensionValue().com.cirruslink.sparkplug.protobuf.Payload.PropertyValue.PropertyValueExtension extension_value = 11;- Specified by:
hasExtensionValuein interfaceSparkplugBProto.Payload.PropertyValueOrBuilder- Returns:
- Whether the extensionValue field is set.
-
getExtensionValue
.com.cirruslink.sparkplug.protobuf.Payload.PropertyValue.PropertyValueExtension extension_value = 11;- Specified by:
getExtensionValuein interfaceSparkplugBProto.Payload.PropertyValueOrBuilder- Returns:
- The extensionValue.
-
setExtensionValue
public SparkplugBProto.Payload.PropertyValue.Builder setExtensionValue(SparkplugBProto.Payload.PropertyValue.PropertyValueExtension value) .com.cirruslink.sparkplug.protobuf.Payload.PropertyValue.PropertyValueExtension extension_value = 11; -
setExtensionValue
public SparkplugBProto.Payload.PropertyValue.Builder setExtensionValue(SparkplugBProto.Payload.PropertyValue.PropertyValueExtension.Builder builderForValue) .com.cirruslink.sparkplug.protobuf.Payload.PropertyValue.PropertyValueExtension extension_value = 11; -
mergeExtensionValue
public SparkplugBProto.Payload.PropertyValue.Builder mergeExtensionValue(SparkplugBProto.Payload.PropertyValue.PropertyValueExtension value) .com.cirruslink.sparkplug.protobuf.Payload.PropertyValue.PropertyValueExtension extension_value = 11; -
clearExtensionValue
.com.cirruslink.sparkplug.protobuf.Payload.PropertyValue.PropertyValueExtension extension_value = 11; -
getExtensionValueBuilder
public SparkplugBProto.Payload.PropertyValue.PropertyValueExtension.Builder getExtensionValueBuilder().com.cirruslink.sparkplug.protobuf.Payload.PropertyValue.PropertyValueExtension extension_value = 11; -
getExtensionValueOrBuilder
public SparkplugBProto.Payload.PropertyValue.PropertyValueExtensionOrBuilder getExtensionValueOrBuilder().com.cirruslink.sparkplug.protobuf.Payload.PropertyValue.PropertyValueExtension extension_value = 11;- Specified by:
getExtensionValueOrBuilderin interfaceSparkplugBProto.Payload.PropertyValueOrBuilder
-
setUnknownFields
public final SparkplugBProto.Payload.PropertyValue.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<SparkplugBProto.Payload.PropertyValue.Builder>
-
mergeUnknownFields
public final SparkplugBProto.Payload.PropertyValue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<SparkplugBProto.Payload.PropertyValue.Builder>
-