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

io.temporal.api.command.v1.CancelTimerCommandAttributesOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.25.1
Show newest version
// 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:CancelTimerCommandAttributesOrBuilder.java.pb.meta")
public interface CancelTimerCommandAttributesOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.command.v1.CancelTimerCommandAttributes)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The same timer id from the start timer command
   * 
* * string timer_id = 1; * @return The timerId. */ java.lang.String getTimerId(); /** *
   * The same timer id from the start timer command
   * 
* * string timer_id = 1; * @return The bytes for timerId. */ com.google.protobuf.ByteString getTimerIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy