Interface TimerFiredEventAttributesOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    The id of the `TIMER_STARTED` event itself
    Will match the `timer_id` from `TIMER_STARTED` event for this timer
    com.google.protobuf.ByteString
    Will match the `timer_id` from `TIMER_STARTED` event for this timer

    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

    • getTimerId

      String getTimerId()
       Will match the `timer_id` from `TIMER_STARTED` event for this timer
       
      string timer_id = 1;
      Returns:
      The timerId.
    • getTimerIdBytes

      com.google.protobuf.ByteString getTimerIdBytes()
       Will match the `timer_id` from `TIMER_STARTED` event for this timer
       
      string timer_id = 1;
      Returns:
      The bytes for timerId.
    • getStartedEventId

      long getStartedEventId()
       The id of the `TIMER_STARTED` event itself
       
      int64 started_event_id = 2;
      Returns:
      The startedEventId.