Class ClusterShardingMessages.EntitiesStarted.Builder
- java.lang.Object
-
- org.apache.pekko.protobufv3.internal.AbstractMessageLite.Builder
-
- org.apache.pekko.protobufv3.internal.AbstractMessage.Builder<BuilderType>
-
- org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<ClusterShardingMessages.EntitiesStarted.Builder>
-
- org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStarted.Builder
-
- All Implemented Interfaces:
java.lang.Cloneable,ClusterShardingMessages.EntitiesStartedOrBuilder,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
- Enclosing class:
- ClusterShardingMessages.EntitiesStarted
public static final class ClusterShardingMessages.EntitiesStarted.Builder extends org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<ClusterShardingMessages.EntitiesStarted.Builder> implements ClusterShardingMessages.EntitiesStartedOrBuilder
Protobuf typeEntitiesStarted
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterShardingMessages.EntitiesStarted.BuilderaddAllEntityId(java.lang.Iterable<java.lang.String> values)repeated string entityId = 1;ClusterShardingMessages.EntitiesStarted.BuilderaddEntityId(java.lang.String value)repeated string entityId = 1;ClusterShardingMessages.EntitiesStarted.BuilderaddEntityIdBytes(org.apache.pekko.protobufv3.internal.ByteString value)repeated string entityId = 1;ClusterShardingMessages.EntitiesStarted.BuilderaddRepeatedField(org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field, java.lang.Object value)ClusterShardingMessages.EntitiesStartedbuild()ClusterShardingMessages.EntitiesStartedbuildPartial()ClusterShardingMessages.EntitiesStarted.Builderclear()ClusterShardingMessages.EntitiesStarted.BuilderclearEntityId()repeated string entityId = 1;ClusterShardingMessages.EntitiesStarted.BuilderclearField(org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field)ClusterShardingMessages.EntitiesStarted.BuilderclearOneof(org.apache.pekko.protobufv3.internal.Descriptors.OneofDescriptor oneof)ClusterShardingMessages.EntitiesStarted.Builderclone()ClusterShardingMessages.EntitiesStartedgetDefaultInstanceForType()static org.apache.pekko.protobufv3.internal.Descriptors.DescriptorgetDescriptor()org.apache.pekko.protobufv3.internal.Descriptors.DescriptorgetDescriptorForType()java.lang.StringgetEntityId(int index)repeated string entityId = 1;org.apache.pekko.protobufv3.internal.ByteStringgetEntityIdBytes(int index)repeated string entityId = 1;intgetEntityIdCount()repeated string entityId = 1;org.apache.pekko.protobufv3.internal.ProtocolStringListgetEntityIdList()repeated string entityId = 1;protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ClusterShardingMessages.EntitiesStarted.BuildermergeFrom(ClusterShardingMessages.EntitiesStarted other)ClusterShardingMessages.EntitiesStarted.BuildermergeFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)ClusterShardingMessages.EntitiesStarted.BuildermergeFrom(org.apache.pekko.protobufv3.internal.Message other)ClusterShardingMessages.EntitiesStarted.BuildermergeUnknownFields(org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields)ClusterShardingMessages.EntitiesStarted.BuildersetEntityId(int index, java.lang.String value)repeated string entityId = 1;ClusterShardingMessages.EntitiesStarted.BuildersetField(org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field, java.lang.Object value)ClusterShardingMessages.EntitiesStarted.BuildersetRepeatedField(org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field, int index, java.lang.Object value)ClusterShardingMessages.EntitiesStarted.BuildersetUnknownFields(org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields)-
Methods inherited from class org.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class org.apache.pekko.protobufv3.internal.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class org.apache.pekko.protobufv3.internal.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected org.apache.pekko.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classorg.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<ClusterShardingMessages.EntitiesStarted.Builder>
-
clear
public ClusterShardingMessages.EntitiesStarted.Builder clear()
- Specified by:
clearin interfaceorg.apache.pekko.protobufv3.internal.Message.Builder- Specified by:
clearin interfaceorg.apache.pekko.protobufv3.internal.MessageLite.Builder- Overrides:
clearin classorg.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<ClusterShardingMessages.EntitiesStarted.Builder>
-
getDescriptorForType
public org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfaceorg.apache.pekko.protobufv3.internal.Message.Builder- Specified by:
getDescriptorForTypein interfaceorg.apache.pekko.protobufv3.internal.MessageOrBuilder- Overrides:
getDescriptorForTypein classorg.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<ClusterShardingMessages.EntitiesStarted.Builder>
-
getDefaultInstanceForType
public ClusterShardingMessages.EntitiesStarted getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfaceorg.apache.pekko.protobufv3.internal.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceorg.apache.pekko.protobufv3.internal.MessageOrBuilder
-
build
public ClusterShardingMessages.EntitiesStarted build()
- Specified by:
buildin interfaceorg.apache.pekko.protobufv3.internal.Message.Builder- Specified by:
buildin interfaceorg.apache.pekko.protobufv3.internal.MessageLite.Builder
-
buildPartial
public ClusterShardingMessages.EntitiesStarted buildPartial()
- Specified by:
buildPartialin interfaceorg.apache.pekko.protobufv3.internal.Message.Builder- Specified by:
buildPartialin interfaceorg.apache.pekko.protobufv3.internal.MessageLite.Builder
-
clone
public ClusterShardingMessages.EntitiesStarted.Builder clone()
- Specified by:
clonein interfaceorg.apache.pekko.protobufv3.internal.Message.Builder- Specified by:
clonein interfaceorg.apache.pekko.protobufv3.internal.MessageLite.Builder- Overrides:
clonein classorg.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<ClusterShardingMessages.EntitiesStarted.Builder>
-
setField
public ClusterShardingMessages.EntitiesStarted.Builder setField(org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfaceorg.apache.pekko.protobufv3.internal.Message.Builder- Overrides:
setFieldin classorg.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<ClusterShardingMessages.EntitiesStarted.Builder>
-
clearField
public ClusterShardingMessages.EntitiesStarted.Builder clearField(org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfaceorg.apache.pekko.protobufv3.internal.Message.Builder- Overrides:
clearFieldin classorg.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<ClusterShardingMessages.EntitiesStarted.Builder>
-
clearOneof
public ClusterShardingMessages.EntitiesStarted.Builder clearOneof(org.apache.pekko.protobufv3.internal.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfaceorg.apache.pekko.protobufv3.internal.Message.Builder- Overrides:
clearOneofin classorg.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<ClusterShardingMessages.EntitiesStarted.Builder>
-
setRepeatedField
public ClusterShardingMessages.EntitiesStarted.Builder setRepeatedField(org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfaceorg.apache.pekko.protobufv3.internal.Message.Builder- Overrides:
setRepeatedFieldin classorg.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<ClusterShardingMessages.EntitiesStarted.Builder>
-
addRepeatedField
public ClusterShardingMessages.EntitiesStarted.Builder addRepeatedField(org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfaceorg.apache.pekko.protobufv3.internal.Message.Builder- Overrides:
addRepeatedFieldin classorg.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<ClusterShardingMessages.EntitiesStarted.Builder>
-
mergeFrom
public ClusterShardingMessages.EntitiesStarted.Builder mergeFrom(org.apache.pekko.protobufv3.internal.Message other)
- Specified by:
mergeFromin interfaceorg.apache.pekko.protobufv3.internal.Message.Builder- Overrides:
mergeFromin classorg.apache.pekko.protobufv3.internal.AbstractMessage.Builder<ClusterShardingMessages.EntitiesStarted.Builder>
-
mergeFrom
public ClusterShardingMessages.EntitiesStarted.Builder mergeFrom(ClusterShardingMessages.EntitiesStarted other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfaceorg.apache.pekko.protobufv3.internal.MessageLiteOrBuilder- Overrides:
isInitializedin classorg.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<ClusterShardingMessages.EntitiesStarted.Builder>
-
mergeFrom
public ClusterShardingMessages.EntitiesStarted.Builder mergeFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfaceorg.apache.pekko.protobufv3.internal.Message.Builder- Specified by:
mergeFromin interfaceorg.apache.pekko.protobufv3.internal.MessageLite.Builder- Overrides:
mergeFromin classorg.apache.pekko.protobufv3.internal.AbstractMessage.Builder<ClusterShardingMessages.EntitiesStarted.Builder>- Throws:
java.io.IOException
-
getEntityIdList
public org.apache.pekko.protobufv3.internal.ProtocolStringList getEntityIdList()
repeated string entityId = 1;- Specified by:
getEntityIdListin interfaceClusterShardingMessages.EntitiesStartedOrBuilder- Returns:
- A list containing the entityId.
-
getEntityIdCount
public int getEntityIdCount()
repeated string entityId = 1;- Specified by:
getEntityIdCountin interfaceClusterShardingMessages.EntitiesStartedOrBuilder- Returns:
- The count of entityId.
-
getEntityId
public java.lang.String getEntityId(int index)
repeated string entityId = 1;- Specified by:
getEntityIdin interfaceClusterShardingMessages.EntitiesStartedOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The entityId at the given index.
-
getEntityIdBytes
public org.apache.pekko.protobufv3.internal.ByteString getEntityIdBytes(int index)
repeated string entityId = 1;- Specified by:
getEntityIdBytesin interfaceClusterShardingMessages.EntitiesStartedOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the entityId at the given index.
-
setEntityId
public ClusterShardingMessages.EntitiesStarted.Builder setEntityId(int index, java.lang.String value)
repeated string entityId = 1;- Parameters:
index- The index to set the value at.value- The entityId to set.- Returns:
- This builder for chaining.
-
addEntityId
public ClusterShardingMessages.EntitiesStarted.Builder addEntityId(java.lang.String value)
repeated string entityId = 1;- Parameters:
value- The entityId to add.- Returns:
- This builder for chaining.
-
addAllEntityId
public ClusterShardingMessages.EntitiesStarted.Builder addAllEntityId(java.lang.Iterable<java.lang.String> values)
repeated string entityId = 1;- Parameters:
values- The entityId to add.- Returns:
- This builder for chaining.
-
clearEntityId
public ClusterShardingMessages.EntitiesStarted.Builder clearEntityId()
repeated string entityId = 1;- Returns:
- This builder for chaining.
-
addEntityIdBytes
public ClusterShardingMessages.EntitiesStarted.Builder addEntityIdBytes(org.apache.pekko.protobufv3.internal.ByteString value)
repeated string entityId = 1;- Parameters:
value- The bytes of the entityId to add.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ClusterShardingMessages.EntitiesStarted.Builder setUnknownFields(org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfaceorg.apache.pekko.protobufv3.internal.Message.Builder- Overrides:
setUnknownFieldsin classorg.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<ClusterShardingMessages.EntitiesStarted.Builder>
-
mergeUnknownFields
public final ClusterShardingMessages.EntitiesStarted.Builder mergeUnknownFields(org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfaceorg.apache.pekko.protobufv3.internal.Message.Builder- Overrides:
mergeUnknownFieldsin classorg.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<ClusterShardingMessages.EntitiesStarted.Builder>
-
-