Package org.apache.pekko.remote
Class WireFormats.PropsData.Builder
- java.lang.Object
- 
- org.apache.pekko.protobufv3.internal.AbstractMessageLite.Builder
- 
- org.apache.pekko.protobufv3.internal.AbstractMessage.Builder<BuilderT>
- 
- org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.PropsData.Builder>
- 
- org.apache.pekko.remote.WireFormats.PropsData.Builder
 
 
 
 
- 
- All Implemented Interfaces:
- java.lang.Cloneable,- org.apache.pekko.protobufv3.internal.Message.Builder,- org.apache.pekko.protobufv3.internal.MessageLite.Builder,- org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,- org.apache.pekko.protobufv3.internal.MessageOrBuilder,- WireFormats.PropsDataOrBuilder
 - Enclosing class:
- WireFormats.PropsData
 
 public static final class WireFormats.PropsData.Builder extends org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.PropsData.Builder> implements WireFormats.PropsDataOrBuilder Serialization of org.apache.pekko.actor.Props Protobuf typePropsData
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description WireFormats.PropsData.BuilderaddAllArgs(java.lang.Iterable<? extends org.apache.pekko.protobufv3.internal.ByteString> values)repeated bytes args = 4;WireFormats.PropsData.BuilderaddAllHasManifest(java.lang.Iterable<? extends java.lang.Boolean> values)additionally a flag per position to indicate if it was serialized with manifest or notWireFormats.PropsData.BuilderaddAllManifests(java.lang.Iterable<java.lang.String> values)serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each argWireFormats.PropsData.BuilderaddAllSerializerIds(java.lang.Iterable<? extends java.lang.Integer> values)newer wire protocol: serializer id for each argWireFormats.PropsData.BuilderaddArgs(org.apache.pekko.protobufv3.internal.ByteString value)repeated bytes args = 4;WireFormats.PropsData.BuilderaddHasManifest(boolean value)additionally a flag per position to indicate if it was serialized with manifest or notWireFormats.PropsData.BuilderaddManifests(java.lang.String value)serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each argWireFormats.PropsData.BuilderaddManifestsBytes(org.apache.pekko.protobufv3.internal.ByteString value)serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each argWireFormats.PropsData.BuilderaddRepeatedField(org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field, java.lang.Object value)WireFormats.PropsData.BuilderaddSerializerIds(int value)newer wire protocol: serializer id for each argWireFormats.PropsDatabuild()WireFormats.PropsDatabuildPartial()WireFormats.PropsData.Builderclear()WireFormats.PropsData.BuilderclearArgs()repeated bytes args = 4;WireFormats.PropsData.BuilderclearClazz()required string clazz = 3;WireFormats.PropsData.BuilderclearDeploy()required .DeployData deploy = 2;WireFormats.PropsData.BuilderclearField(org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field)WireFormats.PropsData.BuilderclearHasManifest()additionally a flag per position to indicate if it was serialized with manifest or notWireFormats.PropsData.BuilderclearManifests()serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each argWireFormats.PropsData.BuilderclearOneof(org.apache.pekko.protobufv3.internal.Descriptors.OneofDescriptor oneof)WireFormats.PropsData.BuilderclearSerializerIds()newer wire protocol: serializer id for each argWireFormats.PropsData.Builderclone()org.apache.pekko.protobufv3.internal.ByteStringgetArgs(int index)repeated bytes args = 4;intgetArgsCount()repeated bytes args = 4;java.util.List<org.apache.pekko.protobufv3.internal.ByteString>getArgsList()repeated bytes args = 4;java.lang.StringgetClazz()required string clazz = 3;org.apache.pekko.protobufv3.internal.ByteStringgetClazzBytes()required string clazz = 3;WireFormats.PropsDatagetDefaultInstanceForType()WireFormats.DeployDatagetDeploy()required .DeployData deploy = 2;WireFormats.DeployData.BuildergetDeployBuilder()required .DeployData deploy = 2;WireFormats.DeployDataOrBuildergetDeployOrBuilder()required .DeployData deploy = 2;static org.apache.pekko.protobufv3.internal.Descriptors.DescriptorgetDescriptor()org.apache.pekko.protobufv3.internal.Descriptors.DescriptorgetDescriptorForType()booleangetHasManifest(int index)additionally a flag per position to indicate if it was serialized with manifest or notintgetHasManifestCount()additionally a flag per position to indicate if it was serialized with manifest or notjava.util.List<java.lang.Boolean>getHasManifestList()additionally a flag per position to indicate if it was serialized with manifest or notjava.lang.StringgetManifests(int index)serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each argorg.apache.pekko.protobufv3.internal.ByteStringgetManifestsBytes(int index)serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each argintgetManifestsCount()serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each argorg.apache.pekko.protobufv3.internal.ProtocolStringListgetManifestsList()serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each argintgetSerializerIds(int index)newer wire protocol: serializer id for each argintgetSerializerIdsCount()newer wire protocol: serializer id for each argjava.util.List<java.lang.Integer>getSerializerIdsList()newer wire protocol: serializer id for each argbooleanhasClazz()required string clazz = 3;booleanhasDeploy()required .DeployData deploy = 2;protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()WireFormats.PropsData.BuildermergeDeploy(WireFormats.DeployData value)required .DeployData deploy = 2;WireFormats.PropsData.BuildermergeFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)WireFormats.PropsData.BuildermergeFrom(org.apache.pekko.protobufv3.internal.Message other)WireFormats.PropsData.BuildermergeFrom(WireFormats.PropsData other)WireFormats.PropsData.BuildermergeUnknownFields(org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields)WireFormats.PropsData.BuildersetArgs(int index, org.apache.pekko.protobufv3.internal.ByteString value)repeated bytes args = 4;WireFormats.PropsData.BuildersetClazz(java.lang.String value)required string clazz = 3;WireFormats.PropsData.BuildersetClazzBytes(org.apache.pekko.protobufv3.internal.ByteString value)required string clazz = 3;WireFormats.PropsData.BuildersetDeploy(WireFormats.DeployData value)required .DeployData deploy = 2;WireFormats.PropsData.BuildersetDeploy(WireFormats.DeployData.Builder builderForValue)required .DeployData deploy = 2;WireFormats.PropsData.BuildersetField(org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field, java.lang.Object value)WireFormats.PropsData.BuildersetHasManifest(int index, boolean value)additionally a flag per position to indicate if it was serialized with manifest or notWireFormats.PropsData.BuildersetManifests(int index, java.lang.String value)serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each argWireFormats.PropsData.BuildersetRepeatedField(org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field, int index, java.lang.Object value)WireFormats.PropsData.BuildersetSerializerIds(int index, int value)newer wire protocol: serializer id for each argWireFormats.PropsData.BuildersetUnknownFields(org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields)- 
Methods inherited from class org.apache.pekko.protobufv3.internal.GeneratedMessageV3.BuildergetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
 - 
Methods inherited from class org.apache.pekko.protobufv3.internal.AbstractMessage.BuilderfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
 - 
Methods inherited from class org.apache.pekko.protobufv3.internal.AbstractMessageLite.BuilderaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
 - 
Methods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
- 
 
- 
- 
- 
Method Detail- 
getDescriptorpublic static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptor() 
 - 
internalGetFieldAccessorTableprotected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() - Specified by:
- internalGetFieldAccessorTablein class- org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.PropsData.Builder>
 
 - 
clearpublic WireFormats.PropsData.Builder clear() - Specified by:
- clearin interface- org.apache.pekko.protobufv3.internal.Message.Builder
- Specified by:
- clearin interface- org.apache.pekko.protobufv3.internal.MessageLite.Builder
- Overrides:
- clearin class- org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.PropsData.Builder>
 
 - 
getDescriptorForTypepublic org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptorForType() - Specified by:
- getDescriptorForTypein interface- org.apache.pekko.protobufv3.internal.Message.Builder
- Specified by:
- getDescriptorForTypein interface- org.apache.pekko.protobufv3.internal.MessageOrBuilder
- Overrides:
- getDescriptorForTypein class- org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.PropsData.Builder>
 
 - 
getDefaultInstanceForTypepublic WireFormats.PropsData getDefaultInstanceForType() - Specified by:
- getDefaultInstanceForTypein interface- org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
- Specified by:
- getDefaultInstanceForTypein interface- org.apache.pekko.protobufv3.internal.MessageOrBuilder
 
 - 
buildpublic WireFormats.PropsData build() - Specified by:
- buildin interface- org.apache.pekko.protobufv3.internal.Message.Builder
- Specified by:
- buildin interface- org.apache.pekko.protobufv3.internal.MessageLite.Builder
 
 - 
buildPartialpublic WireFormats.PropsData buildPartial() - Specified by:
- buildPartialin interface- org.apache.pekko.protobufv3.internal.Message.Builder
- Specified by:
- buildPartialin interface- org.apache.pekko.protobufv3.internal.MessageLite.Builder
 
 - 
clonepublic WireFormats.PropsData.Builder clone() - Specified by:
- clonein interface- org.apache.pekko.protobufv3.internal.Message.Builder
- Specified by:
- clonein interface- org.apache.pekko.protobufv3.internal.MessageLite.Builder
- Overrides:
- clonein class- org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.PropsData.Builder>
 
 - 
setFieldpublic WireFormats.PropsData.Builder setField(org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field, java.lang.Object value) - Specified by:
- setFieldin interface- org.apache.pekko.protobufv3.internal.Message.Builder
- Overrides:
- setFieldin class- org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.PropsData.Builder>
 
 - 
clearFieldpublic WireFormats.PropsData.Builder clearField(org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field) - Specified by:
- clearFieldin interface- org.apache.pekko.protobufv3.internal.Message.Builder
- Overrides:
- clearFieldin class- org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.PropsData.Builder>
 
 - 
clearOneofpublic WireFormats.PropsData.Builder clearOneof(org.apache.pekko.protobufv3.internal.Descriptors.OneofDescriptor oneof) - Specified by:
- clearOneofin interface- org.apache.pekko.protobufv3.internal.Message.Builder
- Overrides:
- clearOneofin class- org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.PropsData.Builder>
 
 - 
setRepeatedFieldpublic WireFormats.PropsData.Builder setRepeatedField(org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field, int index, java.lang.Object value) - Specified by:
- setRepeatedFieldin interface- org.apache.pekko.protobufv3.internal.Message.Builder
- Overrides:
- setRepeatedFieldin class- org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.PropsData.Builder>
 
 - 
addRepeatedFieldpublic WireFormats.PropsData.Builder addRepeatedField(org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field, java.lang.Object value) - Specified by:
- addRepeatedFieldin interface- org.apache.pekko.protobufv3.internal.Message.Builder
- Overrides:
- addRepeatedFieldin class- org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.PropsData.Builder>
 
 - 
mergeFrompublic WireFormats.PropsData.Builder mergeFrom(org.apache.pekko.protobufv3.internal.Message other) - Specified by:
- mergeFromin interface- org.apache.pekko.protobufv3.internal.Message.Builder
- Overrides:
- mergeFromin class- org.apache.pekko.protobufv3.internal.AbstractMessage.Builder<WireFormats.PropsData.Builder>
 
 - 
mergeFrompublic WireFormats.PropsData.Builder mergeFrom(WireFormats.PropsData other) 
 - 
isInitializedpublic final boolean isInitialized() - Specified by:
- isInitializedin interface- org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
- Overrides:
- isInitializedin class- org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.PropsData.Builder>
 
 - 
mergeFrompublic WireFormats.PropsData.Builder mergeFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws java.io.IOException - Specified by:
- mergeFromin interface- org.apache.pekko.protobufv3.internal.Message.Builder
- Specified by:
- mergeFromin interface- org.apache.pekko.protobufv3.internal.MessageLite.Builder
- Overrides:
- mergeFromin class- org.apache.pekko.protobufv3.internal.AbstractMessage.Builder<WireFormats.PropsData.Builder>
- Throws:
- java.io.IOException
 
 - 
hasDeploypublic boolean hasDeploy() required .DeployData deploy = 2;- Specified by:
- hasDeployin interface- WireFormats.PropsDataOrBuilder
- Returns:
- Whether the deploy field is set.
 
 - 
getDeploypublic WireFormats.DeployData getDeploy() required .DeployData deploy = 2;- Specified by:
- getDeployin interface- WireFormats.PropsDataOrBuilder
- Returns:
- The deploy.
 
 - 
setDeploypublic WireFormats.PropsData.Builder setDeploy(WireFormats.DeployData value) required .DeployData deploy = 2;
 - 
setDeploypublic WireFormats.PropsData.Builder setDeploy(WireFormats.DeployData.Builder builderForValue) required .DeployData deploy = 2;
 - 
mergeDeploypublic WireFormats.PropsData.Builder mergeDeploy(WireFormats.DeployData value) required .DeployData deploy = 2;
 - 
clearDeploypublic WireFormats.PropsData.Builder clearDeploy() required .DeployData deploy = 2;
 - 
getDeployBuilderpublic WireFormats.DeployData.Builder getDeployBuilder() required .DeployData deploy = 2;
 - 
getDeployOrBuilderpublic WireFormats.DeployDataOrBuilder getDeployOrBuilder() required .DeployData deploy = 2;- Specified by:
- getDeployOrBuilderin interface- WireFormats.PropsDataOrBuilder
 
 - 
hasClazzpublic boolean hasClazz() required string clazz = 3;- Specified by:
- hasClazzin interface- WireFormats.PropsDataOrBuilder
- Returns:
- Whether the clazz field is set.
 
 - 
getClazzpublic java.lang.String getClazz() required string clazz = 3;- Specified by:
- getClazzin interface- WireFormats.PropsDataOrBuilder
- Returns:
- The clazz.
 
 - 
getClazzBytespublic org.apache.pekko.protobufv3.internal.ByteString getClazzBytes() required string clazz = 3;- Specified by:
- getClazzBytesin interface- WireFormats.PropsDataOrBuilder
- Returns:
- The bytes for clazz.
 
 - 
setClazzpublic WireFormats.PropsData.Builder setClazz(java.lang.String value) required string clazz = 3;- Parameters:
- value- The clazz to set.
- Returns:
- This builder for chaining.
 
 - 
clearClazzpublic WireFormats.PropsData.Builder clearClazz() required string clazz = 3;- Returns:
- This builder for chaining.
 
 - 
setClazzBytespublic WireFormats.PropsData.Builder setClazzBytes(org.apache.pekko.protobufv3.internal.ByteString value) required string clazz = 3;- Parameters:
- value- The bytes for clazz to set.
- Returns:
- This builder for chaining.
 
 - 
getArgsListpublic java.util.List<org.apache.pekko.protobufv3.internal.ByteString> getArgsList() repeated bytes args = 4;- Specified by:
- getArgsListin interface- WireFormats.PropsDataOrBuilder
- Returns:
- A list containing the args.
 
 - 
getArgsCountpublic int getArgsCount() repeated bytes args = 4;- Specified by:
- getArgsCountin interface- WireFormats.PropsDataOrBuilder
- Returns:
- The count of args.
 
 - 
getArgspublic org.apache.pekko.protobufv3.internal.ByteString getArgs(int index) repeated bytes args = 4;- Specified by:
- getArgsin interface- WireFormats.PropsDataOrBuilder
- Parameters:
- index- The index of the element to return.
- Returns:
- The args at the given index.
 
 - 
setArgspublic WireFormats.PropsData.Builder setArgs(int index, org.apache.pekko.protobufv3.internal.ByteString value) repeated bytes args = 4;- Parameters:
- index- The index to set the value at.
- value- The args to set.
- Returns:
- This builder for chaining.
 
 - 
addArgspublic WireFormats.PropsData.Builder addArgs(org.apache.pekko.protobufv3.internal.ByteString value) repeated bytes args = 4;- Parameters:
- value- The args to add.
- Returns:
- This builder for chaining.
 
 - 
addAllArgspublic WireFormats.PropsData.Builder addAllArgs(java.lang.Iterable<? extends org.apache.pekko.protobufv3.internal.ByteString> values) repeated bytes args = 4;- Parameters:
- values- The args to add.
- Returns:
- This builder for chaining.
 
 - 
clearArgspublic WireFormats.PropsData.Builder clearArgs() repeated bytes args = 4;- Returns:
- This builder for chaining.
 
 - 
getManifestsListpublic org.apache.pekko.protobufv3.internal.ProtocolStringList getManifestsList() serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg repeated string manifests = 5;- Specified by:
- getManifestsListin interface- WireFormats.PropsDataOrBuilder
- Returns:
- A list containing the manifests.
 
 - 
getManifestsCountpublic int getManifestsCount() serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg repeated string manifests = 5;- Specified by:
- getManifestsCountin interface- WireFormats.PropsDataOrBuilder
- Returns:
- The count of manifests.
 
 - 
getManifestspublic java.lang.String getManifests(int index) serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg repeated string manifests = 5;- Specified by:
- getManifestsin interface- WireFormats.PropsDataOrBuilder
- Parameters:
- index- The index of the element to return.
- Returns:
- The manifests at the given index.
 
 - 
getManifestsBytespublic org.apache.pekko.protobufv3.internal.ByteString getManifestsBytes(int index) serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg repeated string manifests = 5;- Specified by:
- getManifestsBytesin interface- WireFormats.PropsDataOrBuilder
- Parameters:
- index- The index of the value to return.
- Returns:
- The bytes of the manifests at the given index.
 
 - 
setManifestspublic WireFormats.PropsData.Builder setManifests(int index, java.lang.String value) serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg repeated string manifests = 5;- Parameters:
- index- The index to set the value at.
- value- The manifests to set.
- Returns:
- This builder for chaining.
 
 - 
addManifestspublic WireFormats.PropsData.Builder addManifests(java.lang.String value) serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg repeated string manifests = 5;- Parameters:
- value- The manifests to add.
- Returns:
- This builder for chaining.
 
 - 
addAllManifestspublic WireFormats.PropsData.Builder addAllManifests(java.lang.Iterable<java.lang.String> values) serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg repeated string manifests = 5;- Parameters:
- values- The manifests to add.
- Returns:
- This builder for chaining.
 
 - 
clearManifestspublic WireFormats.PropsData.Builder clearManifests() serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg repeated string manifests = 5;- Returns:
- This builder for chaining.
 
 - 
addManifestsBytespublic WireFormats.PropsData.Builder addManifestsBytes(org.apache.pekko.protobufv3.internal.ByteString value) serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg repeated string manifests = 5;- Parameters:
- value- The bytes of the manifests to add.
- Returns:
- This builder for chaining.
 
 - 
getSerializerIdsListpublic java.util.List<java.lang.Integer> getSerializerIdsList() newer wire protocol: serializer id for each arg repeated int32 serializerIds = 6;- Specified by:
- getSerializerIdsListin interface- WireFormats.PropsDataOrBuilder
- Returns:
- A list containing the serializerIds.
 
 - 
getSerializerIdsCountpublic int getSerializerIdsCount() newer wire protocol: serializer id for each arg repeated int32 serializerIds = 6;- Specified by:
- getSerializerIdsCountin interface- WireFormats.PropsDataOrBuilder
- Returns:
- The count of serializerIds.
 
 - 
getSerializerIdspublic int getSerializerIds(int index) newer wire protocol: serializer id for each arg repeated int32 serializerIds = 6;- Specified by:
- getSerializerIdsin interface- WireFormats.PropsDataOrBuilder
- Parameters:
- index- The index of the element to return.
- Returns:
- The serializerIds at the given index.
 
 - 
setSerializerIdspublic WireFormats.PropsData.Builder setSerializerIds(int index, int value) newer wire protocol: serializer id for each arg repeated int32 serializerIds = 6;- Parameters:
- index- The index to set the value at.
- value- The serializerIds to set.
- Returns:
- This builder for chaining.
 
 - 
addSerializerIdspublic WireFormats.PropsData.Builder addSerializerIds(int value) newer wire protocol: serializer id for each arg repeated int32 serializerIds = 6;- Parameters:
- value- The serializerIds to add.
- Returns:
- This builder for chaining.
 
 - 
addAllSerializerIdspublic WireFormats.PropsData.Builder addAllSerializerIds(java.lang.Iterable<? extends java.lang.Integer> values) newer wire protocol: serializer id for each arg repeated int32 serializerIds = 6;- Parameters:
- values- The serializerIds to add.
- Returns:
- This builder for chaining.
 
 - 
clearSerializerIdspublic WireFormats.PropsData.Builder clearSerializerIds() newer wire protocol: serializer id for each arg repeated int32 serializerIds = 6;- Returns:
- This builder for chaining.
 
 - 
getHasManifestListpublic java.util.List<java.lang.Boolean> getHasManifestList() additionally a flag per position to indicate if it was serialized with manifest or not repeated bool hasManifest = 7;- Specified by:
- getHasManifestListin interface- WireFormats.PropsDataOrBuilder
- Returns:
- A list containing the hasManifest.
 
 - 
getHasManifestCountpublic int getHasManifestCount() additionally a flag per position to indicate if it was serialized with manifest or not repeated bool hasManifest = 7;- Specified by:
- getHasManifestCountin interface- WireFormats.PropsDataOrBuilder
- Returns:
- The count of hasManifest.
 
 - 
getHasManifestpublic boolean getHasManifest(int index) additionally a flag per position to indicate if it was serialized with manifest or not repeated bool hasManifest = 7;- Specified by:
- getHasManifestin interface- WireFormats.PropsDataOrBuilder
- Parameters:
- index- The index of the element to return.
- Returns:
- The hasManifest at the given index.
 
 - 
setHasManifestpublic WireFormats.PropsData.Builder setHasManifest(int index, boolean value) additionally a flag per position to indicate if it was serialized with manifest or not repeated bool hasManifest = 7;- Parameters:
- index- The index to set the value at.
- value- The hasManifest to set.
- Returns:
- This builder for chaining.
 
 - 
addHasManifestpublic WireFormats.PropsData.Builder addHasManifest(boolean value) additionally a flag per position to indicate if it was serialized with manifest or not repeated bool hasManifest = 7;- Parameters:
- value- The hasManifest to add.
- Returns:
- This builder for chaining.
 
 - 
addAllHasManifestpublic WireFormats.PropsData.Builder addAllHasManifest(java.lang.Iterable<? extends java.lang.Boolean> values) additionally a flag per position to indicate if it was serialized with manifest or not repeated bool hasManifest = 7;- Parameters:
- values- The hasManifest to add.
- Returns:
- This builder for chaining.
 
 - 
clearHasManifestpublic WireFormats.PropsData.Builder clearHasManifest() additionally a flag per position to indicate if it was serialized with manifest or not repeated bool hasManifest = 7;- Returns:
- This builder for chaining.
 
 - 
setUnknownFieldspublic final WireFormats.PropsData.Builder setUnknownFields(org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields) - Specified by:
- setUnknownFieldsin interface- org.apache.pekko.protobufv3.internal.Message.Builder
- Overrides:
- setUnknownFieldsin class- org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.PropsData.Builder>
 
 - 
mergeUnknownFieldspublic final WireFormats.PropsData.Builder mergeUnknownFields(org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields) - Specified by:
- mergeUnknownFieldsin interface- org.apache.pekko.protobufv3.internal.Message.Builder
- Overrides:
- mergeUnknownFieldsin class- org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.PropsData.Builder>
 
 
- 
 
-