Class Command

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.temporal.api.command.v1.Command
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, CommandOrBuilder, Serializable

@Generated(value="protoc", comments="annotations:Command.java.pb.meta") public final class Command extends com.google.protobuf.GeneratedMessageV3 implements CommandOrBuilder
Protobuf type temporal.api.command.v1.Command
See Also:
  • Field Details

    • COMMAND_TYPE_FIELD_NUMBER

      public static final int COMMAND_TYPE_FIELD_NUMBER
      See Also:
    • USER_METADATA_FIELD_NUMBER

      public static final int USER_METADATA_FIELD_NUMBER
      See Also:
    • EVENT_GROUP_MARKERS_FIELD_NUMBER

      public static final int EVENT_GROUP_MARKERS_FIELD_NUMBER
      See Also:
    • SCHEDULE_ACTIVITY_TASK_COMMAND_ATTRIBUTES_FIELD_NUMBER

      public static final int SCHEDULE_ACTIVITY_TASK_COMMAND_ATTRIBUTES_FIELD_NUMBER
      See Also:
    • START_TIMER_COMMAND_ATTRIBUTES_FIELD_NUMBER

      public static final int START_TIMER_COMMAND_ATTRIBUTES_FIELD_NUMBER
      See Also:
    • COMPLETE_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES_FIELD_NUMBER

      public static final int COMPLETE_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES_FIELD_NUMBER
      See Also:
    • FAIL_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES_FIELD_NUMBER

      public static final int FAIL_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES_FIELD_NUMBER
      See Also:
    • REQUEST_CANCEL_ACTIVITY_TASK_COMMAND_ATTRIBUTES_FIELD_NUMBER

      public static final int REQUEST_CANCEL_ACTIVITY_TASK_COMMAND_ATTRIBUTES_FIELD_NUMBER
      See Also:
    • CANCEL_TIMER_COMMAND_ATTRIBUTES_FIELD_NUMBER

      public static final int CANCEL_TIMER_COMMAND_ATTRIBUTES_FIELD_NUMBER
      See Also:
    • CANCEL_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES_FIELD_NUMBER

      public static final int CANCEL_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES_FIELD_NUMBER
      See Also:
    • REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES_FIELD_NUMBER

      public static final int REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES_FIELD_NUMBER
      See Also:
    • RECORD_MARKER_COMMAND_ATTRIBUTES_FIELD_NUMBER

      public static final int RECORD_MARKER_COMMAND_ATTRIBUTES_FIELD_NUMBER
      See Also:
    • CONTINUE_AS_NEW_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES_FIELD_NUMBER

      public static final int CONTINUE_AS_NEW_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES_FIELD_NUMBER
      See Also:
    • START_CHILD_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES_FIELD_NUMBER

      public static final int START_CHILD_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES_FIELD_NUMBER
      See Also:
    • SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES_FIELD_NUMBER

      public static final int SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_COMMAND_ATTRIBUTES_FIELD_NUMBER
      See Also:
    • UPSERT_WORKFLOW_SEARCH_ATTRIBUTES_COMMAND_ATTRIBUTES_FIELD_NUMBER

      public static final int UPSERT_WORKFLOW_SEARCH_ATTRIBUTES_COMMAND_ATTRIBUTES_FIELD_NUMBER
      See Also:
    • PROTOCOL_MESSAGE_COMMAND_ATTRIBUTES_FIELD_NUMBER

      public static final int PROTOCOL_MESSAGE_COMMAND_ATTRIBUTES_FIELD_NUMBER
      See Also:
    • MODIFY_WORKFLOW_PROPERTIES_COMMAND_ATTRIBUTES_FIELD_NUMBER

      public static final int MODIFY_WORKFLOW_PROPERTIES_COMMAND_ATTRIBUTES_FIELD_NUMBER
      See Also:
    • SCHEDULE_NEXUS_OPERATION_COMMAND_ATTRIBUTES_FIELD_NUMBER

      public static final int SCHEDULE_NEXUS_OPERATION_COMMAND_ATTRIBUTES_FIELD_NUMBER
      See Also:
    • REQUEST_CANCEL_NEXUS_OPERATION_COMMAND_ATTRIBUTES_FIELD_NUMBER

      public static final int REQUEST_CANCEL_NEXUS_OPERATION_COMMAND_ATTRIBUTES_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • 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
    • getAttributesCase

      public Command.AttributesCase getAttributesCase()
      Specified by:
      getAttributesCase in interface CommandOrBuilder
    • 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.
    • getCommandType

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

      public RequestCancelNexusOperationCommandAttributesOrBuilder getRequestCancelNexusOperationCommandAttributesOrBuilder()
      .temporal.api.command.v1.RequestCancelNexusOperationCommandAttributes request_cancel_nexus_operation_command_attributes = 19;
      Specified by:
      getRequestCancelNexusOperationCommandAttributesOrBuilder in interface CommandOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Command parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Command parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Command parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Command parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Command parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Command parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Command parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Command parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Command parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Command parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Command parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Command parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

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

      public static Command.Builder newBuilder()
    • newBuilder

      public static Command.Builder newBuilder(Command prototype)
    • toBuilder

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

      protected Command.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Command getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Command> parser()
    • getParserForType

      public com.google.protobuf.Parser<Command> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

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