Interface WorkflowExecutionCanceledEventAttributesOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .temporal.api.common.v1.Payloads details = 2;
    .temporal.api.common.v1.Payloads details = 2;
    long
    The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
    boolean
    .temporal.api.common.v1.Payloads details = 2;

    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

    • getWorkflowTaskCompletedEventId

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

      boolean hasDetails()
      .temporal.api.common.v1.Payloads details = 2;
      Returns:
      Whether the details field is set.
    • getDetails

      Payloads getDetails()
      .temporal.api.common.v1.Payloads details = 2;
      Returns:
      The details.
    • getDetailsOrBuilder

      PayloadsOrBuilder getDetailsOrBuilder()
      .temporal.api.common.v1.Payloads details = 2;