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

io.temporal.api.history.v1.TimerCanceledEventAttributesOrBuilder 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:TimerCanceledEventAttributesOrBuilder.java.pb.meta")
public interface TimerCanceledEventAttributesOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.history.v1.TimerCanceledEventAttributes)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Will match the `timer_id` from `TIMER_STARTED` event for this timer
   * 
* * string timer_id = 1; * @return The timerId. */ java.lang.String getTimerId(); /** *
   * Will match the `timer_id` from `TIMER_STARTED` event for this timer
   * 
* * string timer_id = 1; * @return The bytes for timerId. */ com.google.protobuf.ByteString getTimerIdBytes(); /** *
   * The id of the `TIMER_STARTED` event itself
   * 
* * int64 started_event_id = 2; * @return The startedEventId. */ long getStartedEventId(); /** *
   * The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
   * 
* * int64 workflow_task_completed_event_id = 3; * @return The workflowTaskCompletedEventId. */ long getWorkflowTaskCompletedEventId(); /** *
   * The id of the worker who requested this cancel
   * 
* * string identity = 4; * @return The identity. */ java.lang.String getIdentity(); /** *
   * The id of the worker who requested this cancel
   * 
* * string identity = 4; * @return The bytes for identity. */ com.google.protobuf.ByteString getIdentityBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy