Package io.temporal.api.workflow.v1
Interface PostResetOperation.UpdateWorkflowOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PostResetOperation.UpdateWorkflowOptions,PostResetOperation.UpdateWorkflowOptions.Builder
- Enclosing class:
- PostResetOperation
public static interface PostResetOperation.UpdateWorkflowOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.FieldMaskgetUpdateMask()Controls which fields from `workflow_execution_options` will be applied.com.google.protobuf.FieldMaskOrBuildergetUpdateMaskOrBuilder()Controls which fields from `workflow_execution_options` will be applied.WorkflowExecutionOptionsgetWorkflowExecutionOptions()Update Workflow options that were originally specified via StartWorkflowExecution.WorkflowExecutionOptionsOrBuildergetWorkflowExecutionOptionsOrBuilder()Update Workflow options that were originally specified via StartWorkflowExecution.booleanhasUpdateMask()Controls which fields from `workflow_execution_options` will be applied.booleanhasWorkflowExecutionOptions()Update Workflow options that were originally specified via StartWorkflowExecution.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasWorkflowExecutionOptions
boolean hasWorkflowExecutionOptions()
Update Workflow options that were originally specified via StartWorkflowExecution. Partial updates are accepted and controlled by update_mask.
.temporal.api.workflow.v1.WorkflowExecutionOptions workflow_execution_options = 1;- Returns:
- Whether the workflowExecutionOptions field is set.
-
getWorkflowExecutionOptions
WorkflowExecutionOptions getWorkflowExecutionOptions()
Update Workflow options that were originally specified via StartWorkflowExecution. Partial updates are accepted and controlled by update_mask.
.temporal.api.workflow.v1.WorkflowExecutionOptions workflow_execution_options = 1;- Returns:
- The workflowExecutionOptions.
-
getWorkflowExecutionOptionsOrBuilder
WorkflowExecutionOptionsOrBuilder getWorkflowExecutionOptionsOrBuilder()
Update Workflow options that were originally specified via StartWorkflowExecution. Partial updates are accepted and controlled by update_mask.
.temporal.api.workflow.v1.WorkflowExecutionOptions workflow_execution_options = 1;
-
hasUpdateMask
boolean hasUpdateMask()
Controls which fields from `workflow_execution_options` will be applied. To unset a field, set it to null and use the update mask to indicate that it should be mutated.
.google.protobuf.FieldMask update_mask = 2;- Returns:
- Whether the updateMask field is set.
-
getUpdateMask
com.google.protobuf.FieldMask getUpdateMask()
Controls which fields from `workflow_execution_options` will be applied. To unset a field, set it to null and use the update mask to indicate that it should be mutated.
.google.protobuf.FieldMask update_mask = 2;- Returns:
- The updateMask.
-
getUpdateMaskOrBuilder
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Controls which fields from `workflow_execution_options` will be applied. To unset a field, set it to null and use the update mask to indicate that it should be mutated.
.google.protobuf.FieldMask update_mask = 2;
-
-