Package io.temporal.api.history.v1
Interface WorkflowExecutionTimedOutEventAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkflowExecutionTimedOutEventAttributes,WorkflowExecutionTimedOutEventAttributes.Builder
@Generated(value="protoc", comments="annotations:WorkflowExecutionTimedOutEventAttributesOrBuilder.java.pb.meta") public interface WorkflowExecutionTimedOutEventAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetNewExecutionRunId()If another run is started by cron or retry, this contains the new run id.com.google.protobuf.ByteStringgetNewExecutionRunIdBytes()If another run is started by cron or retry, this contains the new run id.RetryStategetRetryState().temporal.api.enums.v1.RetryState retry_state = 1;intgetRetryStateValue().temporal.api.enums.v1.RetryState retry_state = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRetryStateValue
int getRetryStateValue()
.temporal.api.enums.v1.RetryState retry_state = 1;- Returns:
- The enum numeric value on the wire for retryState.
-
getRetryState
RetryState getRetryState()
.temporal.api.enums.v1.RetryState retry_state = 1;- Returns:
- The retryState.
-
getNewExecutionRunId
java.lang.String getNewExecutionRunId()
If another run is started by cron or retry, this contains the new run id.
string new_execution_run_id = 2;- Returns:
- The newExecutionRunId.
-
getNewExecutionRunIdBytes
com.google.protobuf.ByteString getNewExecutionRunIdBytes()
If another run is started by cron or retry, this contains the new run id.
string new_execution_run_id = 2;- Returns:
- The bytes for newExecutionRunId.
-
-