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

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

  /**
   * .temporal.api.common.v1.Payloads details = 1;
   * @return Whether the details field is set.
   */
  boolean hasDetails();
  /**
   * .temporal.api.common.v1.Payloads details = 1;
   * @return The details.
   */
  io.temporal.api.common.v1.Payloads getDetails();
  /**
   * .temporal.api.common.v1.Payloads details = 1;
   */
  io.temporal.api.common.v1.PayloadsOrBuilder getDetailsOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy