Interface NexusOperationCancelRequestFailedEventAttributesOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Failure details.
    Failure details.
    long
    The ID of the `NEXUS_OPERATION_CANCEL_REQUESTED` event.
    long
    The id of the `NEXUS_OPERATION_SCHEDULED` event this cancel request corresponds to.
    long
    The `WORKFLOW_TASK_COMPLETED` event that the corresponding RequestCancelNexusOperation command was reported with.
    boolean
    Failure details.

    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

    • getRequestedEventId

      long getRequestedEventId()
       The ID of the `NEXUS_OPERATION_CANCEL_REQUESTED` event.
       
      int64 requested_event_id = 1;
      Returns:
      The requestedEventId.
    • getWorkflowTaskCompletedEventId

      long getWorkflowTaskCompletedEventId()
       The `WORKFLOW_TASK_COMPLETED` event that the corresponding RequestCancelNexusOperation command was reported
       with.
       
      int64 workflow_task_completed_event_id = 2;
      Returns:
      The workflowTaskCompletedEventId.
    • hasFailure

      boolean hasFailure()
       Failure details. A NexusOperationFailureInfo wrapping a CanceledFailureInfo.
       
      .temporal.api.failure.v1.Failure failure = 3;
      Returns:
      Whether the failure field is set.
    • getFailure

      Failure getFailure()
       Failure details. A NexusOperationFailureInfo wrapping a CanceledFailureInfo.
       
      .temporal.api.failure.v1.Failure failure = 3;
      Returns:
      The failure.
    • getFailureOrBuilder

      FailureOrBuilder getFailureOrBuilder()
       Failure details. A NexusOperationFailureInfo wrapping a CanceledFailureInfo.
       
      .temporal.api.failure.v1.Failure failure = 3;
    • getScheduledEventId

      long getScheduledEventId()
       The id of the `NEXUS_OPERATION_SCHEDULED` event this cancel request corresponds to.
       
      int64 scheduled_event_id = 4;
      Returns:
      The scheduledEventId.