Class Command.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<Command.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<Command.Builder>
io.temporal.api.command.v1.Command.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, CommandOrBuilder, 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 Details

    • 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, 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, 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, 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>
    • mergeFrom

      public Command.Builder mergeFrom(Command other)
    • 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 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:
      IOException
    • getAttributesCase

      public Command.AttributesCase getAttributesCase()
      Specified by:
      getAttributesCase in interface CommandOrBuilder
    • clearAttributes

      public Command.Builder clearAttributes()
    • 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.
    • getCommandType

      public CommandType getCommandType()
      .temporal.api.enums.v1.CommandType command_type = 1;
      Specified by:
      getCommandType in interface CommandOrBuilder
      Returns:
      The commandType.
    • 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.
    • hasUserMetadata

      public boolean hasUserMetadata()
       Metadata on the command. This is sometimes carried over to the history event if one is
       created as a result of the command. Most commands won't have this information, and how this
       information is used is dependent upon the interface that reads it.
      
       Current well-known uses:
        * start_child_workflow_execution_command_attributes - populates
          temporal.api.workflow.v1.WorkflowExecutionInfo.user_metadata where the summary and details
          are used by user interfaces to show fixed as-of-start workflow summary and details.
        * start_timer_command_attributes - populates temporal.api.history.v1.HistoryEvent for timer
          started where the summary is used to identify the timer.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 301;
      Specified by:
      hasUserMetadata in interface CommandOrBuilder
      Returns:
      Whether the userMetadata field is set.
    • getUserMetadata

      public UserMetadata getUserMetadata()
       Metadata on the command. This is sometimes carried over to the history event if one is
       created as a result of the command. Most commands won't have this information, and how this
       information is used is dependent upon the interface that reads it.
      
       Current well-known uses:
        * start_child_workflow_execution_command_attributes - populates
          temporal.api.workflow.v1.WorkflowExecutionInfo.user_metadata where the summary and details
          are used by user interfaces to show fixed as-of-start workflow summary and details.
        * start_timer_command_attributes - populates temporal.api.history.v1.HistoryEvent for timer
          started where the summary is used to identify the timer.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 301;
      Specified by:
      getUserMetadata in interface CommandOrBuilder
      Returns:
      The userMetadata.
    • setUserMetadata

      public Command.Builder setUserMetadata(UserMetadata value)
       Metadata on the command. This is sometimes carried over to the history event if one is
       created as a result of the command. Most commands won't have this information, and how this
       information is used is dependent upon the interface that reads it.
      
       Current well-known uses:
        * start_child_workflow_execution_command_attributes - populates
          temporal.api.workflow.v1.WorkflowExecutionInfo.user_metadata where the summary and details
          are used by user interfaces to show fixed as-of-start workflow summary and details.
        * start_timer_command_attributes - populates temporal.api.history.v1.HistoryEvent for timer
          started where the summary is used to identify the timer.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 301;
    • setUserMetadata

      public Command.Builder setUserMetadata(UserMetadata.Builder builderForValue)
       Metadata on the command. This is sometimes carried over to the history event if one is
       created as a result of the command. Most commands won't have this information, and how this
       information is used is dependent upon the interface that reads it.
      
       Current well-known uses:
        * start_child_workflow_execution_command_attributes - populates
          temporal.api.workflow.v1.WorkflowExecutionInfo.user_metadata where the summary and details
          are used by user interfaces to show fixed as-of-start workflow summary and details.
        * start_timer_command_attributes - populates temporal.api.history.v1.HistoryEvent for timer
          started where the summary is used to identify the timer.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 301;
    • mergeUserMetadata

      public Command.Builder mergeUserMetadata(UserMetadata value)
       Metadata on the command. This is sometimes carried over to the history event if one is
       created as a result of the command. Most commands won't have this information, and how this
       information is used is dependent upon the interface that reads it.
      
       Current well-known uses:
        * start_child_workflow_execution_command_attributes - populates
          temporal.api.workflow.v1.WorkflowExecutionInfo.user_metadata where the summary and details
          are used by user interfaces to show fixed as-of-start workflow summary and details.
        * start_timer_command_attributes - populates temporal.api.history.v1.HistoryEvent for timer
          started where the summary is used to identify the timer.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 301;
    • clearUserMetadata

      public Command.Builder clearUserMetadata()
       Metadata on the command. This is sometimes carried over to the history event if one is
       created as a result of the command. Most commands won't have this information, and how this
       information is used is dependent upon the interface that reads it.
      
       Current well-known uses:
        * start_child_workflow_execution_command_attributes - populates
          temporal.api.workflow.v1.WorkflowExecutionInfo.user_metadata where the summary and details
          are used by user interfaces to show fixed as-of-start workflow summary and details.
        * start_timer_command_attributes - populates temporal.api.history.v1.HistoryEvent for timer
          started where the summary is used to identify the timer.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 301;
    • getUserMetadataBuilder

      public UserMetadata.Builder getUserMetadataBuilder()
       Metadata on the command. This is sometimes carried over to the history event if one is
       created as a result of the command. Most commands won't have this information, and how this
       information is used is dependent upon the interface that reads it.
      
       Current well-known uses:
        * start_child_workflow_execution_command_attributes - populates
          temporal.api.workflow.v1.WorkflowExecutionInfo.user_metadata where the summary and details
          are used by user interfaces to show fixed as-of-start workflow summary and details.
        * start_timer_command_attributes - populates temporal.api.history.v1.HistoryEvent for timer
          started where the summary is used to identify the timer.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 301;
    • getUserMetadataOrBuilder

      public UserMetadataOrBuilder getUserMetadataOrBuilder()
       Metadata on the command. This is sometimes carried over to the history event if one is
       created as a result of the command. Most commands won't have this information, and how this
       information is used is dependent upon the interface that reads it.
      
       Current well-known uses:
        * start_child_workflow_execution_command_attributes - populates
          temporal.api.workflow.v1.WorkflowExecutionInfo.user_metadata where the summary and details
          are used by user interfaces to show fixed as-of-start workflow summary and details.
        * start_timer_command_attributes - populates temporal.api.history.v1.HistoryEvent for timer
          started where the summary is used to identify the timer.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 301;
      Specified by:
      getUserMetadataOrBuilder in interface CommandOrBuilder
    • getEventGroupMarkersList

      public List<EventGroupMarker> getEventGroupMarkersList()
       Event Group Markers attached to the command by the workflow author.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 302;
      Specified by:
      getEventGroupMarkersList in interface CommandOrBuilder
    • getEventGroupMarkersCount

      public int getEventGroupMarkersCount()
       Event Group Markers attached to the command by the workflow author.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 302;
      Specified by:
      getEventGroupMarkersCount in interface CommandOrBuilder
    • getEventGroupMarkers

      public EventGroupMarker getEventGroupMarkers(int index)
       Event Group Markers attached to the command by the workflow author.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 302;
      Specified by:
      getEventGroupMarkers in interface CommandOrBuilder
    • setEventGroupMarkers

      public Command.Builder setEventGroupMarkers(int index, EventGroupMarker value)
       Event Group Markers attached to the command by the workflow author.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 302;
    • setEventGroupMarkers

      public Command.Builder setEventGroupMarkers(int index, EventGroupMarker.Builder builderForValue)
       Event Group Markers attached to the command by the workflow author.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 302;
    • addEventGroupMarkers

      public Command.Builder addEventGroupMarkers(EventGroupMarker value)
       Event Group Markers attached to the command by the workflow author.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 302;
    • addEventGroupMarkers

      public Command.Builder addEventGroupMarkers(int index, EventGroupMarker value)
       Event Group Markers attached to the command by the workflow author.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 302;
    • addEventGroupMarkers

      public Command.Builder addEventGroupMarkers(EventGroupMarker.Builder builderForValue)
       Event Group Markers attached to the command by the workflow author.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 302;
    • addEventGroupMarkers

      public Command.Builder addEventGroupMarkers(int index, EventGroupMarker.Builder builderForValue)
       Event Group Markers attached to the command by the workflow author.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 302;
    • addAllEventGroupMarkers

      public Command.Builder addAllEventGroupMarkers(Iterable<? extends EventGroupMarker> values)
       Event Group Markers attached to the command by the workflow author.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 302;
    • clearEventGroupMarkers

      public Command.Builder clearEventGroupMarkers()
       Event Group Markers attached to the command by the workflow author.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 302;
    • removeEventGroupMarkers

      public Command.Builder removeEventGroupMarkers(int index)
       Event Group Markers attached to the command by the workflow author.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 302;
    • getEventGroupMarkersBuilder

      public EventGroupMarker.Builder getEventGroupMarkersBuilder(int index)
       Event Group Markers attached to the command by the workflow author.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 302;
    • getEventGroupMarkersOrBuilder

      public EventGroupMarkerOrBuilder getEventGroupMarkersOrBuilder(int index)
       Event Group Markers attached to the command by the workflow author.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 302;
      Specified by:
      getEventGroupMarkersOrBuilder in interface CommandOrBuilder
    • getEventGroupMarkersOrBuilderList

      public List<? extends EventGroupMarkerOrBuilder> getEventGroupMarkersOrBuilderList()
       Event Group Markers attached to the command by the workflow author.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 302;
      Specified by:
      getEventGroupMarkersOrBuilderList in interface CommandOrBuilder
    • addEventGroupMarkersBuilder

      public EventGroupMarker.Builder addEventGroupMarkersBuilder()
       Event Group Markers attached to the command by the workflow author.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 302;
    • addEventGroupMarkersBuilder

      public EventGroupMarker.Builder addEventGroupMarkersBuilder(int index)
       Event Group Markers attached to the command by the workflow author.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 302;
    • getEventGroupMarkersBuilderList

      public List<EventGroupMarker.Builder> getEventGroupMarkersBuilderList()
       Event Group Markers attached to the command by the workflow author.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 302;
    • 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.
    • getScheduleActivityTaskCommandAttributes

      public ScheduleActivityTaskCommandAttributes getScheduleActivityTaskCommandAttributes()
      .temporal.api.command.v1.ScheduleActivityTaskCommandAttributes schedule_activity_task_command_attributes = 2;
      Specified by:
      getScheduleActivityTaskCommandAttributes in interface CommandOrBuilder
      Returns:
      The scheduleActivityTaskCommandAttributes.
    • setScheduleActivityTaskCommandAttributes

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

      public Command.Builder setScheduleActivityTaskCommandAttributes(ScheduleActivityTaskCommandAttributes.Builder builderForValue)
      .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;
    • getScheduleActivityTaskCommandAttributesOrBuilder

      public ScheduleActivityTaskCommandAttributesOrBuilder getScheduleActivityTaskCommandAttributesOrBuilder()
      .temporal.api.command.v1.ScheduleActivityTaskCommandAttributes schedule_activity_task_command_attributes = 2;
      Specified by:
      getScheduleActivityTaskCommandAttributesOrBuilder in interface CommandOrBuilder
    • 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.
    • getStartTimerCommandAttributes

      public StartTimerCommandAttributes getStartTimerCommandAttributes()
      .temporal.api.command.v1.StartTimerCommandAttributes start_timer_command_attributes = 3;
      Specified by:
      getStartTimerCommandAttributes in interface CommandOrBuilder
      Returns:
      The startTimerCommandAttributes.
    • setStartTimerCommandAttributes

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

      public Command.Builder setStartTimerCommandAttributes(StartTimerCommandAttributes.Builder builderForValue)
      .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;
    • getStartTimerCommandAttributesOrBuilder

      public StartTimerCommandAttributesOrBuilder getStartTimerCommandAttributesOrBuilder()
      .temporal.api.command.v1.StartTimerCommandAttributes start_timer_command_attributes = 3;
      Specified by:
      getStartTimerCommandAttributesOrBuilder in interface CommandOrBuilder
    • 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.
    • getCompleteWorkflowExecutionCommandAttributes

      public CompleteWorkflowExecutionCommandAttributes getCompleteWorkflowExecutionCommandAttributes()
      .temporal.api.command.v1.CompleteWorkflowExecutionCommandAttributes complete_workflow_execution_command_attributes = 4;
      Specified by:
      getCompleteWorkflowExecutionCommandAttributes in interface CommandOrBuilder
      Returns:
      The completeWorkflowExecutionCommandAttributes.
    • setCompleteWorkflowExecutionCommandAttributes

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

      public Command.Builder setCompleteWorkflowExecutionCommandAttributes(CompleteWorkflowExecutionCommandAttributes.Builder builderForValue)
      .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;
    • getCompleteWorkflowExecutionCommandAttributesOrBuilder

      public CompleteWorkflowExecutionCommandAttributesOrBuilder getCompleteWorkflowExecutionCommandAttributesOrBuilder()
      .temporal.api.command.v1.CompleteWorkflowExecutionCommandAttributes complete_workflow_execution_command_attributes = 4;
      Specified by:
      getCompleteWorkflowExecutionCommandAttributesOrBuilder in interface CommandOrBuilder
    • 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.
    • getFailWorkflowExecutionCommandAttributes

      public FailWorkflowExecutionCommandAttributes getFailWorkflowExecutionCommandAttributes()
      .temporal.api.command.v1.FailWorkflowExecutionCommandAttributes fail_workflow_execution_command_attributes = 5;
      Specified by:
      getFailWorkflowExecutionCommandAttributes in interface CommandOrBuilder
      Returns:
      The failWorkflowExecutionCommandAttributes.
    • setFailWorkflowExecutionCommandAttributes

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

      public Command.Builder setFailWorkflowExecutionCommandAttributes(FailWorkflowExecutionCommandAttributes.Builder builderForValue)
      .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;
    • getFailWorkflowExecutionCommandAttributesOrBuilder

      public FailWorkflowExecutionCommandAttributesOrBuilder getFailWorkflowExecutionCommandAttributesOrBuilder()
      .temporal.api.command.v1.FailWorkflowExecutionCommandAttributes fail_workflow_execution_command_attributes = 5;
      Specified by:
      getFailWorkflowExecutionCommandAttributesOrBuilder in interface CommandOrBuilder
    • 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.
    • getRequestCancelActivityTaskCommandAttributes

      public RequestCancelActivityTaskCommandAttributes getRequestCancelActivityTaskCommandAttributes()
      .temporal.api.command.v1.RequestCancelActivityTaskCommandAttributes request_cancel_activity_task_command_attributes = 6;
      Specified by:
      getRequestCancelActivityTaskCommandAttributes in interface CommandOrBuilder
      Returns:
      The requestCancelActivityTaskCommandAttributes.
    • setRequestCancelActivityTaskCommandAttributes

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

      public Command.Builder setRequestCancelActivityTaskCommandAttributes(RequestCancelActivityTaskCommandAttributes.Builder builderForValue)
      .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;
    • getRequestCancelActivityTaskCommandAttributesOrBuilder

      public RequestCancelActivityTaskCommandAttributesOrBuilder getRequestCancelActivityTaskCommandAttributesOrBuilder()
      .temporal.api.command.v1.RequestCancelActivityTaskCommandAttributes request_cancel_activity_task_command_attributes = 6;
      Specified by:
      getRequestCancelActivityTaskCommandAttributesOrBuilder in interface CommandOrBuilder
    • 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.
    • getCancelTimerCommandAttributes

      public CancelTimerCommandAttributes getCancelTimerCommandAttributes()
      .temporal.api.command.v1.CancelTimerCommandAttributes cancel_timer_command_attributes = 7;
      Specified by:
      getCancelTimerCommandAttributes in interface CommandOrBuilder
      Returns:
      The cancelTimerCommandAttributes.
    • setCancelTimerCommandAttributes

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

      public Command.Builder setCancelTimerCommandAttributes(CancelTimerCommandAttributes.Builder builderForValue)
      .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;
    • getCancelTimerCommandAttributesOrBuilder

      public CancelTimerCommandAttributesOrBuilder getCancelTimerCommandAttributesOrBuilder()
      .temporal.api.command.v1.CancelTimerCommandAttributes cancel_timer_command_attributes = 7;
      Specified by:
      getCancelTimerCommandAttributesOrBuilder in interface CommandOrBuilder
    • 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.
    • getCancelWorkflowExecutionCommandAttributes

      public CancelWorkflowExecutionCommandAttributes getCancelWorkflowExecutionCommandAttributes()
      .temporal.api.command.v1.CancelWorkflowExecutionCommandAttributes cancel_workflow_execution_command_attributes = 8;
      Specified by:
      getCancelWorkflowExecutionCommandAttributes in interface CommandOrBuilder
      Returns:
      The cancelWorkflowExecutionCommandAttributes.
    • setCancelWorkflowExecutionCommandAttributes

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

      public Command.Builder setCancelWorkflowExecutionCommandAttributes(CancelWorkflowExecutionCommandAttributes.Builder builderForValue)
      .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;
    • getCancelWorkflowExecutionCommandAttributesOrBuilder

      public CancelWorkflowExecutionCommandAttributesOrBuilder getCancelWorkflowExecutionCommandAttributesOrBuilder()
      .temporal.api.command.v1.CancelWorkflowExecutionCommandAttributes cancel_workflow_execution_command_attributes = 8;
      Specified by:
      getCancelWorkflowExecutionCommandAttributesOrBuilder in interface CommandOrBuilder
    • 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.
    • getRequestCancelExternalWorkflowExecutionCommandAttributes

      public RequestCancelExternalWorkflowExecutionCommandAttributes getRequestCancelExternalWorkflowExecutionCommandAttributes()
      .temporal.api.command.v1.RequestCancelExternalWorkflowExecutionCommandAttributes request_cancel_external_workflow_execution_command_attributes = 9;
      Specified by:
      getRequestCancelExternalWorkflowExecutionCommandAttributes in interface CommandOrBuilder
      Returns:
      The requestCancelExternalWorkflowExecutionCommandAttributes.
    • setRequestCancelExternalWorkflowExecutionCommandAttributes

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

      public Command.Builder setRequestCancelExternalWorkflowExecutionCommandAttributes(RequestCancelExternalWorkflowExecutionCommandAttributes.Builder builderForValue)
      .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;
    • getRequestCancelExternalWorkflowExecutionCommandAttributesOrBuilder

      public RequestCancelExternalWorkflowExecutionCommandAttributesOrBuilder getRequestCancelExternalWorkflowExecutionCommandAttributesOrBuilder()
      .temporal.api.command.v1.RequestCancelExternalWorkflowExecutionCommandAttributes request_cancel_external_workflow_execution_command_attributes = 9;
      Specified by:
      getRequestCancelExternalWorkflowExecutionCommandAttributesOrBuilder in interface CommandOrBuilder
    • 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.
    • getRecordMarkerCommandAttributes

      public RecordMarkerCommandAttributes getRecordMarkerCommandAttributes()
      .temporal.api.command.v1.RecordMarkerCommandAttributes record_marker_command_attributes = 10;
      Specified by:
      getRecordMarkerCommandAttributes in interface CommandOrBuilder
      Returns:
      The recordMarkerCommandAttributes.
    • setRecordMarkerCommandAttributes

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

      public Command.Builder setRecordMarkerCommandAttributes(RecordMarkerCommandAttributes.Builder builderForValue)
      .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;
    • getRecordMarkerCommandAttributesOrBuilder

      public RecordMarkerCommandAttributesOrBuilder getRecordMarkerCommandAttributesOrBuilder()
      .temporal.api.command.v1.RecordMarkerCommandAttributes record_marker_command_attributes = 10;
      Specified by:
      getRecordMarkerCommandAttributesOrBuilder in interface CommandOrBuilder
    • 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.
    • getContinueAsNewWorkflowExecutionCommandAttributes

      public ContinueAsNewWorkflowExecutionCommandAttributes getContinueAsNewWorkflowExecutionCommandAttributes()
      .temporal.api.command.v1.ContinueAsNewWorkflowExecutionCommandAttributes continue_as_new_workflow_execution_command_attributes = 11;
      Specified by:
      getContinueAsNewWorkflowExecutionCommandAttributes in interface CommandOrBuilder
      Returns:
      The continueAsNewWorkflowExecutionCommandAttributes.
    • setContinueAsNewWorkflowExecutionCommandAttributes

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

      public Command.Builder setContinueAsNewWorkflowExecutionCommandAttributes(ContinueAsNewWorkflowExecutionCommandAttributes.Builder builderForValue)
      .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;
    • getContinueAsNewWorkflowExecutionCommandAttributesOrBuilder

      public ContinueAsNewWorkflowExecutionCommandAttributesOrBuilder getContinueAsNewWorkflowExecutionCommandAttributesOrBuilder()
      .temporal.api.command.v1.ContinueAsNewWorkflowExecutionCommandAttributes continue_as_new_workflow_execution_command_attributes = 11;
      Specified by:
      getContinueAsNewWorkflowExecutionCommandAttributesOrBuilder in interface CommandOrBuilder
    • 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.
    • getStartChildWorkflowExecutionCommandAttributes

      public StartChildWorkflowExecutionCommandAttributes getStartChildWorkflowExecutionCommandAttributes()
      .temporal.api.command.v1.StartChildWorkflowExecutionCommandAttributes start_child_workflow_execution_command_attributes = 12;
      Specified by:
      getStartChildWorkflowExecutionCommandAttributes in interface CommandOrBuilder
      Returns:
      The startChildWorkflowExecutionCommandAttributes.
    • setStartChildWorkflowExecutionCommandAttributes

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

      public Command.Builder setStartChildWorkflowExecutionCommandAttributes(StartChildWorkflowExecutionCommandAttributes.Builder builderForValue)
      .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;
    • getStartChildWorkflowExecutionCommandAttributesOrBuilder

      public StartChildWorkflowExecutionCommandAttributesOrBuilder getStartChildWorkflowExecutionCommandAttributesOrBuilder()
      .temporal.api.command.v1.StartChildWorkflowExecutionCommandAttributes start_child_workflow_execution_command_attributes = 12;
      Specified by:
      getStartChildWorkflowExecutionCommandAttributesOrBuilder in interface CommandOrBuilder
    • 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.
    • getSignalExternalWorkflowExecutionCommandAttributes

      public SignalExternalWorkflowExecutionCommandAttributes getSignalExternalWorkflowExecutionCommandAttributes()
      .temporal.api.command.v1.SignalExternalWorkflowExecutionCommandAttributes signal_external_workflow_execution_command_attributes = 13;
      Specified by:
      getSignalExternalWorkflowExecutionCommandAttributes in interface CommandOrBuilder
      Returns:
      The signalExternalWorkflowExecutionCommandAttributes.
    • setSignalExternalWorkflowExecutionCommandAttributes

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

      public Command.Builder setSignalExternalWorkflowExecutionCommandAttributes(SignalExternalWorkflowExecutionCommandAttributes.Builder builderForValue)
      .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;
    • getSignalExternalWorkflowExecutionCommandAttributesOrBuilder

      public SignalExternalWorkflowExecutionCommandAttributesOrBuilder getSignalExternalWorkflowExecutionCommandAttributesOrBuilder()
      .temporal.api.command.v1.SignalExternalWorkflowExecutionCommandAttributes signal_external_workflow_execution_command_attributes = 13;
      Specified by:
      getSignalExternalWorkflowExecutionCommandAttributesOrBuilder in interface CommandOrBuilder
    • 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.
    • getUpsertWorkflowSearchAttributesCommandAttributes

      public UpsertWorkflowSearchAttributesCommandAttributes getUpsertWorkflowSearchAttributesCommandAttributes()
      .temporal.api.command.v1.UpsertWorkflowSearchAttributesCommandAttributes upsert_workflow_search_attributes_command_attributes = 14;
      Specified by:
      getUpsertWorkflowSearchAttributesCommandAttributes in interface CommandOrBuilder
      Returns:
      The upsertWorkflowSearchAttributesCommandAttributes.
    • setUpsertWorkflowSearchAttributesCommandAttributes

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

      public Command.Builder setUpsertWorkflowSearchAttributesCommandAttributes(UpsertWorkflowSearchAttributesCommandAttributes.Builder builderForValue)
      .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;
    • getUpsertWorkflowSearchAttributesCommandAttributesOrBuilder

      public UpsertWorkflowSearchAttributesCommandAttributesOrBuilder getUpsertWorkflowSearchAttributesCommandAttributesOrBuilder()
      .temporal.api.command.v1.UpsertWorkflowSearchAttributesCommandAttributes upsert_workflow_search_attributes_command_attributes = 14;
      Specified by:
      getUpsertWorkflowSearchAttributesCommandAttributesOrBuilder in interface CommandOrBuilder
    • 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.
    • getProtocolMessageCommandAttributes

      public ProtocolMessageCommandAttributes getProtocolMessageCommandAttributes()
      .temporal.api.command.v1.ProtocolMessageCommandAttributes protocol_message_command_attributes = 15;
      Specified by:
      getProtocolMessageCommandAttributes in interface CommandOrBuilder
      Returns:
      The protocolMessageCommandAttributes.
    • setProtocolMessageCommandAttributes

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

      public Command.Builder setProtocolMessageCommandAttributes(ProtocolMessageCommandAttributes.Builder builderForValue)
      .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;
    • getProtocolMessageCommandAttributesOrBuilder

      public ProtocolMessageCommandAttributesOrBuilder getProtocolMessageCommandAttributesOrBuilder()
      .temporal.api.command.v1.ProtocolMessageCommandAttributes protocol_message_command_attributes = 15;
      Specified by:
      getProtocolMessageCommandAttributesOrBuilder in interface CommandOrBuilder
    • 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;
    • getModifyWorkflowPropertiesCommandAttributesOrBuilder

      public ModifyWorkflowPropertiesCommandAttributesOrBuilder getModifyWorkflowPropertiesCommandAttributesOrBuilder()
       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:
      getModifyWorkflowPropertiesCommandAttributesOrBuilder in interface CommandOrBuilder
    • hasScheduleNexusOperationCommandAttributes

      public boolean hasScheduleNexusOperationCommandAttributes()
      .temporal.api.command.v1.ScheduleNexusOperationCommandAttributes schedule_nexus_operation_command_attributes = 18;
      Specified by:
      hasScheduleNexusOperationCommandAttributes in interface CommandOrBuilder
      Returns:
      Whether the scheduleNexusOperationCommandAttributes field is set.
    • getScheduleNexusOperationCommandAttributes

      public ScheduleNexusOperationCommandAttributes getScheduleNexusOperationCommandAttributes()
      .temporal.api.command.v1.ScheduleNexusOperationCommandAttributes schedule_nexus_operation_command_attributes = 18;
      Specified by:
      getScheduleNexusOperationCommandAttributes in interface CommandOrBuilder
      Returns:
      The scheduleNexusOperationCommandAttributes.
    • setScheduleNexusOperationCommandAttributes

      public Command.Builder setScheduleNexusOperationCommandAttributes(ScheduleNexusOperationCommandAttributes value)
      .temporal.api.command.v1.ScheduleNexusOperationCommandAttributes schedule_nexus_operation_command_attributes = 18;
    • setScheduleNexusOperationCommandAttributes

      public Command.Builder setScheduleNexusOperationCommandAttributes(ScheduleNexusOperationCommandAttributes.Builder builderForValue)
      .temporal.api.command.v1.ScheduleNexusOperationCommandAttributes schedule_nexus_operation_command_attributes = 18;
    • mergeScheduleNexusOperationCommandAttributes

      public Command.Builder mergeScheduleNexusOperationCommandAttributes(ScheduleNexusOperationCommandAttributes value)
      .temporal.api.command.v1.ScheduleNexusOperationCommandAttributes schedule_nexus_operation_command_attributes = 18;
    • clearScheduleNexusOperationCommandAttributes

      public Command.Builder clearScheduleNexusOperationCommandAttributes()
      .temporal.api.command.v1.ScheduleNexusOperationCommandAttributes schedule_nexus_operation_command_attributes = 18;
    • getScheduleNexusOperationCommandAttributesBuilder

      public ScheduleNexusOperationCommandAttributes.Builder getScheduleNexusOperationCommandAttributesBuilder()
      .temporal.api.command.v1.ScheduleNexusOperationCommandAttributes schedule_nexus_operation_command_attributes = 18;
    • getScheduleNexusOperationCommandAttributesOrBuilder

      public ScheduleNexusOperationCommandAttributesOrBuilder getScheduleNexusOperationCommandAttributesOrBuilder()
      .temporal.api.command.v1.ScheduleNexusOperationCommandAttributes schedule_nexus_operation_command_attributes = 18;
      Specified by:
      getScheduleNexusOperationCommandAttributesOrBuilder in interface CommandOrBuilder
    • hasRequestCancelNexusOperationCommandAttributes

      public boolean hasRequestCancelNexusOperationCommandAttributes()
      .temporal.api.command.v1.RequestCancelNexusOperationCommandAttributes request_cancel_nexus_operation_command_attributes = 19;
      Specified by:
      hasRequestCancelNexusOperationCommandAttributes in interface CommandOrBuilder
      Returns:
      Whether the requestCancelNexusOperationCommandAttributes field is set.
    • getRequestCancelNexusOperationCommandAttributes

      public RequestCancelNexusOperationCommandAttributes getRequestCancelNexusOperationCommandAttributes()
      .temporal.api.command.v1.RequestCancelNexusOperationCommandAttributes request_cancel_nexus_operation_command_attributes = 19;
      Specified by:
      getRequestCancelNexusOperationCommandAttributes in interface CommandOrBuilder
      Returns:
      The requestCancelNexusOperationCommandAttributes.
    • setRequestCancelNexusOperationCommandAttributes

      public Command.Builder setRequestCancelNexusOperationCommandAttributes(RequestCancelNexusOperationCommandAttributes value)
      .temporal.api.command.v1.RequestCancelNexusOperationCommandAttributes request_cancel_nexus_operation_command_attributes = 19;
    • setRequestCancelNexusOperationCommandAttributes

      public Command.Builder setRequestCancelNexusOperationCommandAttributes(RequestCancelNexusOperationCommandAttributes.Builder builderForValue)
      .temporal.api.command.v1.RequestCancelNexusOperationCommandAttributes request_cancel_nexus_operation_command_attributes = 19;
    • mergeRequestCancelNexusOperationCommandAttributes

      public Command.Builder mergeRequestCancelNexusOperationCommandAttributes(RequestCancelNexusOperationCommandAttributes value)
      .temporal.api.command.v1.RequestCancelNexusOperationCommandAttributes request_cancel_nexus_operation_command_attributes = 19;
    • clearRequestCancelNexusOperationCommandAttributes

      public Command.Builder clearRequestCancelNexusOperationCommandAttributes()
      .temporal.api.command.v1.RequestCancelNexusOperationCommandAttributes request_cancel_nexus_operation_command_attributes = 19;
    • getRequestCancelNexusOperationCommandAttributesBuilder

      public RequestCancelNexusOperationCommandAttributes.Builder getRequestCancelNexusOperationCommandAttributesBuilder()
      .temporal.api.command.v1.RequestCancelNexusOperationCommandAttributes request_cancel_nexus_operation_command_attributes = 19;
    • getRequestCancelNexusOperationCommandAttributesOrBuilder

      public RequestCancelNexusOperationCommandAttributesOrBuilder getRequestCancelNexusOperationCommandAttributesOrBuilder()
      .temporal.api.command.v1.RequestCancelNexusOperationCommandAttributes request_cancel_nexus_operation_command_attributes = 19;
      Specified by:
      getRequestCancelNexusOperationCommandAttributesOrBuilder in interface CommandOrBuilder
    • 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>