Package io.temporal.api.command.v1
Interface StartTimerCommandAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StartTimerCommandAttributes,StartTimerCommandAttributes.Builder
@Generated(value="protoc", comments="annotations:StartTimerCommandAttributesOrBuilder.java.pb.meta") public interface StartTimerCommandAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.DurationgetStartToFireTimeout()How long until the timer fires, producing a `TIMER_FIRED` event.com.google.protobuf.DurationOrBuildergetStartToFireTimeoutOrBuilder()How long until the timer fires, producing a `TIMER_FIRED` event.java.lang.StringgetTimerId()An id for the timer, currently live timers must have different ids.com.google.protobuf.ByteStringgetTimerIdBytes()An id for the timer, currently live timers must have different ids.booleanhasStartToFireTimeout()How long until the timer fires, producing a `TIMER_FIRED` event.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTimerId
java.lang.String getTimerId()
An id for the timer, currently live timers must have different ids. Typically autogenerated by the SDK.
string timer_id = 1;- Returns:
- The timerId.
-
getTimerIdBytes
com.google.protobuf.ByteString getTimerIdBytes()
An id for the timer, currently live timers must have different ids. Typically autogenerated by the SDK.
string timer_id = 1;- Returns:
- The bytes for timerId.
-
hasStartToFireTimeout
boolean hasStartToFireTimeout()
How long until the timer fires, producing a `TIMER_FIRED` event. (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: "to" is used to indicate interval. --).google.protobuf.Duration start_to_fire_timeout = 2;- Returns:
- Whether the startToFireTimeout field is set.
-
getStartToFireTimeout
com.google.protobuf.Duration getStartToFireTimeout()
How long until the timer fires, producing a `TIMER_FIRED` event. (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: "to" is used to indicate interval. --).google.protobuf.Duration start_to_fire_timeout = 2;- Returns:
- The startToFireTimeout.
-
getStartToFireTimeoutOrBuilder
com.google.protobuf.DurationOrBuilder getStartToFireTimeoutOrBuilder()
How long until the timer fires, producing a `TIMER_FIRED` event. (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: "to" is used to indicate interval. --).google.protobuf.Duration start_to_fire_timeout = 2;
-
-