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

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

  /**
   * string type = 1;
   * @return The type.
   */
  java.lang.String getType();
  /**
   * string type = 1;
   * @return The bytes for type.
   */
  com.google.protobuf.ByteString
      getTypeBytes();

  /**
   * bool non_retryable = 2;
   * @return The nonRetryable.
   */
  boolean getNonRetryable();

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy