io.temporal.api.command.v1.RequestCancelActivityTaskCommandAttributesOrBuilder 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:RequestCancelActivityTaskCommandAttributesOrBuilder.java.pb.meta")
public interface RequestCancelActivityTaskCommandAttributesOrBuilder extends
// @@protoc_insertion_point(interface_extends:temporal.api.command.v1.RequestCancelActivityTaskCommandAttributes)
com.google.protobuf.MessageOrBuilder {
/**
*
* The `ACTIVITY_TASK_SCHEDULED` event id for the activity being cancelled.
*
*
* int64 scheduled_event_id = 1;
* @return The scheduledEventId.
*/
long getScheduledEventId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy