Package io.temporal.api.command.v1
Interface CommandOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Command
,Command.Builder
@Generated(value="protoc", comments="annotations:CommandOrBuilder.java.pb.meta") public interface CommandOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Command.AttributesCase
getAttributesCase()
CancelTimerCommandAttributes
getCancelTimerCommandAttributes()
.temporal.api.command.v1.CancelTimerCommandAttributes cancel_timer_command_attributes = 7;
CancelTimerCommandAttributesOrBuilder
getCancelTimerCommandAttributesOrBuilder()
.temporal.api.command.v1.CancelTimerCommandAttributes cancel_timer_command_attributes = 7;
CancelWorkflowExecutionCommandAttributes
getCancelWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.CancelWorkflowExecutionCommandAttributes cancel_workflow_execution_command_attributes = 8;
CancelWorkflowExecutionCommandAttributesOrBuilder
getCancelWorkflowExecutionCommandAttributesOrBuilder()
.temporal.api.command.v1.CancelWorkflowExecutionCommandAttributes cancel_workflow_execution_command_attributes = 8;
CommandType
getCommandType()
.temporal.api.enums.v1.CommandType command_type = 1;
int
getCommandTypeValue()
.temporal.api.enums.v1.CommandType command_type = 1;
CompleteWorkflowExecutionCommandAttributes
getCompleteWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.CompleteWorkflowExecutionCommandAttributes complete_workflow_execution_command_attributes = 4;
CompleteWorkflowExecutionCommandAttributesOrBuilder
getCompleteWorkflowExecutionCommandAttributesOrBuilder()
.temporal.api.command.v1.CompleteWorkflowExecutionCommandAttributes complete_workflow_execution_command_attributes = 4;
ContinueAsNewWorkflowExecutionCommandAttributes
getContinueAsNewWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.ContinueAsNewWorkflowExecutionCommandAttributes continue_as_new_workflow_execution_command_attributes = 11;
ContinueAsNewWorkflowExecutionCommandAttributesOrBuilder
getContinueAsNewWorkflowExecutionCommandAttributesOrBuilder()
.temporal.api.command.v1.ContinueAsNewWorkflowExecutionCommandAttributes continue_as_new_workflow_execution_command_attributes = 11;
FailWorkflowExecutionCommandAttributes
getFailWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.FailWorkflowExecutionCommandAttributes fail_workflow_execution_command_attributes = 5;
FailWorkflowExecutionCommandAttributesOrBuilder
getFailWorkflowExecutionCommandAttributesOrBuilder()
.temporal.api.command.v1.FailWorkflowExecutionCommandAttributes fail_workflow_execution_command_attributes = 5;
ModifyWorkflowPropertiesCommandAttributes
getModifyWorkflowPropertiesCommandAttributes()
16 is available for use - it was used as part of a prototype that never made it into a releaseModifyWorkflowPropertiesCommandAttributesOrBuilder
getModifyWorkflowPropertiesCommandAttributesOrBuilder()
16 is available for use - it was used as part of a prototype that never made it into a releaseProtocolMessageCommandAttributes
getProtocolMessageCommandAttributes()
.temporal.api.command.v1.ProtocolMessageCommandAttributes protocol_message_command_attributes = 15;
ProtocolMessageCommandAttributesOrBuilder
getProtocolMessageCommandAttributesOrBuilder()
.temporal.api.command.v1.ProtocolMessageCommandAttributes protocol_message_command_attributes = 15;
RecordMarkerCommandAttributes
getRecordMarkerCommandAttributes()
.temporal.api.command.v1.RecordMarkerCommandAttributes record_marker_command_attributes = 10;
RecordMarkerCommandAttributesOrBuilder
getRecordMarkerCommandAttributesOrBuilder()
.temporal.api.command.v1.RecordMarkerCommandAttributes record_marker_command_attributes = 10;
RequestCancelActivityTaskCommandAttributes
getRequestCancelActivityTaskCommandAttributes()
.temporal.api.command.v1.RequestCancelActivityTaskCommandAttributes request_cancel_activity_task_command_attributes = 6;
RequestCancelActivityTaskCommandAttributesOrBuilder
getRequestCancelActivityTaskCommandAttributesOrBuilder()
.temporal.api.command.v1.RequestCancelActivityTaskCommandAttributes request_cancel_activity_task_command_attributes = 6;
RequestCancelExternalWorkflowExecutionCommandAttributes
getRequestCancelExternalWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.RequestCancelExternalWorkflowExecutionCommandAttributes request_cancel_external_workflow_execution_command_attributes = 9;
RequestCancelExternalWorkflowExecutionCommandAttributesOrBuilder
getRequestCancelExternalWorkflowExecutionCommandAttributesOrBuilder()
.temporal.api.command.v1.RequestCancelExternalWorkflowExecutionCommandAttributes request_cancel_external_workflow_execution_command_attributes = 9;
ScheduleActivityTaskCommandAttributes
getScheduleActivityTaskCommandAttributes()
.temporal.api.command.v1.ScheduleActivityTaskCommandAttributes schedule_activity_task_command_attributes = 2;
ScheduleActivityTaskCommandAttributesOrBuilder
getScheduleActivityTaskCommandAttributesOrBuilder()
.temporal.api.command.v1.ScheduleActivityTaskCommandAttributes schedule_activity_task_command_attributes = 2;
SignalExternalWorkflowExecutionCommandAttributes
getSignalExternalWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.SignalExternalWorkflowExecutionCommandAttributes signal_external_workflow_execution_command_attributes = 13;
SignalExternalWorkflowExecutionCommandAttributesOrBuilder
getSignalExternalWorkflowExecutionCommandAttributesOrBuilder()
.temporal.api.command.v1.SignalExternalWorkflowExecutionCommandAttributes signal_external_workflow_execution_command_attributes = 13;
StartChildWorkflowExecutionCommandAttributes
getStartChildWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.StartChildWorkflowExecutionCommandAttributes start_child_workflow_execution_command_attributes = 12;
StartChildWorkflowExecutionCommandAttributesOrBuilder
getStartChildWorkflowExecutionCommandAttributesOrBuilder()
.temporal.api.command.v1.StartChildWorkflowExecutionCommandAttributes start_child_workflow_execution_command_attributes = 12;
StartTimerCommandAttributes
getStartTimerCommandAttributes()
.temporal.api.command.v1.StartTimerCommandAttributes start_timer_command_attributes = 3;
StartTimerCommandAttributesOrBuilder
getStartTimerCommandAttributesOrBuilder()
.temporal.api.command.v1.StartTimerCommandAttributes start_timer_command_attributes = 3;
UpsertWorkflowSearchAttributesCommandAttributes
getUpsertWorkflowSearchAttributesCommandAttributes()
.temporal.api.command.v1.UpsertWorkflowSearchAttributesCommandAttributes upsert_workflow_search_attributes_command_attributes = 14;
UpsertWorkflowSearchAttributesCommandAttributesOrBuilder
getUpsertWorkflowSearchAttributesCommandAttributesOrBuilder()
.temporal.api.command.v1.UpsertWorkflowSearchAttributesCommandAttributes upsert_workflow_search_attributes_command_attributes = 14;
boolean
hasCancelTimerCommandAttributes()
.temporal.api.command.v1.CancelTimerCommandAttributes cancel_timer_command_attributes = 7;
boolean
hasCancelWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.CancelWorkflowExecutionCommandAttributes cancel_workflow_execution_command_attributes = 8;
boolean
hasCompleteWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.CompleteWorkflowExecutionCommandAttributes complete_workflow_execution_command_attributes = 4;
boolean
hasContinueAsNewWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.ContinueAsNewWorkflowExecutionCommandAttributes continue_as_new_workflow_execution_command_attributes = 11;
boolean
hasFailWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.FailWorkflowExecutionCommandAttributes fail_workflow_execution_command_attributes = 5;
boolean
hasModifyWorkflowPropertiesCommandAttributes()
16 is available for use - it was used as part of a prototype that never made it into a releaseboolean
hasProtocolMessageCommandAttributes()
.temporal.api.command.v1.ProtocolMessageCommandAttributes protocol_message_command_attributes = 15;
boolean
hasRecordMarkerCommandAttributes()
.temporal.api.command.v1.RecordMarkerCommandAttributes record_marker_command_attributes = 10;
boolean
hasRequestCancelActivityTaskCommandAttributes()
.temporal.api.command.v1.RequestCancelActivityTaskCommandAttributes request_cancel_activity_task_command_attributes = 6;
boolean
hasRequestCancelExternalWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.RequestCancelExternalWorkflowExecutionCommandAttributes request_cancel_external_workflow_execution_command_attributes = 9;
boolean
hasScheduleActivityTaskCommandAttributes()
.temporal.api.command.v1.ScheduleActivityTaskCommandAttributes schedule_activity_task_command_attributes = 2;
boolean
hasSignalExternalWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.SignalExternalWorkflowExecutionCommandAttributes signal_external_workflow_execution_command_attributes = 13;
boolean
hasStartChildWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.StartChildWorkflowExecutionCommandAttributes start_child_workflow_execution_command_attributes = 12;
boolean
hasStartTimerCommandAttributes()
.temporal.api.command.v1.StartTimerCommandAttributes start_timer_command_attributes = 3;
boolean
hasUpsertWorkflowSearchAttributesCommandAttributes()
.temporal.api.command.v1.UpsertWorkflowSearchAttributesCommandAttributes upsert_workflow_search_attributes_command_attributes = 14;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCommandTypeValue
int getCommandTypeValue()
.temporal.api.enums.v1.CommandType command_type = 1;
- Returns:
- The enum numeric value on the wire for commandType.
-
getCommandType
CommandType getCommandType()
.temporal.api.enums.v1.CommandType command_type = 1;
- Returns:
- The commandType.
-
hasScheduleActivityTaskCommandAttributes
boolean hasScheduleActivityTaskCommandAttributes()
.temporal.api.command.v1.ScheduleActivityTaskCommandAttributes schedule_activity_task_command_attributes = 2;
- Returns:
- Whether the scheduleActivityTaskCommandAttributes field is set.
-
getScheduleActivityTaskCommandAttributes
ScheduleActivityTaskCommandAttributes getScheduleActivityTaskCommandAttributes()
.temporal.api.command.v1.ScheduleActivityTaskCommandAttributes schedule_activity_task_command_attributes = 2;
- Returns:
- The scheduleActivityTaskCommandAttributes.
-
getScheduleActivityTaskCommandAttributesOrBuilder
ScheduleActivityTaskCommandAttributesOrBuilder getScheduleActivityTaskCommandAttributesOrBuilder()
.temporal.api.command.v1.ScheduleActivityTaskCommandAttributes schedule_activity_task_command_attributes = 2;
-
hasStartTimerCommandAttributes
boolean hasStartTimerCommandAttributes()
.temporal.api.command.v1.StartTimerCommandAttributes start_timer_command_attributes = 3;
- Returns:
- Whether the startTimerCommandAttributes field is set.
-
getStartTimerCommandAttributes
StartTimerCommandAttributes getStartTimerCommandAttributes()
.temporal.api.command.v1.StartTimerCommandAttributes start_timer_command_attributes = 3;
- Returns:
- The startTimerCommandAttributes.
-
getStartTimerCommandAttributesOrBuilder
StartTimerCommandAttributesOrBuilder getStartTimerCommandAttributesOrBuilder()
.temporal.api.command.v1.StartTimerCommandAttributes start_timer_command_attributes = 3;
-
hasCompleteWorkflowExecutionCommandAttributes
boolean hasCompleteWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.CompleteWorkflowExecutionCommandAttributes complete_workflow_execution_command_attributes = 4;
- Returns:
- Whether the completeWorkflowExecutionCommandAttributes field is set.
-
getCompleteWorkflowExecutionCommandAttributes
CompleteWorkflowExecutionCommandAttributes getCompleteWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.CompleteWorkflowExecutionCommandAttributes complete_workflow_execution_command_attributes = 4;
- Returns:
- The completeWorkflowExecutionCommandAttributes.
-
getCompleteWorkflowExecutionCommandAttributesOrBuilder
CompleteWorkflowExecutionCommandAttributesOrBuilder getCompleteWorkflowExecutionCommandAttributesOrBuilder()
.temporal.api.command.v1.CompleteWorkflowExecutionCommandAttributes complete_workflow_execution_command_attributes = 4;
-
hasFailWorkflowExecutionCommandAttributes
boolean hasFailWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.FailWorkflowExecutionCommandAttributes fail_workflow_execution_command_attributes = 5;
- Returns:
- Whether the failWorkflowExecutionCommandAttributes field is set.
-
getFailWorkflowExecutionCommandAttributes
FailWorkflowExecutionCommandAttributes getFailWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.FailWorkflowExecutionCommandAttributes fail_workflow_execution_command_attributes = 5;
- Returns:
- The failWorkflowExecutionCommandAttributes.
-
getFailWorkflowExecutionCommandAttributesOrBuilder
FailWorkflowExecutionCommandAttributesOrBuilder getFailWorkflowExecutionCommandAttributesOrBuilder()
.temporal.api.command.v1.FailWorkflowExecutionCommandAttributes fail_workflow_execution_command_attributes = 5;
-
hasRequestCancelActivityTaskCommandAttributes
boolean hasRequestCancelActivityTaskCommandAttributes()
.temporal.api.command.v1.RequestCancelActivityTaskCommandAttributes request_cancel_activity_task_command_attributes = 6;
- Returns:
- Whether the requestCancelActivityTaskCommandAttributes field is set.
-
getRequestCancelActivityTaskCommandAttributes
RequestCancelActivityTaskCommandAttributes getRequestCancelActivityTaskCommandAttributes()
.temporal.api.command.v1.RequestCancelActivityTaskCommandAttributes request_cancel_activity_task_command_attributes = 6;
- Returns:
- The requestCancelActivityTaskCommandAttributes.
-
getRequestCancelActivityTaskCommandAttributesOrBuilder
RequestCancelActivityTaskCommandAttributesOrBuilder getRequestCancelActivityTaskCommandAttributesOrBuilder()
.temporal.api.command.v1.RequestCancelActivityTaskCommandAttributes request_cancel_activity_task_command_attributes = 6;
-
hasCancelTimerCommandAttributes
boolean hasCancelTimerCommandAttributes()
.temporal.api.command.v1.CancelTimerCommandAttributes cancel_timer_command_attributes = 7;
- Returns:
- Whether the cancelTimerCommandAttributes field is set.
-
getCancelTimerCommandAttributes
CancelTimerCommandAttributes getCancelTimerCommandAttributes()
.temporal.api.command.v1.CancelTimerCommandAttributes cancel_timer_command_attributes = 7;
- Returns:
- The cancelTimerCommandAttributes.
-
getCancelTimerCommandAttributesOrBuilder
CancelTimerCommandAttributesOrBuilder getCancelTimerCommandAttributesOrBuilder()
.temporal.api.command.v1.CancelTimerCommandAttributes cancel_timer_command_attributes = 7;
-
hasCancelWorkflowExecutionCommandAttributes
boolean hasCancelWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.CancelWorkflowExecutionCommandAttributes cancel_workflow_execution_command_attributes = 8;
- Returns:
- Whether the cancelWorkflowExecutionCommandAttributes field is set.
-
getCancelWorkflowExecutionCommandAttributes
CancelWorkflowExecutionCommandAttributes getCancelWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.CancelWorkflowExecutionCommandAttributes cancel_workflow_execution_command_attributes = 8;
- Returns:
- The cancelWorkflowExecutionCommandAttributes.
-
getCancelWorkflowExecutionCommandAttributesOrBuilder
CancelWorkflowExecutionCommandAttributesOrBuilder getCancelWorkflowExecutionCommandAttributesOrBuilder()
.temporal.api.command.v1.CancelWorkflowExecutionCommandAttributes cancel_workflow_execution_command_attributes = 8;
-
hasRequestCancelExternalWorkflowExecutionCommandAttributes
boolean hasRequestCancelExternalWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.RequestCancelExternalWorkflowExecutionCommandAttributes request_cancel_external_workflow_execution_command_attributes = 9;
- Returns:
- Whether the requestCancelExternalWorkflowExecutionCommandAttributes field is set.
-
getRequestCancelExternalWorkflowExecutionCommandAttributes
RequestCancelExternalWorkflowExecutionCommandAttributes getRequestCancelExternalWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.RequestCancelExternalWorkflowExecutionCommandAttributes request_cancel_external_workflow_execution_command_attributes = 9;
- Returns:
- The requestCancelExternalWorkflowExecutionCommandAttributes.
-
getRequestCancelExternalWorkflowExecutionCommandAttributesOrBuilder
RequestCancelExternalWorkflowExecutionCommandAttributesOrBuilder getRequestCancelExternalWorkflowExecutionCommandAttributesOrBuilder()
.temporal.api.command.v1.RequestCancelExternalWorkflowExecutionCommandAttributes request_cancel_external_workflow_execution_command_attributes = 9;
-
hasRecordMarkerCommandAttributes
boolean hasRecordMarkerCommandAttributes()
.temporal.api.command.v1.RecordMarkerCommandAttributes record_marker_command_attributes = 10;
- Returns:
- Whether the recordMarkerCommandAttributes field is set.
-
getRecordMarkerCommandAttributes
RecordMarkerCommandAttributes getRecordMarkerCommandAttributes()
.temporal.api.command.v1.RecordMarkerCommandAttributes record_marker_command_attributes = 10;
- Returns:
- The recordMarkerCommandAttributes.
-
getRecordMarkerCommandAttributesOrBuilder
RecordMarkerCommandAttributesOrBuilder getRecordMarkerCommandAttributesOrBuilder()
.temporal.api.command.v1.RecordMarkerCommandAttributes record_marker_command_attributes = 10;
-
hasContinueAsNewWorkflowExecutionCommandAttributes
boolean hasContinueAsNewWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.ContinueAsNewWorkflowExecutionCommandAttributes continue_as_new_workflow_execution_command_attributes = 11;
- Returns:
- Whether the continueAsNewWorkflowExecutionCommandAttributes field is set.
-
getContinueAsNewWorkflowExecutionCommandAttributes
ContinueAsNewWorkflowExecutionCommandAttributes getContinueAsNewWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.ContinueAsNewWorkflowExecutionCommandAttributes continue_as_new_workflow_execution_command_attributes = 11;
- Returns:
- The continueAsNewWorkflowExecutionCommandAttributes.
-
getContinueAsNewWorkflowExecutionCommandAttributesOrBuilder
ContinueAsNewWorkflowExecutionCommandAttributesOrBuilder getContinueAsNewWorkflowExecutionCommandAttributesOrBuilder()
.temporal.api.command.v1.ContinueAsNewWorkflowExecutionCommandAttributes continue_as_new_workflow_execution_command_attributes = 11;
-
hasStartChildWorkflowExecutionCommandAttributes
boolean hasStartChildWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.StartChildWorkflowExecutionCommandAttributes start_child_workflow_execution_command_attributes = 12;
- Returns:
- Whether the startChildWorkflowExecutionCommandAttributes field is set.
-
getStartChildWorkflowExecutionCommandAttributes
StartChildWorkflowExecutionCommandAttributes getStartChildWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.StartChildWorkflowExecutionCommandAttributes start_child_workflow_execution_command_attributes = 12;
- Returns:
- The startChildWorkflowExecutionCommandAttributes.
-
getStartChildWorkflowExecutionCommandAttributesOrBuilder
StartChildWorkflowExecutionCommandAttributesOrBuilder getStartChildWorkflowExecutionCommandAttributesOrBuilder()
.temporal.api.command.v1.StartChildWorkflowExecutionCommandAttributes start_child_workflow_execution_command_attributes = 12;
-
hasSignalExternalWorkflowExecutionCommandAttributes
boolean hasSignalExternalWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.SignalExternalWorkflowExecutionCommandAttributes signal_external_workflow_execution_command_attributes = 13;
- Returns:
- Whether the signalExternalWorkflowExecutionCommandAttributes field is set.
-
getSignalExternalWorkflowExecutionCommandAttributes
SignalExternalWorkflowExecutionCommandAttributes getSignalExternalWorkflowExecutionCommandAttributes()
.temporal.api.command.v1.SignalExternalWorkflowExecutionCommandAttributes signal_external_workflow_execution_command_attributes = 13;
- Returns:
- The signalExternalWorkflowExecutionCommandAttributes.
-
getSignalExternalWorkflowExecutionCommandAttributesOrBuilder
SignalExternalWorkflowExecutionCommandAttributesOrBuilder getSignalExternalWorkflowExecutionCommandAttributesOrBuilder()
.temporal.api.command.v1.SignalExternalWorkflowExecutionCommandAttributes signal_external_workflow_execution_command_attributes = 13;
-
hasUpsertWorkflowSearchAttributesCommandAttributes
boolean hasUpsertWorkflowSearchAttributesCommandAttributes()
.temporal.api.command.v1.UpsertWorkflowSearchAttributesCommandAttributes upsert_workflow_search_attributes_command_attributes = 14;
- Returns:
- Whether the upsertWorkflowSearchAttributesCommandAttributes field is set.
-
getUpsertWorkflowSearchAttributesCommandAttributes
UpsertWorkflowSearchAttributesCommandAttributes getUpsertWorkflowSearchAttributesCommandAttributes()
.temporal.api.command.v1.UpsertWorkflowSearchAttributesCommandAttributes upsert_workflow_search_attributes_command_attributes = 14;
- Returns:
- The upsertWorkflowSearchAttributesCommandAttributes.
-
getUpsertWorkflowSearchAttributesCommandAttributesOrBuilder
UpsertWorkflowSearchAttributesCommandAttributesOrBuilder getUpsertWorkflowSearchAttributesCommandAttributesOrBuilder()
.temporal.api.command.v1.UpsertWorkflowSearchAttributesCommandAttributes upsert_workflow_search_attributes_command_attributes = 14;
-
hasProtocolMessageCommandAttributes
boolean hasProtocolMessageCommandAttributes()
.temporal.api.command.v1.ProtocolMessageCommandAttributes protocol_message_command_attributes = 15;
- Returns:
- Whether the protocolMessageCommandAttributes field is set.
-
getProtocolMessageCommandAttributes
ProtocolMessageCommandAttributes getProtocolMessageCommandAttributes()
.temporal.api.command.v1.ProtocolMessageCommandAttributes protocol_message_command_attributes = 15;
- Returns:
- The protocolMessageCommandAttributes.
-
getProtocolMessageCommandAttributesOrBuilder
ProtocolMessageCommandAttributesOrBuilder getProtocolMessageCommandAttributesOrBuilder()
.temporal.api.command.v1.ProtocolMessageCommandAttributes protocol_message_command_attributes = 15;
-
hasModifyWorkflowPropertiesCommandAttributes
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;
- Returns:
- Whether the modifyWorkflowPropertiesCommandAttributes field is set.
-
getModifyWorkflowPropertiesCommandAttributes
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;
- Returns:
- The modifyWorkflowPropertiesCommandAttributes.
-
getModifyWorkflowPropertiesCommandAttributesOrBuilder
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;
-
getAttributesCase
Command.AttributesCase getAttributesCase()
-
-