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.GeneratedMessageV3.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.GeneratedMessageV3.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.Builder
addRepeatedField(org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field, java.lang.Object value)
ClusterShardingMessages.EntitiesStopped
build()
ClusterShardingMessages.EntitiesStopped
buildPartial()
ClusterShardingMessages.EntitiesStopped.Builder
clear()
ClusterShardingMessages.EntitiesStopped.Builder
clearEntityId()
repeated string entityId = 1;
ClusterShardingMessages.EntitiesStopped.Builder
clearField(org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field)
ClusterShardingMessages.EntitiesStopped.Builder
clearOneof(org.apache.pekko.protobufv3.internal.Descriptors.OneofDescriptor oneof)
ClusterShardingMessages.EntitiesStopped.Builder
clone()
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.GeneratedMessageV3.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
mergeUnknownFields(org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields)
ClusterShardingMessages.EntitiesStopped.Builder
setEntityId(int index, java.lang.String value)
repeated string entityId = 1;
ClusterShardingMessages.EntitiesStopped.Builder
setField(org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field, java.lang.Object value)
ClusterShardingMessages.EntitiesStopped.Builder
setRepeatedField(org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
ClusterShardingMessages.EntitiesStopped.Builder
setUnknownFields(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, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classorg.apache.pekko.protobufv3.internal.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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
-
clone
public ClusterShardingMessages.EntitiesStopped.Builder clone()
- Specified by:
clone
in interfaceorg.apache.pekko.protobufv3.internal.Message.Builder
- Specified by:
clone
in interfaceorg.apache.pekko.protobufv3.internal.MessageLite.Builder
- Overrides:
clone
in classorg.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<ClusterShardingMessages.EntitiesStopped.Builder>
-
setField
public ClusterShardingMessages.EntitiesStopped.Builder setField(org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setField
in interfaceorg.apache.pekko.protobufv3.internal.Message.Builder
- Overrides:
setField
in classorg.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<ClusterShardingMessages.EntitiesStopped.Builder>
-
clearField
public ClusterShardingMessages.EntitiesStopped.Builder clearField(org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfaceorg.apache.pekko.protobufv3.internal.Message.Builder
- Overrides:
clearField
in classorg.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<ClusterShardingMessages.EntitiesStopped.Builder>
-
clearOneof
public ClusterShardingMessages.EntitiesStopped.Builder clearOneof(org.apache.pekko.protobufv3.internal.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfaceorg.apache.pekko.protobufv3.internal.Message.Builder
- Overrides:
clearOneof
in classorg.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<ClusterShardingMessages.EntitiesStopped.Builder>
-
setRepeatedField
public ClusterShardingMessages.EntitiesStopped.Builder setRepeatedField(org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedField
in interfaceorg.apache.pekko.protobufv3.internal.Message.Builder
- Overrides:
setRepeatedField
in classorg.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<ClusterShardingMessages.EntitiesStopped.Builder>
-
addRepeatedField
public ClusterShardingMessages.EntitiesStopped.Builder addRepeatedField(org.apache.pekko.protobufv3.internal.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedField
in interfaceorg.apache.pekko.protobufv3.internal.Message.Builder
- Overrides:
addRepeatedField
in classorg.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<ClusterShardingMessages.EntitiesStopped.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.GeneratedMessageV3.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.
-
setUnknownFields
public final ClusterShardingMessages.EntitiesStopped.Builder setUnknownFields(org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfaceorg.apache.pekko.protobufv3.internal.Message.Builder
- Overrides:
setUnknownFields
in classorg.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<ClusterShardingMessages.EntitiesStopped.Builder>
-
mergeUnknownFields
public final ClusterShardingMessages.EntitiesStopped.Builder mergeUnknownFields(org.apache.pekko.protobufv3.internal.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfaceorg.apache.pekko.protobufv3.internal.Message.Builder
- Overrides:
mergeUnknownFields
in classorg.apache.pekko.protobufv3.internal.GeneratedMessageV3.Builder<ClusterShardingMessages.EntitiesStopped.Builder>
-
-