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

io.temporal.api.failure.v1.TimeoutFailureInfoOrBuilder Maven / Gradle / Ivy

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

  /**
   * .temporal.api.enums.v1.TimeoutType timeout_type = 1;
   * @return The enum numeric value on the wire for timeoutType.
   */
  int getTimeoutTypeValue();
  /**
   * .temporal.api.enums.v1.TimeoutType timeout_type = 1;
   * @return The timeoutType.
   */
  io.temporal.api.enums.v1.TimeoutType getTimeoutType();

  /**
   * .temporal.api.common.v1.Payloads last_heartbeat_details = 2;
   * @return Whether the lastHeartbeatDetails field is set.
   */
  boolean hasLastHeartbeatDetails();
  /**
   * .temporal.api.common.v1.Payloads last_heartbeat_details = 2;
   * @return The lastHeartbeatDetails.
   */
  io.temporal.api.common.v1.Payloads getLastHeartbeatDetails();
  /**
   * .temporal.api.common.v1.Payloads last_heartbeat_details = 2;
   */
  io.temporal.api.common.v1.PayloadsOrBuilder getLastHeartbeatDetailsOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy