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

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

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

  /**
   * string namespace = 1;
   * @return The namespace.
   */
  java.lang.String getNamespace();
  /**
   * string namespace = 1;
   * @return The bytes for namespace.
   */
  com.google.protobuf.ByteString
      getNamespaceBytes();

  /**
   * string workflow_id = 2;
   * @return The workflowId.
   */
  java.lang.String getWorkflowId();
  /**
   * string workflow_id = 2;
   * @return The bytes for workflowId.
   */
  com.google.protobuf.ByteString
      getWorkflowIdBytes();

  /**
   * string run_id = 3;
   * @return The runId.
   */
  java.lang.String getRunId();
  /**
   * string run_id = 3;
   * @return The bytes for runId.
   */
  com.google.protobuf.ByteString
      getRunIdBytes();

  /**
   * 
   * Deprecated.
   * 
* * string control = 4; * @return The control. */ java.lang.String getControl(); /** *
   * Deprecated.
   * 
* * string control = 4; * @return The bytes for control. */ com.google.protobuf.ByteString getControlBytes(); /** *
   * Set this to true if the workflow being cancelled is a child of the workflow originating this
   * command. The request will be rejected if it is set to true and the target workflow is *not*
   * a child of the requesting workflow.
   * 
* * bool child_workflow_only = 5; * @return The childWorkflowOnly. */ boolean getChildWorkflowOnly(); /** *
   * Reason for requesting the cancellation
   * 
* * string reason = 6; * @return The reason. */ java.lang.String getReason(); /** *
   * Reason for requesting the cancellation
   * 
* * string reason = 6; * @return The bytes for reason. */ com.google.protobuf.ByteString getReasonBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy