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

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

There is a newer version: 1.27.0
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: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