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

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    The Workflow Execution time when the options were updated.
    com.google.protobuf.TimestampOrBuilder
    The Workflow Execution time when the options were updated.
    Workflow Execution options after update.
    Workflow Execution options after update.
    boolean
    The Workflow Execution time when the options were updated.
    boolean
    Workflow Execution options after update.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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;
    • hasUpdateTime

      boolean hasUpdateTime()
       The Workflow Execution time when the options were updated. When time skipping is
       enabled, this is the workflow's virtual time rather than wall-clock time.
       
      .google.protobuf.Timestamp update_time = 2;
      Returns:
      Whether the updateTime field is set.
    • getUpdateTime

      com.google.protobuf.Timestamp getUpdateTime()
       The Workflow Execution time when the options were updated. When time skipping is
       enabled, this is the workflow's virtual time rather than wall-clock time.
       
      .google.protobuf.Timestamp update_time = 2;
      Returns:
      The updateTime.
    • getUpdateTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
       The Workflow Execution time when the options were updated. When time skipping is
       enabled, this is the workflow's virtual time rather than wall-clock time.
       
      .google.protobuf.Timestamp update_time = 2;