Class Command.Builder

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

    public static final class Command.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Command.Builder>
    implements CommandOrBuilder
    Protobuf type temporal.api.command.v1.Command
    • 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<Command.Builder>
      • clear

        public Command.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<Command.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<Command.Builder>
      • getDefaultInstanceForType

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

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

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

        public Command.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<Command.Builder>
      • setField

        public Command.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<Command.Builder>
      • clearField

        public Command.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<Command.Builder>
      • clearOneof

        public Command.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<Command.Builder>
      • setRepeatedField

        public Command.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<Command.Builder>
      • addRepeatedField

        public Command.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<Command.Builder>
      • mergeFrom

        public Command.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Command.Builder>
      • isInitialized

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

        public Command.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<Command.Builder>
        Throws:
        java.io.IOException
      • getCommandTypeValue

        public int getCommandTypeValue()
        .temporal.api.enums.v1.CommandType command_type = 1;
        Specified by:
        getCommandTypeValue in interface CommandOrBuilder
        Returns:
        The enum numeric value on the wire for commandType.
      • setCommandTypeValue

        public Command.Builder setCommandTypeValue​(int value)
        .temporal.api.enums.v1.CommandType command_type = 1;
        Parameters:
        value - The enum numeric value on the wire for commandType to set.
        Returns:
        This builder for chaining.
      • setCommandType

        public Command.Builder setCommandType​(CommandType value)
        .temporal.api.enums.v1.CommandType command_type = 1;
        Parameters:
        value - The commandType to set.
        Returns:
        This builder for chaining.
      • clearCommandType

        public Command.Builder clearCommandType()
        .temporal.api.enums.v1.CommandType command_type = 1;
        Returns:
        This builder for chaining.
      • hasScheduleActivityTaskCommandAttributes

        public boolean hasScheduleActivityTaskCommandAttributes()
        .temporal.api.command.v1.ScheduleActivityTaskCommandAttributes schedule_activity_task_command_attributes = 2;
        Specified by:
        hasScheduleActivityTaskCommandAttributes in interface CommandOrBuilder
        Returns:
        Whether the scheduleActivityTaskCommandAttributes field is set.
      • setScheduleActivityTaskCommandAttributes

        public Command.Builder setScheduleActivityTaskCommandAttributes​(ScheduleActivityTaskCommandAttributes value)
        .temporal.api.command.v1.ScheduleActivityTaskCommandAttributes schedule_activity_task_command_attributes = 2;
      • mergeScheduleActivityTaskCommandAttributes

        public Command.Builder mergeScheduleActivityTaskCommandAttributes​(ScheduleActivityTaskCommandAttributes value)
        .temporal.api.command.v1.ScheduleActivityTaskCommandAttributes schedule_activity_task_command_attributes = 2;
      • clearScheduleActivityTaskCommandAttributes

        public Command.Builder clearScheduleActivityTaskCommandAttributes()
        .temporal.api.command.v1.ScheduleActivityTaskCommandAttributes schedule_activity_task_command_attributes = 2;
      • getScheduleActivityTaskCommandAttributesBuilder

        public ScheduleActivityTaskCommandAttributes.Builder getScheduleActivityTaskCommandAttributesBuilder()
        .temporal.api.command.v1.ScheduleActivityTaskCommandAttributes schedule_activity_task_command_attributes = 2;
      • hasStartTimerCommandAttributes

        public boolean hasStartTimerCommandAttributes()
        .temporal.api.command.v1.StartTimerCommandAttributes start_timer_command_attributes = 3;
        Specified by:
        hasStartTimerCommandAttributes in interface CommandOrBuilder
        Returns:
        Whether the startTimerCommandAttributes field is set.
      • setStartTimerCommandAttributes

        public Command.Builder setStartTimerCommandAttributes​(StartTimerCommandAttributes value)
        .temporal.api.command.v1.StartTimerCommandAttributes start_timer_command_attributes = 3;
      • mergeStartTimerCommandAttributes

        public Command.Builder mergeStartTimerCommandAttributes​(StartTimerCommandAttributes value)
        .temporal.api.command.v1.StartTimerCommandAttributes start_timer_command_attributes = 3;
      • clearStartTimerCommandAttributes

        public Command.Builder clearStartTimerCommandAttributes()
        .temporal.api.command.v1.StartTimerCommandAttributes start_timer_command_attributes = 3;
      • getStartTimerCommandAttributesBuilder

        public StartTimerCommandAttributes.Builder getStartTimerCommandAttributesBuilder()
        .temporal.api.command.v1.StartTimerCommandAttributes start_timer_command_attributes = 3;
      • hasCompleteWorkflowExecutionCommandAttributes

        public boolean hasCompleteWorkflowExecutionCommandAttributes()
        .temporal.api.command.v1.CompleteWorkflowExecutionCommandAttributes complete_workflow_execution_command_attributes = 4;
        Specified by:
        hasCompleteWorkflowExecutionCommandAttributes in interface CommandOrBuilder
        Returns:
        Whether the completeWorkflowExecutionCommandAttributes field is set.
      • setCompleteWorkflowExecutionCommandAttributes

        public Command.Builder setCompleteWorkflowExecutionCommandAttributes​(CompleteWorkflowExecutionCommandAttributes value)
        .temporal.api.command.v1.CompleteWorkflowExecutionCommandAttributes complete_workflow_execution_command_attributes = 4;
      • mergeCompleteWorkflowExecutionCommandAttributes

        public Command.Builder mergeCompleteWorkflowExecutionCommandAttributes​(CompleteWorkflowExecutionCommandAttributes value)
        .temporal.api.command.v1.CompleteWorkflowExecutionCommandAttributes complete_workflow_execution_command_attributes = 4;
      • clearCompleteWorkflowExecutionCommandAttributes

        public Command.Builder clearCompleteWorkflowExecutionCommandAttributes()
        .temporal.api.command.v1.CompleteWorkflowExecutionCommandAttributes complete_workflow_execution_command_attributes = 4;
      • getCompleteWorkflowExecutionCommandAttributesBuilder

        public CompleteWorkflowExecutionCommandAttributes.Builder getCompleteWorkflowExecutionCommandAttributesBuilder()
        .temporal.api.command.v1.CompleteWorkflowExecutionCommandAttributes complete_workflow_execution_command_attributes = 4;
      • hasFailWorkflowExecutionCommandAttributes

        public boolean hasFailWorkflowExecutionCommandAttributes()
        .temporal.api.command.v1.FailWorkflowExecutionCommandAttributes fail_workflow_execution_command_attributes = 5;
        Specified by:
        hasFailWorkflowExecutionCommandAttributes in interface CommandOrBuilder
        Returns:
        Whether the failWorkflowExecutionCommandAttributes field is set.
      • setFailWorkflowExecutionCommandAttributes

        public Command.Builder setFailWorkflowExecutionCommandAttributes​(FailWorkflowExecutionCommandAttributes value)
        .temporal.api.command.v1.FailWorkflowExecutionCommandAttributes fail_workflow_execution_command_attributes = 5;
      • mergeFailWorkflowExecutionCommandAttributes

        public Command.Builder mergeFailWorkflowExecutionCommandAttributes​(FailWorkflowExecutionCommandAttributes value)
        .temporal.api.command.v1.FailWorkflowExecutionCommandAttributes fail_workflow_execution_command_attributes = 5;
      • clearFailWorkflowExecutionCommandAttributes

        public Command.Builder clearFailWorkflowExecutionCommandAttributes()
        .temporal.api.command.v1.FailWorkflowExecutionCommandAttributes fail_workflow_execution_command_attributes = 5;
      • getFailWorkflowExecutionCommandAttributesBuilder

        public FailWorkflowExecutionCommandAttributes.Builder getFailWorkflowExecutionCommandAttributesBuilder()
        .temporal.api.command.v1.FailWorkflowExecutionCommandAttributes fail_workflow_execution_command_attributes = 5;
      • hasRequestCancelActivityTaskCommandAttributes

        public boolean hasRequestCancelActivityTaskCommandAttributes()
        .temporal.api.command.v1.RequestCancelActivityTaskCommandAttributes request_cancel_activity_task_command_attributes = 6;
        Specified by:
        hasRequestCancelActivityTaskCommandAttributes in interface CommandOrBuilder
        Returns:
        Whether the requestCancelActivityTaskCommandAttributes field is set.
      • setRequestCancelActivityTaskCommandAttributes

        public Command.Builder setRequestCancelActivityTaskCommandAttributes​(RequestCancelActivityTaskCommandAttributes value)
        .temporal.api.command.v1.RequestCancelActivityTaskCommandAttributes request_cancel_activity_task_command_attributes = 6;
      • mergeRequestCancelActivityTaskCommandAttributes

        public Command.Builder mergeRequestCancelActivityTaskCommandAttributes​(RequestCancelActivityTaskCommandAttributes value)
        .temporal.api.command.v1.RequestCancelActivityTaskCommandAttributes request_cancel_activity_task_command_attributes = 6;
      • clearRequestCancelActivityTaskCommandAttributes

        public Command.Builder clearRequestCancelActivityTaskCommandAttributes()
        .temporal.api.command.v1.RequestCancelActivityTaskCommandAttributes request_cancel_activity_task_command_attributes = 6;
      • getRequestCancelActivityTaskCommandAttributesBuilder

        public RequestCancelActivityTaskCommandAttributes.Builder getRequestCancelActivityTaskCommandAttributesBuilder()
        .temporal.api.command.v1.RequestCancelActivityTaskCommandAttributes request_cancel_activity_task_command_attributes = 6;
      • hasCancelTimerCommandAttributes

        public boolean hasCancelTimerCommandAttributes()
        .temporal.api.command.v1.CancelTimerCommandAttributes cancel_timer_command_attributes = 7;
        Specified by:
        hasCancelTimerCommandAttributes in interface CommandOrBuilder
        Returns:
        Whether the cancelTimerCommandAttributes field is set.
      • setCancelTimerCommandAttributes

        public Command.Builder setCancelTimerCommandAttributes​(CancelTimerCommandAttributes value)
        .temporal.api.command.v1.CancelTimerCommandAttributes cancel_timer_command_attributes = 7;
      • mergeCancelTimerCommandAttributes

        public Command.Builder mergeCancelTimerCommandAttributes​(CancelTimerCommandAttributes value)
        .temporal.api.command.v1.CancelTimerCommandAttributes cancel_timer_command_attributes = 7;
      • clearCancelTimerCommandAttributes

        public Command.Builder clearCancelTimerCommandAttributes()
        .temporal.api.command.v1.CancelTimerCommandAttributes cancel_timer_command_attributes = 7;
      • getCancelTimerCommandAttributesBuilder

        public CancelTimerCommandAttributes.Builder getCancelTimerCommandAttributesBuilder()
        .temporal.api.command.v1.CancelTimerCommandAttributes cancel_timer_command_attributes = 7;
      • hasCancelWorkflowExecutionCommandAttributes

        public boolean hasCancelWorkflowExecutionCommandAttributes()
        .temporal.api.command.v1.CancelWorkflowExecutionCommandAttributes cancel_workflow_execution_command_attributes = 8;
        Specified by:
        hasCancelWorkflowExecutionCommandAttributes in interface CommandOrBuilder
        Returns:
        Whether the cancelWorkflowExecutionCommandAttributes field is set.
      • setCancelWorkflowExecutionCommandAttributes

        public Command.Builder setCancelWorkflowExecutionCommandAttributes​(CancelWorkflowExecutionCommandAttributes value)
        .temporal.api.command.v1.CancelWorkflowExecutionCommandAttributes cancel_workflow_execution_command_attributes = 8;
      • mergeCancelWorkflowExecutionCommandAttributes

        public Command.Builder mergeCancelWorkflowExecutionCommandAttributes​(CancelWorkflowExecutionCommandAttributes value)
        .temporal.api.command.v1.CancelWorkflowExecutionCommandAttributes cancel_workflow_execution_command_attributes = 8;
      • clearCancelWorkflowExecutionCommandAttributes

        public Command.Builder clearCancelWorkflowExecutionCommandAttributes()
        .temporal.api.command.v1.CancelWorkflowExecutionCommandAttributes cancel_workflow_execution_command_attributes = 8;
      • getCancelWorkflowExecutionCommandAttributesBuilder

        public CancelWorkflowExecutionCommandAttributes.Builder getCancelWorkflowExecutionCommandAttributesBuilder()
        .temporal.api.command.v1.CancelWorkflowExecutionCommandAttributes cancel_workflow_execution_command_attributes = 8;
      • hasRequestCancelExternalWorkflowExecutionCommandAttributes

        public boolean hasRequestCancelExternalWorkflowExecutionCommandAttributes()
        .temporal.api.command.v1.RequestCancelExternalWorkflowExecutionCommandAttributes request_cancel_external_workflow_execution_command_attributes = 9;
        Specified by:
        hasRequestCancelExternalWorkflowExecutionCommandAttributes in interface CommandOrBuilder
        Returns:
        Whether the requestCancelExternalWorkflowExecutionCommandAttributes field is set.
      • setRequestCancelExternalWorkflowExecutionCommandAttributes

        public Command.Builder setRequestCancelExternalWorkflowExecutionCommandAttributes​(RequestCancelExternalWorkflowExecutionCommandAttributes value)
        .temporal.api.command.v1.RequestCancelExternalWorkflowExecutionCommandAttributes request_cancel_external_workflow_execution_command_attributes = 9;
      • mergeRequestCancelExternalWorkflowExecutionCommandAttributes

        public Command.Builder mergeRequestCancelExternalWorkflowExecutionCommandAttributes​(RequestCancelExternalWorkflowExecutionCommandAttributes value)
        .temporal.api.command.v1.RequestCancelExternalWorkflowExecutionCommandAttributes request_cancel_external_workflow_execution_command_attributes = 9;
      • clearRequestCancelExternalWorkflowExecutionCommandAttributes

        public Command.Builder clearRequestCancelExternalWorkflowExecutionCommandAttributes()
        .temporal.api.command.v1.RequestCancelExternalWorkflowExecutionCommandAttributes request_cancel_external_workflow_execution_command_attributes = 9;
      • getRequestCancelExternalWorkflowExecutionCommandAttributesBuilder

        public RequestCancelExternalWorkflowExecutionCommandAttributes.Builder getRequestCancelExternalWorkflowExecutionCommandAttributesBuilder()
        .temporal.api.command.v1.RequestCancelExternalWorkflowExecutionCommandAttributes request_cancel_external_workflow_execution_command_attributes = 9;
      • hasRecordMarkerCommandAttributes

        public boolean hasRecordMarkerCommandAttributes()
        .temporal.api.command.v1.RecordMarkerCommandAttributes record_marker_command_attributes = 10;
        Specified by:
        hasRecordMarkerCommandAttributes in interface CommandOrBuilder
        Returns:
        Whether the recordMarkerCommandAttributes field is set.
      • setRecordMarkerCommandAttributes

        public Command.Builder setRecordMarkerCommandAttributes​(RecordMarkerCommandAttributes value)
        .temporal.api.command.v1.RecordMarkerCommandAttributes record_marker_command_attributes = 10;
      • mergeRecordMarkerCommandAttributes

        public Command.Builder mergeRecordMarkerCommandAttributes​(RecordMarkerCommandAttributes value)
        .temporal.api.command.v1.RecordMarkerCommandAttributes record_marker_command_attributes = 10;
      • clearRecordMarkerCommandAttributes

        public Command.Builder clearRecordMarkerCommandAttributes()
        .temporal.api.command.v1.RecordMarkerCommandAttributes record_marker_command_attributes = 10;
      • getRecordMarkerCommandAttributesBuilder

        public RecordMarkerCommandAttributes.Builder getRecordMarkerCommandAttributesBuilder()
        .temporal.api.command.v1.RecordMarkerCommandAttributes record_marker_command_attributes = 10;
      • hasContinueAsNewWorkflowExecutionCommandAttributes

        public boolean hasContinueAsNewWorkflowExecutionCommandAttributes()
        .temporal.api.command.v1.ContinueAsNewWorkflowExecutionCommandAttributes continue_as_new_workflow_execution_command_attributes = 11;
        Specified by:
        hasContinueAsNewWorkflowExecutionCommandAttributes in interface CommandOrBuilder
        Returns:
        Whether the continueAsNewWorkflowExecutionCommandAttributes field is set.
      • setContinueAsNewWorkflowExecutionCommandAttributes

        public Command.Builder setContinueAsNewWorkflowExecutionCommandAttributes​(ContinueAsNewWorkflowExecutionCommandAttributes value)
        .temporal.api.command.v1.ContinueAsNewWorkflowExecutionCommandAttributes continue_as_new_workflow_execution_command_attributes = 11;
      • mergeContinueAsNewWorkflowExecutionCommandAttributes

        public Command.Builder mergeContinueAsNewWorkflowExecutionCommandAttributes​(ContinueAsNewWorkflowExecutionCommandAttributes value)
        .temporal.api.command.v1.ContinueAsNewWorkflowExecutionCommandAttributes continue_as_new_workflow_execution_command_attributes = 11;
      • clearContinueAsNewWorkflowExecutionCommandAttributes

        public Command.Builder clearContinueAsNewWorkflowExecutionCommandAttributes()
        .temporal.api.command.v1.ContinueAsNewWorkflowExecutionCommandAttributes continue_as_new_workflow_execution_command_attributes = 11;
      • getContinueAsNewWorkflowExecutionCommandAttributesBuilder

        public ContinueAsNewWorkflowExecutionCommandAttributes.Builder getContinueAsNewWorkflowExecutionCommandAttributesBuilder()
        .temporal.api.command.v1.ContinueAsNewWorkflowExecutionCommandAttributes continue_as_new_workflow_execution_command_attributes = 11;
      • hasStartChildWorkflowExecutionCommandAttributes

        public boolean hasStartChildWorkflowExecutionCommandAttributes()
        .temporal.api.command.v1.StartChildWorkflowExecutionCommandAttributes start_child_workflow_execution_command_attributes = 12;
        Specified by:
        hasStartChildWorkflowExecutionCommandAttributes in interface CommandOrBuilder
        Returns:
        Whether the startChildWorkflowExecutionCommandAttributes field is set.
      • setStartChildWorkflowExecutionCommandAttributes

        public Command.Builder setStartChildWorkflowExecutionCommandAttributes​(StartChildWorkflowExecutionCommandAttributes value)
        .temporal.api.command.v1.StartChildWorkflowExecutionCommandAttributes start_child_workflow_execution_command_attributes = 12;
      • mergeStartChildWorkflowExecutionCommandAttributes

        public Command.Builder mergeStartChildWorkflowExecutionCommandAttributes​(StartChildWorkflowExecutionCommandAttributes value)
        .temporal.api.command.v1.StartChildWorkflowExecutionCommandAttributes start_child_workflow_execution_command_attributes = 12;
      • clearStartChildWorkflowExecutionCommandAttributes

        public Command.Builder clearStartChildWorkflowExecutionCommandAttributes()
        .temporal.api.command.v1.StartChildWorkflowExecutionCommandAttributes start_child_workflow_execution_command_attributes = 12;
      • getStartChildWorkflowExecutionCommandAttributesBuilder

        public StartChildWorkflowExecutionCommandAttributes.Builder getStartChildWorkflowExecutionCommandAttributesBuilder()
        .temporal.api.command.v1.StartChildWorkflowExecutionCommandAttributes start_child_workflow_execution_command_attributes = 12;
      • hasSignalExternalWorkflowExecutionCommandAttributes

        public boolean hasSignalExternalWorkflowExecutionCommandAttributes()
        .temporal.api.command.v1.SignalExternalWorkflowExecutionCommandAttributes signal_external_workflow_execution_command_attributes = 13;
        Specified by:
        hasSignalExternalWorkflowExecutionCommandAttributes in interface CommandOrBuilder
        Returns:
        Whether the signalExternalWorkflowExecutionCommandAttributes field is set.
      • setSignalExternalWorkflowExecutionCommandAttributes

        public Command.Builder setSignalExternalWorkflowExecutionCommandAttributes​(SignalExternalWorkflowExecutionCommandAttributes value)
        .temporal.api.command.v1.SignalExternalWorkflowExecutionCommandAttributes signal_external_workflow_execution_command_attributes = 13;
      • mergeSignalExternalWorkflowExecutionCommandAttributes

        public Command.Builder mergeSignalExternalWorkflowExecutionCommandAttributes​(SignalExternalWorkflowExecutionCommandAttributes value)
        .temporal.api.command.v1.SignalExternalWorkflowExecutionCommandAttributes signal_external_workflow_execution_command_attributes = 13;
      • clearSignalExternalWorkflowExecutionCommandAttributes

        public Command.Builder clearSignalExternalWorkflowExecutionCommandAttributes()
        .temporal.api.command.v1.SignalExternalWorkflowExecutionCommandAttributes signal_external_workflow_execution_command_attributes = 13;
      • getSignalExternalWorkflowExecutionCommandAttributesBuilder

        public SignalExternalWorkflowExecutionCommandAttributes.Builder getSignalExternalWorkflowExecutionCommandAttributesBuilder()
        .temporal.api.command.v1.SignalExternalWorkflowExecutionCommandAttributes signal_external_workflow_execution_command_attributes = 13;
      • hasUpsertWorkflowSearchAttributesCommandAttributes

        public boolean hasUpsertWorkflowSearchAttributesCommandAttributes()
        .temporal.api.command.v1.UpsertWorkflowSearchAttributesCommandAttributes upsert_workflow_search_attributes_command_attributes = 14;
        Specified by:
        hasUpsertWorkflowSearchAttributesCommandAttributes in interface CommandOrBuilder
        Returns:
        Whether the upsertWorkflowSearchAttributesCommandAttributes field is set.
      • setUpsertWorkflowSearchAttributesCommandAttributes

        public Command.Builder setUpsertWorkflowSearchAttributesCommandAttributes​(UpsertWorkflowSearchAttributesCommandAttributes value)
        .temporal.api.command.v1.UpsertWorkflowSearchAttributesCommandAttributes upsert_workflow_search_attributes_command_attributes = 14;
      • mergeUpsertWorkflowSearchAttributesCommandAttributes

        public Command.Builder mergeUpsertWorkflowSearchAttributesCommandAttributes​(UpsertWorkflowSearchAttributesCommandAttributes value)
        .temporal.api.command.v1.UpsertWorkflowSearchAttributesCommandAttributes upsert_workflow_search_attributes_command_attributes = 14;
      • clearUpsertWorkflowSearchAttributesCommandAttributes

        public Command.Builder clearUpsertWorkflowSearchAttributesCommandAttributes()
        .temporal.api.command.v1.UpsertWorkflowSearchAttributesCommandAttributes upsert_workflow_search_attributes_command_attributes = 14;
      • getUpsertWorkflowSearchAttributesCommandAttributesBuilder

        public UpsertWorkflowSearchAttributesCommandAttributes.Builder getUpsertWorkflowSearchAttributesCommandAttributesBuilder()
        .temporal.api.command.v1.UpsertWorkflowSearchAttributesCommandAttributes upsert_workflow_search_attributes_command_attributes = 14;
      • hasProtocolMessageCommandAttributes

        public boolean hasProtocolMessageCommandAttributes()
        .temporal.api.command.v1.ProtocolMessageCommandAttributes protocol_message_command_attributes = 15;
        Specified by:
        hasProtocolMessageCommandAttributes in interface CommandOrBuilder
        Returns:
        Whether the protocolMessageCommandAttributes field is set.
      • setProtocolMessageCommandAttributes

        public Command.Builder setProtocolMessageCommandAttributes​(ProtocolMessageCommandAttributes value)
        .temporal.api.command.v1.ProtocolMessageCommandAttributes protocol_message_command_attributes = 15;
      • mergeProtocolMessageCommandAttributes

        public Command.Builder mergeProtocolMessageCommandAttributes​(ProtocolMessageCommandAttributes value)
        .temporal.api.command.v1.ProtocolMessageCommandAttributes protocol_message_command_attributes = 15;
      • clearProtocolMessageCommandAttributes

        public Command.Builder clearProtocolMessageCommandAttributes()
        .temporal.api.command.v1.ProtocolMessageCommandAttributes protocol_message_command_attributes = 15;
      • getProtocolMessageCommandAttributesBuilder

        public ProtocolMessageCommandAttributes.Builder getProtocolMessageCommandAttributesBuilder()
        .temporal.api.command.v1.ProtocolMessageCommandAttributes protocol_message_command_attributes = 15;
      • hasModifyWorkflowPropertiesCommandAttributes

        public boolean hasModifyWorkflowPropertiesCommandAttributes()
         16 is available for use - it was used as part of a prototype that never made it into a release
         
        .temporal.api.command.v1.ModifyWorkflowPropertiesCommandAttributes modify_workflow_properties_command_attributes = 17;
        Specified by:
        hasModifyWorkflowPropertiesCommandAttributes in interface CommandOrBuilder
        Returns:
        Whether the modifyWorkflowPropertiesCommandAttributes field is set.
      • getModifyWorkflowPropertiesCommandAttributes

        public ModifyWorkflowPropertiesCommandAttributes getModifyWorkflowPropertiesCommandAttributes()
         16 is available for use - it was used as part of a prototype that never made it into a release
         
        .temporal.api.command.v1.ModifyWorkflowPropertiesCommandAttributes modify_workflow_properties_command_attributes = 17;
        Specified by:
        getModifyWorkflowPropertiesCommandAttributes in interface CommandOrBuilder
        Returns:
        The modifyWorkflowPropertiesCommandAttributes.
      • setModifyWorkflowPropertiesCommandAttributes

        public Command.Builder setModifyWorkflowPropertiesCommandAttributes​(ModifyWorkflowPropertiesCommandAttributes value)
         16 is available for use - it was used as part of a prototype that never made it into a release
         
        .temporal.api.command.v1.ModifyWorkflowPropertiesCommandAttributes modify_workflow_properties_command_attributes = 17;
      • setModifyWorkflowPropertiesCommandAttributes

        public Command.Builder setModifyWorkflowPropertiesCommandAttributes​(ModifyWorkflowPropertiesCommandAttributes.Builder builderForValue)
         16 is available for use - it was used as part of a prototype that never made it into a release
         
        .temporal.api.command.v1.ModifyWorkflowPropertiesCommandAttributes modify_workflow_properties_command_attributes = 17;
      • mergeModifyWorkflowPropertiesCommandAttributes

        public Command.Builder mergeModifyWorkflowPropertiesCommandAttributes​(ModifyWorkflowPropertiesCommandAttributes value)
         16 is available for use - it was used as part of a prototype that never made it into a release
         
        .temporal.api.command.v1.ModifyWorkflowPropertiesCommandAttributes modify_workflow_properties_command_attributes = 17;
      • clearModifyWorkflowPropertiesCommandAttributes

        public Command.Builder clearModifyWorkflowPropertiesCommandAttributes()
         16 is available for use - it was used as part of a prototype that never made it into a release
         
        .temporal.api.command.v1.ModifyWorkflowPropertiesCommandAttributes modify_workflow_properties_command_attributes = 17;
      • getModifyWorkflowPropertiesCommandAttributesBuilder

        public ModifyWorkflowPropertiesCommandAttributes.Builder getModifyWorkflowPropertiesCommandAttributesBuilder()
         16 is available for use - it was used as part of a prototype that never made it into a release
         
        .temporal.api.command.v1.ModifyWorkflowPropertiesCommandAttributes modify_workflow_properties_command_attributes = 17;
      • setUnknownFields

        public final Command.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<Command.Builder>
      • mergeUnknownFields

        public final Command.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<Command.Builder>