Package akka.remote

Class WireFormats.DeployData.Builder

    • Method Detail

      • getDescriptor

        public static final akka.protobufv3.internal.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected akka.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class akka.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.DeployData.Builder>
      • clear

        public WireFormats.DeployData.Builder clear()
        Specified by:
        clear in interface akka.protobufv3.internal.Message.Builder
        Specified by:
        clear in interface akka.protobufv3.internal.MessageLite.Builder
        Overrides:
        clear in class akka.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.DeployData.Builder>
      • getDescriptorForType

        public akka.protobufv3.internal.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface akka.protobufv3.internal.Message.Builder
        Specified by:
        getDescriptorForType in interface akka.protobufv3.internal.MessageOrBuilder
        Overrides:
        getDescriptorForType in class akka.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.DeployData.Builder>
      • getDefaultInstanceForType

        public WireFormats.DeployData getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface akka.protobufv3.internal.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface akka.protobufv3.internal.MessageOrBuilder
      • build

        public WireFormats.DeployData build()
        Specified by:
        build in interface akka.protobufv3.internal.Message.Builder
        Specified by:
        build in interface akka.protobufv3.internal.MessageLite.Builder
      • buildPartial

        public WireFormats.DeployData buildPartial()
        Specified by:
        buildPartial in interface akka.protobufv3.internal.Message.Builder
        Specified by:
        buildPartial in interface akka.protobufv3.internal.MessageLite.Builder
      • clone

        public WireFormats.DeployData.Builder clone()
        Specified by:
        clone in interface akka.protobufv3.internal.Message.Builder
        Specified by:
        clone in interface akka.protobufv3.internal.MessageLite.Builder
        Overrides:
        clone in class akka.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.DeployData.Builder>
      • setField

        public WireFormats.DeployData.Builder setField​(akka.protobufv3.internal.Descriptors.FieldDescriptor field,
                                                       java.lang.Object value)
        Specified by:
        setField in interface akka.protobufv3.internal.Message.Builder
        Overrides:
        setField in class akka.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.DeployData.Builder>
      • clearField

        public WireFormats.DeployData.Builder clearField​(akka.protobufv3.internal.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface akka.protobufv3.internal.Message.Builder
        Overrides:
        clearField in class akka.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.DeployData.Builder>
      • clearOneof

        public WireFormats.DeployData.Builder clearOneof​(akka.protobufv3.internal.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface akka.protobufv3.internal.Message.Builder
        Overrides:
        clearOneof in class akka.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.DeployData.Builder>
      • setRepeatedField

        public WireFormats.DeployData.Builder setRepeatedField​(akka.protobufv3.internal.Descriptors.FieldDescriptor field,
                                                               int index,
                                                               java.lang.Object value)
        Specified by:
        setRepeatedField in interface akka.protobufv3.internal.Message.Builder
        Overrides:
        setRepeatedField in class akka.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.DeployData.Builder>
      • addRepeatedField

        public WireFormats.DeployData.Builder addRepeatedField​(akka.protobufv3.internal.Descriptors.FieldDescriptor field,
                                                               java.lang.Object value)
        Specified by:
        addRepeatedField in interface akka.protobufv3.internal.Message.Builder
        Overrides:
        addRepeatedField in class akka.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.DeployData.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface akka.protobufv3.internal.MessageLiteOrBuilder
        Overrides:
        isInitialized in class akka.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.DeployData.Builder>
      • mergeFrom

        public WireFormats.DeployData.Builder mergeFrom​(akka.protobufv3.internal.CodedInputStream input,
                                                        akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
                                                 throws java.io.IOException
        Specified by:
        mergeFrom in interface akka.protobufv3.internal.Message.Builder
        Specified by:
        mergeFrom in interface akka.protobufv3.internal.MessageLite.Builder
        Overrides:
        mergeFrom in class akka.protobufv3.internal.AbstractMessage.Builder<WireFormats.DeployData.Builder>
        Throws:
        java.io.IOException
      • setPath

        public WireFormats.DeployData.Builder setPath​(java.lang.String value)
        required string path = 1;
        Parameters:
        value - The path to set.
        Returns:
        This builder for chaining.
      • setPathBytes

        public WireFormats.DeployData.Builder setPathBytes​(akka.protobufv3.internal.ByteString value)
        required string path = 1;
        Parameters:
        value - The bytes for path to set.
        Returns:
        This builder for chaining.
      • setConfig

        public WireFormats.DeployData.Builder setConfig​(akka.protobufv3.internal.ByteString value)
        optional bytes config = 2;
        Parameters:
        value - The config to set.
        Returns:
        This builder for chaining.
      • setRouterConfig

        public WireFormats.DeployData.Builder setRouterConfig​(akka.protobufv3.internal.ByteString value)
        optional bytes routerConfig = 3;
        Parameters:
        value - The routerConfig to set.
        Returns:
        This builder for chaining.
      • setScope

        public WireFormats.DeployData.Builder setScope​(akka.protobufv3.internal.ByteString value)
        optional bytes scope = 4;
        Parameters:
        value - The scope to set.
        Returns:
        This builder for chaining.
      • setDispatcher

        public WireFormats.DeployData.Builder setDispatcher​(java.lang.String value)
        optional string dispatcher = 5;
        Parameters:
        value - The dispatcher to set.
        Returns:
        This builder for chaining.
      • setDispatcherBytes

        public WireFormats.DeployData.Builder setDispatcherBytes​(akka.protobufv3.internal.ByteString value)
        optional string dispatcher = 5;
        Parameters:
        value - The bytes for dispatcher to set.
        Returns:
        This builder for chaining.
      • hasScopeSerializerId

        public boolean hasScopeSerializerId()
         older wire protocol: hardcoded class used to look up serializer
         newer wire protocol: serializer id and manifest available for each
         
        optional int32 scopeSerializerId = 6;
        Specified by:
        hasScopeSerializerId in interface WireFormats.DeployDataOrBuilder
        Returns:
        Whether the scopeSerializerId field is set.
      • getScopeSerializerId

        public int getScopeSerializerId()
         older wire protocol: hardcoded class used to look up serializer
         newer wire protocol: serializer id and manifest available for each
         
        optional int32 scopeSerializerId = 6;
        Specified by:
        getScopeSerializerId in interface WireFormats.DeployDataOrBuilder
        Returns:
        The scopeSerializerId.
      • setScopeSerializerId

        public WireFormats.DeployData.Builder setScopeSerializerId​(int value)
         older wire protocol: hardcoded class used to look up serializer
         newer wire protocol: serializer id and manifest available for each
         
        optional int32 scopeSerializerId = 6;
        Parameters:
        value - The scopeSerializerId to set.
        Returns:
        This builder for chaining.
      • clearScopeSerializerId

        public WireFormats.DeployData.Builder clearScopeSerializerId()
         older wire protocol: hardcoded class used to look up serializer
         newer wire protocol: serializer id and manifest available for each
         
        optional int32 scopeSerializerId = 6;
        Returns:
        This builder for chaining.
      • setScopeManifest

        public WireFormats.DeployData.Builder setScopeManifest​(java.lang.String value)
        optional string scopeManifest = 7;
        Parameters:
        value - The scopeManifest to set.
        Returns:
        This builder for chaining.
      • clearScopeManifest

        public WireFormats.DeployData.Builder clearScopeManifest()
        optional string scopeManifest = 7;
        Returns:
        This builder for chaining.
      • setScopeManifestBytes

        public WireFormats.DeployData.Builder setScopeManifestBytes​(akka.protobufv3.internal.ByteString value)
        optional string scopeManifest = 7;
        Parameters:
        value - The bytes for scopeManifest to set.
        Returns:
        This builder for chaining.
      • setConfigSerializerId

        public WireFormats.DeployData.Builder setConfigSerializerId​(int value)
        optional int32 configSerializerId = 8;
        Parameters:
        value - The configSerializerId to set.
        Returns:
        This builder for chaining.
      • clearConfigSerializerId

        public WireFormats.DeployData.Builder clearConfigSerializerId()
        optional int32 configSerializerId = 8;
        Returns:
        This builder for chaining.
      • setConfigManifest

        public WireFormats.DeployData.Builder setConfigManifest​(java.lang.String value)
        optional string configManifest = 9;
        Parameters:
        value - The configManifest to set.
        Returns:
        This builder for chaining.
      • clearConfigManifest

        public WireFormats.DeployData.Builder clearConfigManifest()
        optional string configManifest = 9;
        Returns:
        This builder for chaining.
      • setConfigManifestBytes

        public WireFormats.DeployData.Builder setConfigManifestBytes​(akka.protobufv3.internal.ByteString value)
        optional string configManifest = 9;
        Parameters:
        value - The bytes for configManifest to set.
        Returns:
        This builder for chaining.
      • setRouterConfigSerializerId

        public WireFormats.DeployData.Builder setRouterConfigSerializerId​(int value)
        optional int32 routerConfigSerializerId = 10;
        Parameters:
        value - The routerConfigSerializerId to set.
        Returns:
        This builder for chaining.
      • clearRouterConfigSerializerId

        public WireFormats.DeployData.Builder clearRouterConfigSerializerId()
        optional int32 routerConfigSerializerId = 10;
        Returns:
        This builder for chaining.
      • setRouterConfigManifest

        public WireFormats.DeployData.Builder setRouterConfigManifest​(java.lang.String value)
        optional string routerConfigManifest = 11;
        Parameters:
        value - The routerConfigManifest to set.
        Returns:
        This builder for chaining.
      • clearRouterConfigManifest

        public WireFormats.DeployData.Builder clearRouterConfigManifest()
        optional string routerConfigManifest = 11;
        Returns:
        This builder for chaining.
      • setRouterConfigManifestBytes

        public WireFormats.DeployData.Builder setRouterConfigManifestBytes​(akka.protobufv3.internal.ByteString value)
        optional string routerConfigManifest = 11;
        Parameters:
        value - The bytes for routerConfigManifest to set.
        Returns:
        This builder for chaining.
      • getTagsList

        public akka.protobufv3.internal.ProtocolStringList getTagsList()
        repeated string tags = 12;
        Specified by:
        getTagsList in interface WireFormats.DeployDataOrBuilder
        Returns:
        A list containing the tags.
      • getTags

        public java.lang.String getTags​(int index)
        repeated string tags = 12;
        Specified by:
        getTags in interface WireFormats.DeployDataOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The tags at the given index.
      • getTagsBytes

        public akka.protobufv3.internal.ByteString getTagsBytes​(int index)
        repeated string tags = 12;
        Specified by:
        getTagsBytes in interface WireFormats.DeployDataOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the tags at the given index.
      • setTags

        public WireFormats.DeployData.Builder setTags​(int index,
                                                      java.lang.String value)
        repeated string tags = 12;
        Parameters:
        index - The index to set the value at.
        value - The tags to set.
        Returns:
        This builder for chaining.
      • addTags

        public WireFormats.DeployData.Builder addTags​(java.lang.String value)
        repeated string tags = 12;
        Parameters:
        value - The tags to add.
        Returns:
        This builder for chaining.
      • addAllTags

        public WireFormats.DeployData.Builder addAllTags​(java.lang.Iterable<java.lang.String> values)
        repeated string tags = 12;
        Parameters:
        values - The tags to add.
        Returns:
        This builder for chaining.
      • addTagsBytes

        public WireFormats.DeployData.Builder addTagsBytes​(akka.protobufv3.internal.ByteString value)
        repeated string tags = 12;
        Parameters:
        value - The bytes of the tags to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final WireFormats.DeployData.Builder setUnknownFields​(akka.protobufv3.internal.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface akka.protobufv3.internal.Message.Builder
        Overrides:
        setUnknownFields in class akka.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.DeployData.Builder>
      • mergeUnknownFields

        public final WireFormats.DeployData.Builder mergeUnknownFields​(akka.protobufv3.internal.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface akka.protobufv3.internal.Message.Builder
        Overrides:
        mergeUnknownFields in class akka.protobufv3.internal.GeneratedMessageV3.Builder<WireFormats.DeployData.Builder>