Interface WorkflowExecutionCompletedEventAttributesOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getNewExecutionRunId()
      If another run is started by cron, this contains the new run id.
      com.google.protobuf.ByteString getNewExecutionRunIdBytes()
      If another run is started by cron, this contains the new run id.
      Payloads getResult()
      Serialized result of workflow completion (ie: The return value of the workflow function)
      PayloadsOrBuilder getResultOrBuilder()
      Serialized result of workflow completion (ie: The return value of the workflow function)
      long getWorkflowTaskCompletedEventId()
      The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
      boolean hasResult()
      Serialized result of workflow completion (ie: The return value of the workflow function)
      • 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 Detail

      • hasResult

        boolean hasResult()
         Serialized result of workflow completion (ie: The return value of the workflow function)
         
        .temporal.api.common.v1.Payloads result = 1;
        Returns:
        Whether the result field is set.
      • getResult

        Payloads getResult()
         Serialized result of workflow completion (ie: The return value of the workflow function)
         
        .temporal.api.common.v1.Payloads result = 1;
        Returns:
        The result.
      • getResultOrBuilder

        PayloadsOrBuilder getResultOrBuilder()
         Serialized result of workflow completion (ie: The return value of the workflow function)
         
        .temporal.api.common.v1.Payloads result = 1;
      • getWorkflowTaskCompletedEventId

        long getWorkflowTaskCompletedEventId()
         The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
         
        int64 workflow_task_completed_event_id = 2;
        Returns:
        The workflowTaskCompletedEventId.
      • getNewExecutionRunId

        java.lang.String getNewExecutionRunId()
         If another run is started by cron, this contains the new run id.
         
        string new_execution_run_id = 3;
        Returns:
        The newExecutionRunId.
      • getNewExecutionRunIdBytes

        com.google.protobuf.ByteString getNewExecutionRunIdBytes()
         If another run is started by cron, this contains the new run id.
         
        string new_execution_run_id = 3;
        Returns:
        The bytes for newExecutionRunId.