Class BatchOperationSignal.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, BatchOperationSignalOrBuilder, java.lang.Cloneable
    Enclosing class:
    BatchOperationSignal

    public static final class BatchOperationSignal.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<BatchOperationSignal.Builder>
    implements BatchOperationSignalOrBuilder
     BatchOperationSignal sends signals to batch workflows.
     Keep the parameter in sync with temporal.api.workflowservice.v1.SignalWorkflowExecutionRequest.
     
    Protobuf type temporal.api.batch.v1.BatchOperationSignal
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<BatchOperationSignal.Builder>
      • clear

        public BatchOperationSignal.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<BatchOperationSignal.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<BatchOperationSignal.Builder>
      • getDefaultInstanceForType

        public BatchOperationSignal getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public BatchOperationSignal build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public BatchOperationSignal buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public BatchOperationSignal.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<BatchOperationSignal.Builder>
      • setField

        public BatchOperationSignal.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                     java.lang.Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchOperationSignal.Builder>
      • clearField

        public BatchOperationSignal.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchOperationSignal.Builder>
      • clearOneof

        public BatchOperationSignal.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<BatchOperationSignal.Builder>
      • setRepeatedField

        public BatchOperationSignal.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                             int index,
                                                             java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchOperationSignal.Builder>
      • addRepeatedField

        public BatchOperationSignal.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                             java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchOperationSignal.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<BatchOperationSignal.Builder>
      • mergeFrom

        public BatchOperationSignal.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchOperationSignal.Builder>
        Throws:
        java.io.IOException
      • getSignal

        public java.lang.String getSignal()
         The workflow author-defined name of the signal to send to the workflow
         
        string signal = 1;
        Specified by:
        getSignal in interface BatchOperationSignalOrBuilder
        Returns:
        The signal.
      • getSignalBytes

        public com.google.protobuf.ByteString getSignalBytes()
         The workflow author-defined name of the signal to send to the workflow
         
        string signal = 1;
        Specified by:
        getSignalBytes in interface BatchOperationSignalOrBuilder
        Returns:
        The bytes for signal.
      • setSignal

        public BatchOperationSignal.Builder setSignal​(java.lang.String value)
         The workflow author-defined name of the signal to send to the workflow
         
        string signal = 1;
        Parameters:
        value - The signal to set.
        Returns:
        This builder for chaining.
      • clearSignal

        public BatchOperationSignal.Builder clearSignal()
         The workflow author-defined name of the signal to send to the workflow
         
        string signal = 1;
        Returns:
        This builder for chaining.
      • setSignalBytes

        public BatchOperationSignal.Builder setSignalBytes​(com.google.protobuf.ByteString value)
         The workflow author-defined name of the signal to send to the workflow
         
        string signal = 1;
        Parameters:
        value - The bytes for signal to set.
        Returns:
        This builder for chaining.
      • hasInput

        public boolean hasInput()
         Serialized value(s) to provide with the signal
         
        .temporal.api.common.v1.Payloads input = 2;
        Specified by:
        hasInput in interface BatchOperationSignalOrBuilder
        Returns:
        Whether the input field is set.
      • clearInput

        public BatchOperationSignal.Builder clearInput()
         Serialized value(s) to provide with the signal
         
        .temporal.api.common.v1.Payloads input = 2;
      • getInputBuilder

        public Payloads.Builder getInputBuilder()
         Serialized value(s) to provide with the signal
         
        .temporal.api.common.v1.Payloads input = 2;
      • hasHeader

        public boolean hasHeader()
         Headers that are passed with the signal to the processing workflow.
         These can include things like auth or tracing tokens.
         
        .temporal.api.common.v1.Header header = 3;
        Specified by:
        hasHeader in interface BatchOperationSignalOrBuilder
        Returns:
        Whether the header field is set.
      • getHeader

        public Header getHeader()
         Headers that are passed with the signal to the processing workflow.
         These can include things like auth or tracing tokens.
         
        .temporal.api.common.v1.Header header = 3;
        Specified by:
        getHeader in interface BatchOperationSignalOrBuilder
        Returns:
        The header.
      • setHeader

        public BatchOperationSignal.Builder setHeader​(Header value)
         Headers that are passed with the signal to the processing workflow.
         These can include things like auth or tracing tokens.
         
        .temporal.api.common.v1.Header header = 3;
      • setHeader

        public BatchOperationSignal.Builder setHeader​(Header.Builder builderForValue)
         Headers that are passed with the signal to the processing workflow.
         These can include things like auth or tracing tokens.
         
        .temporal.api.common.v1.Header header = 3;
      • mergeHeader

        public BatchOperationSignal.Builder mergeHeader​(Header value)
         Headers that are passed with the signal to the processing workflow.
         These can include things like auth or tracing tokens.
         
        .temporal.api.common.v1.Header header = 3;
      • clearHeader

        public BatchOperationSignal.Builder clearHeader()
         Headers that are passed with the signal to the processing workflow.
         These can include things like auth or tracing tokens.
         
        .temporal.api.common.v1.Header header = 3;
      • getHeaderBuilder

        public Header.Builder getHeaderBuilder()
         Headers that are passed with the signal to the processing workflow.
         These can include things like auth or tracing tokens.
         
        .temporal.api.common.v1.Header header = 3;
      • getIdentity

        public java.lang.String getIdentity()
         The identity of the worker/client
         
        string identity = 4;
        Specified by:
        getIdentity in interface BatchOperationSignalOrBuilder
        Returns:
        The identity.
      • getIdentityBytes

        public com.google.protobuf.ByteString getIdentityBytes()
         The identity of the worker/client
         
        string identity = 4;
        Specified by:
        getIdentityBytes in interface BatchOperationSignalOrBuilder
        Returns:
        The bytes for identity.
      • setIdentity

        public BatchOperationSignal.Builder setIdentity​(java.lang.String value)
         The identity of the worker/client
         
        string identity = 4;
        Parameters:
        value - The identity to set.
        Returns:
        This builder for chaining.
      • clearIdentity

        public BatchOperationSignal.Builder clearIdentity()
         The identity of the worker/client
         
        string identity = 4;
        Returns:
        This builder for chaining.
      • setIdentityBytes

        public BatchOperationSignal.Builder setIdentityBytes​(com.google.protobuf.ByteString value)
         The identity of the worker/client
         
        string identity = 4;
        Parameters:
        value - The bytes for identity to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final BatchOperationSignal.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BatchOperationSignal.Builder>
      • mergeUnknownFields

        public final BatchOperationSignal.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BatchOperationSignal.Builder>