Interface UpdateWorkflowExecutionOptionsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateWorkflowExecutionOptionsResponse,UpdateWorkflowExecutionOptionsResponse.Builder
@Generated(value="protoc", comments="annotations:UpdateWorkflowExecutionOptionsResponseOrBuilder.java.pb.meta") public interface UpdateWorkflowExecutionOptionsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowExecutionOptionsgetWorkflowExecutionOptions()Workflow Execution options after update.WorkflowExecutionOptionsOrBuildergetWorkflowExecutionOptionsOrBuilder()Workflow Execution options after update.booleanhasWorkflowExecutionOptions()Workflow Execution options after update.-
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()
Workflow Execution options after update.
.temporal.api.workflow.v1.WorkflowExecutionOptions workflow_execution_options = 1;- Returns:
- Whether the workflowExecutionOptions field is set.
-
getWorkflowExecutionOptions
WorkflowExecutionOptions getWorkflowExecutionOptions()
Workflow Execution options after update.
.temporal.api.workflow.v1.WorkflowExecutionOptions workflow_execution_options = 1;- Returns:
- The workflowExecutionOptions.
-
getWorkflowExecutionOptionsOrBuilder
WorkflowExecutionOptionsOrBuilder getWorkflowExecutionOptionsOrBuilder()
Workflow Execution options after update.
.temporal.api.workflow.v1.WorkflowExecutionOptions workflow_execution_options = 1;
-
-