io.temporal.api.command.v1.CancelTimerCommandAttributesOrBuilder 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: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 - 2025 Weber Informatics LLC | Privacy Policy