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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getActualTime()
      Time that the action was taken (real time).
      com.google.protobuf.TimestampOrBuilder getActualTimeOrBuilder()
      Time that the action was taken (real time).
      com.google.protobuf.Timestamp getScheduleTime()
      Time that the action was taken (according to the schedule, including jitter).
      com.google.protobuf.TimestampOrBuilder getScheduleTimeOrBuilder()
      Time that the action was taken (according to the schedule, including jitter).
      WorkflowExecution getStartWorkflowResult()
      If action was start_workflow:
      WorkflowExecutionOrBuilder getStartWorkflowResultOrBuilder()
      If action was start_workflow:
      boolean hasActualTime()
      Time that the action was taken (real time).
      boolean hasScheduleTime()
      Time that the action was taken (according to the schedule, including jitter).
      boolean hasStartWorkflowResult()
      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 Detail

      • hasScheduleTime

        boolean hasScheduleTime()
         Time that the action was taken (according to the schedule, including jitter).
         
        .google.protobuf.Timestamp schedule_time = 1 [(.gogoproto.stdtime) = true];
        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 [(.gogoproto.stdtime) = true];
        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 [(.gogoproto.stdtime) = true];
      • hasActualTime

        boolean hasActualTime()
         Time that the action was taken (real time).
         
        .google.protobuf.Timestamp actual_time = 2 [(.gogoproto.stdtime) = true];
        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 [(.gogoproto.stdtime) = true];
        Returns:
        The actualTime.
      • getActualTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getActualTimeOrBuilder()
         Time that the action was taken (real time).
         
        .google.protobuf.Timestamp actual_time = 2 [(.gogoproto.stdtime) = true];
      • 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;