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

io.temporal.api.history.v1.RequestCancelExternalWorkflowExecutionInitiatedEventAttributesOrBuilder 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/history/v1/message.proto

package io.temporal.api.history.v1;

@javax.annotation.Generated(value="protoc", comments="annotations:RequestCancelExternalWorkflowExecutionInitiatedEventAttributesOrBuilder.java.pb.meta")
public interface RequestCancelExternalWorkflowExecutionInitiatedEventAttributesOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.history.v1.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
   * 
* * int64 workflow_task_completed_event_id = 1; * @return The workflowTaskCompletedEventId. */ long getWorkflowTaskCompletedEventId(); /** *
   * The namespace the workflow to be cancelled lives in.
   * SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
   * 
* * string namespace = 2; * @return The namespace. */ java.lang.String getNamespace(); /** *
   * The namespace the workflow to be cancelled lives in.
   * SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
   * 
* * string namespace = 2; * @return The bytes for namespace. */ com.google.protobuf.ByteString getNamespaceBytes(); /** * string namespace_id = 7; * @return The namespaceId. */ java.lang.String getNamespaceId(); /** * string namespace_id = 7; * @return The bytes for namespaceId. */ com.google.protobuf.ByteString getNamespaceIdBytes(); /** * .temporal.api.common.v1.WorkflowExecution workflow_execution = 3; * @return Whether the workflowExecution field is set. */ boolean hasWorkflowExecution(); /** * .temporal.api.common.v1.WorkflowExecution workflow_execution = 3; * @return The workflowExecution. */ io.temporal.api.common.v1.WorkflowExecution getWorkflowExecution(); /** * .temporal.api.common.v1.WorkflowExecution workflow_execution = 3; */ io.temporal.api.common.v1.WorkflowExecutionOrBuilder getWorkflowExecutionOrBuilder(); /** *
   * 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(); /** *
   * Workers are expected to set this to true if the workflow they are requesting to cancel is
   * a child of the workflow which issued the request
   * 
* * 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