Class ClusterShardingMessages.EntitiesStopped.Builder

    • 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 class org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<ClusterShardingMessages.EntitiesStopped.Builder>
      • getDescriptorForType

        public org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface org.apache.pekko.protobufv3.internal.Message.Builder
        Specified by:
        getDescriptorForType in interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
        Overrides:
        getDescriptorForType in class org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<ClusterShardingMessages.EntitiesStopped.Builder>
      • getDefaultInstanceForType

        public ClusterShardingMessages.EntitiesStopped getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
      • build

        public ClusterShardingMessages.EntitiesStopped build()
        Specified by:
        build in interface org.apache.pekko.protobufv3.internal.Message.Builder
        Specified by:
        build in interface org.apache.pekko.protobufv3.internal.MessageLite.Builder
      • buildPartial

        public ClusterShardingMessages.EntitiesStopped buildPartial()
        Specified by:
        buildPartial in interface org.apache.pekko.protobufv3.internal.Message.Builder
        Specified by:
        buildPartial in interface org.apache.pekko.protobufv3.internal.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
        Overrides:
        isInitialized in class org.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 interface org.apache.pekko.protobufv3.internal.Message.Builder
        Specified by:
        mergeFrom in interface org.apache.pekko.protobufv3.internal.MessageLite.Builder
        Overrides:
        mergeFrom in class org.apache.pekko.protobufv3.internal.AbstractMessage.Builder<ClusterShardingMessages.EntitiesStopped.Builder>
        Throws:
        java.io.IOException
      • getEntityIdBytes

        public org.apache.pekko.protobufv3.internal.ByteString getEntityIdBytes​(int index)
        repeated string entityId = 1;
        Specified by:
        getEntityIdBytes in interface ClusterShardingMessages.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.
      • 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.
      • 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.