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

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

package io.temporal.api.failure.v1;

@javax.annotation.Generated(value="protoc", comments="annotations:CanceledFailureInfoOrBuilder.java.pb.meta")
public interface CanceledFailureInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.failure.v1.CanceledFailureInfo)
    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 - 2025 Weber Informatics LLC | Privacy Policy