Class ClusterShardingMessages.EntitiesStopped.Builder
- java.lang.Object
-
- org.apache.pekko.protobufv3.internal.AbstractMessageLite.Builder
-
- org.apache.pekko.protobufv3.internal.AbstractMessage.Builder<BuilderT>
-
- org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<ClusterShardingMessages.EntitiesStopped.Builder>
-
- org.apache.pekko.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntitiesStopped.Builder
-
- All Implemented Interfaces:
java.lang.Cloneable,ClusterShardingMessages.EntitiesStoppedOrBuilder,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.EntitiesStopped
public static final class ClusterShardingMessages.EntitiesStopped.Builder extends org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<ClusterShardingMessages.EntitiesStopped.Builder> implements ClusterShardingMessages.EntitiesStoppedOrBuilder
Protobuf typeEntitiesStopped
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterShardingMessages.EntitiesStopped.BuilderaddAllEntityId(java.lang.Iterable<java.lang.String> values)repeated string entityId = 1;ClusterShardingMessages.EntitiesStopped.BuilderaddEntityId(java.lang.String value)repeated string entityId = 1;ClusterShardingMessages.EntitiesStopped.BuilderaddEntityIdBytes(org.apache.pekko.protobufv3.internal.ByteString value)repeated string entityId = 1;ClusterShardingMessages.EntitiesStoppedbuild()ClusterShardingMessages.EntitiesStoppedbuildPartial()ClusterShardingMessages.EntitiesStopped.Builderclear()ClusterShardingMessages.EntitiesStopped.BuilderclearEntityId()repeated string entityId = 1;ClusterShardingMessages.EntitiesStoppedgetDefaultInstanceForType()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.GeneratedMessage.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ClusterShardingMessages.EntitiesStopped.BuildermergeFrom(ClusterShardingMessages.EntitiesStopped other)ClusterShardingMessages.EntitiesStopped.BuildermergeFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)ClusterShardingMessages.EntitiesStopped.BuildermergeFrom(org.apache.pekko.protobufv3.internal.Message other)ClusterShardingMessages.EntitiesStopped.BuildersetEntityId(int index, java.lang.String value)repeated string entityId = 1;-
Methods inherited from class org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class org.apache.pekko.protobufv3.internal.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class org.apache.pekko.protobufv3.internal.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 org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classorg.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<ClusterShardingMessages.EntitiesStopped.Builder>
-
clear
public ClusterShardingMessages.EntitiesStopped.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.GeneratedMessage.Builder<ClusterShardingMessages.EntitiesStopped.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.GeneratedMessage.Builder<ClusterShardingMessages.EntitiesStopped.Builder>
-
getDefaultInstanceForType
public ClusterShardingMessages.EntitiesStopped getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfaceorg.apache.pekko.protobufv3.internal.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceorg.apache.pekko.protobufv3.internal.MessageOrBuilder
-
build
public ClusterShardingMessages.EntitiesStopped build()
- Specified by:
buildin interfaceorg.apache.pekko.protobufv3.internal.Message.Builder- Specified by:
buildin interfaceorg.apache.pekko.protobufv3.internal.MessageLite.Builder
-
buildPartial
public ClusterShardingMessages.EntitiesStopped buildPartial()
- Specified by:
buildPartialin interfaceorg.apache.pekko.protobufv3.internal.Message.Builder- Specified by:
buildPartialin interfaceorg.apache.pekko.protobufv3.internal.MessageLite.Builder
-
mergeFrom
public ClusterShardingMessages.EntitiesStopped.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.EntitiesStopped.Builder>
-
mergeFrom
public ClusterShardingMessages.EntitiesStopped.Builder mergeFrom(ClusterShardingMessages.EntitiesStopped other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfaceorg.apache.pekko.protobufv3.internal.MessageLiteOrBuilder- Overrides:
isInitializedin classorg.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<ClusterShardingMessages.EntitiesStopped.Builder>
-
mergeFrom
public ClusterShardingMessages.EntitiesStopped.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.EntitiesStopped.Builder>- Throws:
java.io.IOException
-
getEntityIdList
public org.apache.pekko.protobufv3.internal.ProtocolStringList getEntityIdList()
repeated string entityId = 1;- Specified by:
getEntityIdListin interfaceClusterShardingMessages.EntitiesStoppedOrBuilder- Returns:
- A list containing the entityId.
-
getEntityIdCount
public int getEntityIdCount()
repeated string entityId = 1;- Specified by:
getEntityIdCountin interfaceClusterShardingMessages.EntitiesStoppedOrBuilder- Returns:
- The count of entityId.
-
getEntityId
public java.lang.String getEntityId(int index)
repeated string entityId = 1;- Specified by:
getEntityIdin interfaceClusterShardingMessages.EntitiesStoppedOrBuilder- 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.EntitiesStoppedOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the entityId at the given index.
-
setEntityId
public ClusterShardingMessages.EntitiesStopped.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.EntitiesStopped.Builder addEntityId(java.lang.String value)
repeated string entityId = 1;- Parameters:
value- The entityId to add.- Returns:
- This builder for chaining.
-
addAllEntityId
public ClusterShardingMessages.EntitiesStopped.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.EntitiesStopped.Builder clearEntityId()
repeated string entityId = 1;- Returns:
- This builder for chaining.
-
addEntityIdBytes
public ClusterShardingMessages.EntitiesStopped.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.
-
-