Interface ScheduleActionResultOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ScheduleActionResult, ScheduleActionResult.Builder

@Generated(value="protoc", comments="annotations:ScheduleActionResultOrBuilder.java.pb.meta") public interface ScheduleActionResultOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    Time that the action was taken (real time).
    com.google.protobuf.TimestampOrBuilder
    Time that the action was taken (real time).
    com.google.protobuf.Timestamp
    Time that the action was taken (according to the schedule, including jitter).
    com.google.protobuf.TimestampOrBuilder
    Time that the action was taken (according to the schedule, including jitter).
    If action was start_workflow:
    If action was start_workflow:
    If the action was start_workflow, this field will reflect an eventually-consistent view of the started workflow's status.
    int
    If the action was start_workflow, this field will reflect an eventually-consistent view of the started workflow's status.
    boolean
    Time that the action was taken (real time).
    boolean
    Time that the action was taken (according to the schedule, including jitter).
    boolean
    If action was start_workflow:

    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

    • hasScheduleTime

      boolean hasScheduleTime()
       Time that the action was taken (according to the schedule, including jitter).
       
      .google.protobuf.Timestamp schedule_time = 1;
      Returns:
      Whether the scheduleTime field is set.
    • getScheduleTime

      com.google.protobuf.Timestamp getScheduleTime()
       Time that the action was taken (according to the schedule, including jitter).
       
      .google.protobuf.Timestamp schedule_time = 1;
      Returns:
      The scheduleTime.
    • getScheduleTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getScheduleTimeOrBuilder()
       Time that the action was taken (according to the schedule, including jitter).
       
      .google.protobuf.Timestamp schedule_time = 1;
    • hasActualTime

      boolean hasActualTime()
       Time that the action was taken (real time).
       
      .google.protobuf.Timestamp actual_time = 2;
      Returns:
      Whether the actualTime field is set.
    • getActualTime

      com.google.protobuf.Timestamp getActualTime()
       Time that the action was taken (real time).
       
      .google.protobuf.Timestamp actual_time = 2;
      Returns:
      The actualTime.
    • getActualTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getActualTimeOrBuilder()
       Time that the action was taken (real time).
       
      .google.protobuf.Timestamp actual_time = 2;
    • hasStartWorkflowResult

      boolean hasStartWorkflowResult()
       If action was start_workflow:
       
      .temporal.api.common.v1.WorkflowExecution start_workflow_result = 11;
      Returns:
      Whether the startWorkflowResult field is set.
    • getStartWorkflowResult

      WorkflowExecution getStartWorkflowResult()
       If action was start_workflow:
       
      .temporal.api.common.v1.WorkflowExecution start_workflow_result = 11;
      Returns:
      The startWorkflowResult.
    • getStartWorkflowResultOrBuilder

      WorkflowExecutionOrBuilder getStartWorkflowResultOrBuilder()
       If action was start_workflow:
       
      .temporal.api.common.v1.WorkflowExecution start_workflow_result = 11;
    • getStartWorkflowStatusValue

      int getStartWorkflowStatusValue()
       If the action was start_workflow, this field will reflect an
       eventually-consistent view of the started workflow's status.
       
      .temporal.api.enums.v1.WorkflowExecutionStatus start_workflow_status = 12;
      Returns:
      The enum numeric value on the wire for startWorkflowStatus.
    • getStartWorkflowStatus

      WorkflowExecutionStatus getStartWorkflowStatus()
       If the action was start_workflow, this field will reflect an
       eventually-consistent view of the started workflow's status.
       
      .temporal.api.enums.v1.WorkflowExecutionStatus start_workflow_status = 12;
      Returns:
      The startWorkflowStatus.