Interface NexusOperationCanceledEventAttributesOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Cancellation details.
    Cancellation details.
    The request ID allocated at schedule time.
    com.google.protobuf.ByteString
    The request ID allocated at schedule time.
    long
    The ID of the `NEXUS_OPERATION_SCHEDULED` event.
    boolean
    Cancellation 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

    • getScheduledEventId

      long getScheduledEventId()
       The ID of the `NEXUS_OPERATION_SCHEDULED` event. Uniquely identifies this operation.
       
      int64 scheduled_event_id = 1;
      Returns:
      The scheduledEventId.
    • hasFailure

      boolean hasFailure()
       Cancellation details.
       
      .temporal.api.failure.v1.Failure failure = 2;
      Returns:
      Whether the failure field is set.
    • getFailure

      Failure getFailure()
       Cancellation details.
       
      .temporal.api.failure.v1.Failure failure = 2;
      Returns:
      The failure.
    • getFailureOrBuilder

      FailureOrBuilder getFailureOrBuilder()
       Cancellation details.
       
      .temporal.api.failure.v1.Failure failure = 2;
    • getRequestId

      String getRequestId()
       The request ID allocated at schedule time.
       
      string request_id = 3;
      Returns:
      The requestId.
    • getRequestIdBytes

      com.google.protobuf.ByteString getRequestIdBytes()
       The request ID allocated at schedule time.
       
      string request_id = 3;
      Returns:
      The bytes for requestId.