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 TypeMethodDescriptionlongThe id of the `TIMER_STARTED` event itselfWill match the `timer_id` from `TIMER_STARTED` event for this timercom.google.protobuf.ByteStringWill match the `timer_id` from `TIMER_STARTED` event for this timerMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-