All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.temporal.api.history.v1.TimerStartedEventAttributesOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.24.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: temporal/api/history/v1/message.proto

package io.temporal.api.history.v1;

@javax.annotation.Generated(value="protoc", comments="annotations:TimerStartedEventAttributesOrBuilder.java.pb.meta")
public interface TimerStartedEventAttributesOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.history.v1.TimerStartedEventAttributes)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The worker/user assigned id for this timer
   * 
* * string timer_id = 1; * @return The timerId. */ java.lang.String getTimerId(); /** *
   * The worker/user assigned id for this timer
   * 
* * string timer_id = 1; * @return The bytes for timerId. */ com.google.protobuf.ByteString getTimerIdBytes(); /** *
   * How long until this timer fires
   * (-- 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 this timer fires
   * (-- 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 this timer fires
   * (-- 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(); /** *
   * The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
   * 
* * int64 workflow_task_completed_event_id = 3; * @return The workflowTaskCompletedEventId. */ long getWorkflowTaskCompletedEventId(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy