Interface TimeSkippingStatePropagationOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    If there is a fast-forward action set for the previous run in a chain of runs, the target time should be propagated to the next run as well.
    com.google.protobuf.TimestampOrBuilder
    If there is a fast-forward action set for the previous run in a chain of runs, the target time should be propagated to the next run as well.
    com.google.protobuf.Duration
    The time skipped by the previous execution that started this workflow.
    com.google.protobuf.DurationOrBuilder
    The time skipped by the previous execution that started this workflow.
    boolean
    If there is a fast-forward action set for the previous run in a chain of runs, the target time should be propagated to the next run as well.
    boolean
    The time skipped by the previous execution that started this 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

    • hasInitialSkippedDuration

      boolean hasInitialSkippedDuration()
       The time skipped by the previous execution that started this workflow.
       It can happen in child workflows and a chain of runs (CaN, cron, retry).
       
      .google.protobuf.Duration initial_skipped_duration = 1;
      Returns:
      Whether the initialSkippedDuration field is set.
    • getInitialSkippedDuration

      com.google.protobuf.Duration getInitialSkippedDuration()
       The time skipped by the previous execution that started this workflow.
       It can happen in child workflows and a chain of runs (CaN, cron, retry).
       
      .google.protobuf.Duration initial_skipped_duration = 1;
      Returns:
      The initialSkippedDuration.
    • getInitialSkippedDurationOrBuilder

      com.google.protobuf.DurationOrBuilder getInitialSkippedDurationOrBuilder()
       The time skipped by the previous execution that started this workflow.
       It can happen in child workflows and a chain of runs (CaN, cron, retry).
       
      .google.protobuf.Duration initial_skipped_duration = 1;
    • hasFastForwardTargetTime

      boolean hasFastForwardTargetTime()
       If there is a fast-forward action set for the previous run in a chain of runs,
       the target time should be propagated to the next run as well.
       
      .google.protobuf.Timestamp fast_forward_target_time = 2;
      Returns:
      Whether the fastForwardTargetTime field is set.
    • getFastForwardTargetTime

      com.google.protobuf.Timestamp getFastForwardTargetTime()
       If there is a fast-forward action set for the previous run in a chain of runs,
       the target time should be propagated to the next run as well.
       
      .google.protobuf.Timestamp fast_forward_target_time = 2;
      Returns:
      The fastForwardTargetTime.
    • getFastForwardTargetTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getFastForwardTargetTimeOrBuilder()
       If there is a fast-forward action set for the previous run in a chain of runs,
       the target time should be propagated to the next run as well.
       
      .google.protobuf.Timestamp fast_forward_target_time = 2;