io.temporal.api.command.v1.StartTimerCommandAttributesOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: temporal/api/command/v1/message.proto
package io.temporal.api.command.v1;
@javax.annotation.Generated(value="protoc", comments="annotations:StartTimerCommandAttributesOrBuilder.java.pb.meta")
public interface StartTimerCommandAttributesOrBuilder extends
// @@protoc_insertion_point(interface_extends:temporal.api.command.v1.StartTimerCommandAttributes)
com.google.protobuf.MessageOrBuilder {
/**
*
* An id for the timer, currently live timers must have different ids. Typically autogenerated
* by the SDK.
*
*
* string timer_id = 1;
* @return The timerId.
*/
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;
* @return The bytes for timerId.
*/
com.google.protobuf.ByteString
getTimerIdBytes();
/**
*
* 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 [(.gogoproto.stdduration) = true];
* @return Whether the startToFireTimeout field is set.
*/
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 [(.gogoproto.stdduration) = true];
* @return The startToFireTimeout.
*/
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 [(.gogoproto.stdduration) = true];
*/
com.google.protobuf.DurationOrBuilder getStartToFireTimeoutOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy