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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Failure getFailure()
      Cancellation details.
      FailureOrBuilder getFailureOrBuilder()
      Cancellation details.
      java.lang.String getRequestId()
      The request ID allocated at schedule time.
      com.google.protobuf.ByteString getRequestIdBytes()
      The request ID allocated at schedule time.
      long getScheduledEventId()
      The ID of the `NEXUS_OPERATION_SCHEDULED` event.
      boolean hasFailure()
      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 Detail

      • 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

        java.lang.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.