io.temporal.api.failure.v1.TimeoutFailureInfoOrBuilder Maven / Gradle / Ivy
// 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 - 2025 Weber Informatics LLC | Privacy Policy