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

    Modifier and Type
    Method
    Description
    If another run is started by cron or retry, this contains the new run id.
    com.google.protobuf.ByteString
    If another run is started by cron or retry, this contains the new run id.
    .temporal.api.enums.v1.RetryState retry_state = 1;
    int
    .temporal.api.enums.v1.RetryState retry_state = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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

      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.