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.Builder
addAllEntityId(java.lang.Iterable<java.lang.String> values)
repeated string entityId = 1;
ClusterShardingMessages.EntitiesStopped.Builder
addEntityId(java.lang.String value)
repeated string entityId = 1;
ClusterShardingMessages.EntitiesStopped.Builder
addEntityIdBytes(org.apache.pekko.protobufv3.internal.ByteString value)
repeated string entityId = 1;
ClusterShardingMessages.EntitiesStopped
build()
ClusterShardingMessages.EntitiesStopped
buildPartial()
ClusterShardingMessages.EntitiesStopped.Builder
clear()
ClusterShardingMessages.EntitiesStopped.Builder
clearEntityId()
repeated string entityId = 1;
ClusterShardingMessages.EntitiesStopped
getDefaultInstanceForType()
static org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
getDescriptor()
org.apache.pekko.protobufv3.internal.Descriptors.Descriptor
getDescriptorForType()
java.lang.String
getEntityId(int index)
repeated string entityId = 1;
org.apache.pekko.protobufv3.internal.ByteString
getEntityIdBytes(int index)
repeated string entityId = 1;
int
getEntityIdCount()
repeated string entityId = 1;
org.apache.pekko.protobufv3.internal.ProtocolStringList
getEntityIdList()
repeated string entityId = 1;
protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ClusterShardingMessages.EntitiesStopped.Builder
mergeFrom(ClusterShardingMessages.EntitiesStopped other)
ClusterShardingMessages.EntitiesStopped.Builder
mergeFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
ClusterShardingMessages.EntitiesStopped.Builder
mergeFrom(org.apache.pekko.protobufv3.internal.Message other)
ClusterShardingMessages.EntitiesStopped.Builder
setEntityId(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:
internalGetFieldAccessorTable
in classorg.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<ClusterShardingMessages.EntitiesStopped.Builder>
-
clear
public ClusterShardingMessages.EntitiesStopped.Builder clear()
- Specified by:
clear
in interfaceorg.apache.pekko.protobufv3.internal.Message.Builder
- Specified by:
clear
in interfaceorg.apache.pekko.protobufv3.internal.MessageLite.Builder
- Overrides:
clear
in classorg.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<ClusterShardingMessages.EntitiesStopped.Builder>
-
getDescriptorForType
public org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfaceorg.apache.pekko.protobufv3.internal.Message.Builder
- Specified by:
getDescriptorForType
in interfaceorg.apache.pekko.protobufv3.internal.MessageOrBuilder
- Overrides:
getDescriptorForType
in classorg.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<ClusterShardingMessages.EntitiesStopped.Builder>
-
getDefaultInstanceForType
public ClusterShardingMessages.EntitiesStopped getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfaceorg.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfaceorg.apache.pekko.protobufv3.internal.MessageOrBuilder
-
build
public ClusterShardingMessages.EntitiesStopped build()
- Specified by:
build
in interfaceorg.apache.pekko.protobufv3.internal.Message.Builder
- Specified by:
build
in interfaceorg.apache.pekko.protobufv3.internal.MessageLite.Builder
-
buildPartial
public ClusterShardingMessages.EntitiesStopped buildPartial()
- Specified by:
buildPartial
in interfaceorg.apache.pekko.protobufv3.internal.Message.Builder
- Specified by:
buildPartial
in interfaceorg.apache.pekko.protobufv3.internal.MessageLite.Builder
-
mergeFrom
public ClusterShardingMessages.EntitiesStopped.Builder mergeFrom(org.apache.pekko.protobufv3.internal.Message other)
- Specified by:
mergeFrom
in interfaceorg.apache.pekko.protobufv3.internal.Message.Builder
- Overrides:
mergeFrom
in 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:
isInitialized
in interfaceorg.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
- Overrides:
isInitialized
in 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:
mergeFrom
in interfaceorg.apache.pekko.protobufv3.internal.Message.Builder
- Specified by:
mergeFrom
in interfaceorg.apache.pekko.protobufv3.internal.MessageLite.Builder
- Overrides:
mergeFrom
in 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:
getEntityIdList
in interfaceClusterShardingMessages.EntitiesStoppedOrBuilder
- Returns:
- A list containing the entityId.
-
getEntityIdCount
public int getEntityIdCount()
repeated string entityId = 1;
- Specified by:
getEntityIdCount
in interfaceClusterShardingMessages.EntitiesStoppedOrBuilder
- Returns:
- The count of entityId.
-
getEntityId
public java.lang.String getEntityId(int index)
repeated string entityId = 1;
- Specified by:
getEntityId
in 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:
getEntityIdBytes
in 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.
-
-