Interface ChildWorkflowExecutionFailureInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ChildWorkflowExecutionFailureInfo, ChildWorkflowExecutionFailureInfo.Builder

    @Generated(value="protoc",
               comments="annotations:ChildWorkflowExecutionFailureInfoOrBuilder.java.pb.meta")
    public interface ChildWorkflowExecutionFailureInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getNamespace

        java.lang.String getNamespace()
        string namespace = 1;
        Returns:
        The namespace.
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
        string namespace = 1;
        Returns:
        The bytes for namespace.
      • hasWorkflowExecution

        boolean hasWorkflowExecution()
        .temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
        Returns:
        Whether the workflowExecution field is set.
      • getWorkflowExecution

        WorkflowExecution getWorkflowExecution()
        .temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
        Returns:
        The workflowExecution.
      • getWorkflowExecutionOrBuilder

        WorkflowExecutionOrBuilder getWorkflowExecutionOrBuilder()
        .temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
      • hasWorkflowType

        boolean hasWorkflowType()
        .temporal.api.common.v1.WorkflowType workflow_type = 3;
        Returns:
        Whether the workflowType field is set.
      • getWorkflowType

        WorkflowType getWorkflowType()
        .temporal.api.common.v1.WorkflowType workflow_type = 3;
        Returns:
        The workflowType.
      • getWorkflowTypeOrBuilder

        WorkflowTypeOrBuilder getWorkflowTypeOrBuilder()
        .temporal.api.common.v1.WorkflowType workflow_type = 3;
      • getInitiatedEventId

        long getInitiatedEventId()
        int64 initiated_event_id = 4;
        Returns:
        The initiatedEventId.
      • getStartedEventId

        long getStartedEventId()
        int64 started_event_id = 5;
        Returns:
        The startedEventId.
      • getRetryStateValue

        int getRetryStateValue()
        .temporal.api.enums.v1.RetryState retry_state = 6;
        Returns:
        The enum numeric value on the wire for retryState.
      • getRetryState

        RetryState getRetryState()
        .temporal.api.enums.v1.RetryState retry_state = 6;
        Returns:
        The retryState.