io.temporal.api.failure.v1.ActivityFailureInfoOrBuilder 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:ActivityFailureInfoOrBuilder.java.pb.meta")
public interface ActivityFailureInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:temporal.api.failure.v1.ActivityFailureInfo)
com.google.protobuf.MessageOrBuilder {
/**
* int64 scheduled_event_id = 1;
* @return The scheduledEventId.
*/
long getScheduledEventId();
/**
* int64 started_event_id = 2;
* @return The startedEventId.
*/
long getStartedEventId();
/**
* string identity = 3;
* @return The identity.
*/
java.lang.String getIdentity();
/**
* string identity = 3;
* @return The bytes for identity.
*/
com.google.protobuf.ByteString
getIdentityBytes();
/**
* .temporal.api.common.v1.ActivityType activity_type = 4;
* @return Whether the activityType field is set.
*/
boolean hasActivityType();
/**
* .temporal.api.common.v1.ActivityType activity_type = 4;
* @return The activityType.
*/
io.temporal.api.common.v1.ActivityType getActivityType();
/**
* .temporal.api.common.v1.ActivityType activity_type = 4;
*/
io.temporal.api.common.v1.ActivityTypeOrBuilder getActivityTypeOrBuilder();
/**
* string activity_id = 5;
* @return The activityId.
*/
java.lang.String getActivityId();
/**
* string activity_id = 5;
* @return The bytes for activityId.
*/
com.google.protobuf.ByteString
getActivityIdBytes();
/**
* .temporal.api.enums.v1.RetryState retry_state = 6;
* @return The enum numeric value on the wire for retryState.
*/
int getRetryStateValue();
/**
* .temporal.api.enums.v1.RetryState retry_state = 6;
* @return The retryState.
*/
io.temporal.api.enums.v1.RetryState getRetryState();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy