Interface NexusOperationTimedOutEventAttributesOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Failure details.
    Failure 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
    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

    • 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()
       Failure details. A NexusOperationFailureInfo wrapping a CanceledFailureInfo.
       
      .temporal.api.failure.v1.Failure failure = 2;
      Returns:
      Whether the failure field is set.
    • getFailure

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

      FailureOrBuilder getFailureOrBuilder()
       Failure details. A NexusOperationFailureInfo wrapping a CanceledFailureInfo.
       
      .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.