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

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

  /**
   * 
   * The `NEXUS_OPERATION_SCHEDULED` event ID (a unique identifier) for the operation to be canceled.
   * The operation may ignore cancellation and end up with any completion state.
   * 
* * int64 scheduled_event_id = 1; * @return The scheduledEventId. */ long getScheduledEventId(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy