Interface OrchestratorService.HistoryEventOrBuilder

    • Method Detail

      • getEventId

        int getEventId()
        int32 eventId = 1;
        Returns:
        The eventId.
      • hasTimestamp

        boolean hasTimestamp()
        .google.protobuf.Timestamp timestamp = 2;
        Returns:
        Whether the timestamp field is set.
      • getTimestamp

        com.google.protobuf.Timestamp getTimestamp()
        .google.protobuf.Timestamp timestamp = 2;
        Returns:
        The timestamp.
      • getTimestampOrBuilder

        com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
        .google.protobuf.Timestamp timestamp = 2;
      • hasExecutionStarted

        boolean hasExecutionStarted()
        .ExecutionStartedEvent executionStarted = 3;
        Returns:
        Whether the executionStarted field is set.
      • hasExecutionCompleted

        boolean hasExecutionCompleted()
        .ExecutionCompletedEvent executionCompleted = 4;
        Returns:
        Whether the executionCompleted field is set.
      • hasExecutionTerminated

        boolean hasExecutionTerminated()
        .ExecutionTerminatedEvent executionTerminated = 5;
        Returns:
        Whether the executionTerminated field is set.
      • hasTaskScheduled

        boolean hasTaskScheduled()
        .TaskScheduledEvent taskScheduled = 6;
        Returns:
        Whether the taskScheduled field is set.
      • hasTaskCompleted

        boolean hasTaskCompleted()
        .TaskCompletedEvent taskCompleted = 7;
        Returns:
        Whether the taskCompleted field is set.
      • hasTaskFailed

        boolean hasTaskFailed()
        .TaskFailedEvent taskFailed = 8;
        Returns:
        Whether the taskFailed field is set.
      • hasSubOrchestrationInstanceCreated

        boolean hasSubOrchestrationInstanceCreated()
        .SubOrchestrationInstanceCreatedEvent subOrchestrationInstanceCreated = 9;
        Returns:
        Whether the subOrchestrationInstanceCreated field is set.
      • hasSubOrchestrationInstanceCompleted

        boolean hasSubOrchestrationInstanceCompleted()
        .SubOrchestrationInstanceCompletedEvent subOrchestrationInstanceCompleted = 10;
        Returns:
        Whether the subOrchestrationInstanceCompleted field is set.
      • hasSubOrchestrationInstanceFailed

        boolean hasSubOrchestrationInstanceFailed()
        .SubOrchestrationInstanceFailedEvent subOrchestrationInstanceFailed = 11;
        Returns:
        Whether the subOrchestrationInstanceFailed field is set.
      • hasTimerCreated

        boolean hasTimerCreated()
        .TimerCreatedEvent timerCreated = 12;
        Returns:
        Whether the timerCreated field is set.
      • hasTimerFired

        boolean hasTimerFired()
        .TimerFiredEvent timerFired = 13;
        Returns:
        Whether the timerFired field is set.
      • hasOrchestratorStarted

        boolean hasOrchestratorStarted()
        .OrchestratorStartedEvent orchestratorStarted = 14;
        Returns:
        Whether the orchestratorStarted field is set.
      • hasOrchestratorCompleted

        boolean hasOrchestratorCompleted()
        .OrchestratorCompletedEvent orchestratorCompleted = 15;
        Returns:
        Whether the orchestratorCompleted field is set.
      • hasEventSent

        boolean hasEventSent()
        .EventSentEvent eventSent = 16;
        Returns:
        Whether the eventSent field is set.
      • hasEventRaised

        boolean hasEventRaised()
        .EventRaisedEvent eventRaised = 17;
        Returns:
        Whether the eventRaised field is set.
      • hasGenericEvent

        boolean hasGenericEvent()
        .GenericEvent genericEvent = 18;
        Returns:
        Whether the genericEvent field is set.
      • hasHistoryState

        boolean hasHistoryState()
        .HistoryStateEvent historyState = 19;
        Returns:
        Whether the historyState field is set.
      • hasContinueAsNew

        boolean hasContinueAsNew()
        .ContinueAsNewEvent continueAsNew = 20;
        Returns:
        Whether the continueAsNew field is set.
      • hasExecutionSuspended

        boolean hasExecutionSuspended()
        .ExecutionSuspendedEvent executionSuspended = 21;
        Returns:
        Whether the executionSuspended field is set.
      • hasExecutionResumed

        boolean hasExecutionResumed()
        .ExecutionResumedEvent executionResumed = 22;
        Returns:
        Whether the executionResumed field is set.