Interface WorkflowExecutionTimeSkippingTransitionedEventAttributesOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    When true, time skipping has been disabled automatically due to a call to fast_forward completing.
    com.google.protobuf.Timestamp
    The virtual time point that time skipping advanced to.
    com.google.protobuf.TimestampOrBuilder
    The virtual time point that time skipping advanced to.
    com.google.protobuf.Timestamp
    The wall-clock time when the time-skipping state changed event was generated.
    com.google.protobuf.TimestampOrBuilder
    The wall-clock time when the time-skipping state changed event was generated.
    boolean
    The virtual time point that time skipping advanced to.
    boolean
    The wall-clock time when the time-skipping state changed event was generated.

    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

    • hasTargetTime

      boolean hasTargetTime()
       The virtual time point that time skipping advanced to.
       
      .google.protobuf.Timestamp target_time = 1;
      Returns:
      Whether the targetTime field is set.
    • getTargetTime

      com.google.protobuf.Timestamp getTargetTime()
       The virtual time point that time skipping advanced to.
       
      .google.protobuf.Timestamp target_time = 1;
      Returns:
      The targetTime.
    • getTargetTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getTargetTimeOrBuilder()
       The virtual time point that time skipping advanced to.
       
      .google.protobuf.Timestamp target_time = 1;
    • getDisabledAfterFastForward

      boolean getDisabledAfterFastForward()
       When true, time skipping has been disabled automatically due to a call to fast_forward completing.
       (-- api-linter: core::0140::prepositions=disabled
           aip.dev/not-precedent: "after" is used to indicate temporal ordering. --)
       
      bool disabled_after_fast_forward = 2;
      Returns:
      The disabledAfterFastForward.
    • hasWallClockTime

      boolean hasWallClockTime()
       The wall-clock time when the time-skipping state changed event was generated.
       
      .google.protobuf.Timestamp wall_clock_time = 3;
      Returns:
      Whether the wallClockTime field is set.
    • getWallClockTime

      com.google.protobuf.Timestamp getWallClockTime()
       The wall-clock time when the time-skipping state changed event was generated.
       
      .google.protobuf.Timestamp wall_clock_time = 3;
      Returns:
      The wallClockTime.
    • getWallClockTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getWallClockTimeOrBuilder()
       The wall-clock time when the time-skipping state changed event was generated.
       
      .google.protobuf.Timestamp wall_clock_time = 3;