Interface WorkflowExecutionUpdateRejectedEventAttributesOrBuilder

    • Method Detail

      • getProtocolInstanceId

        java.lang.String getProtocolInstanceId()
         The instance ID of the update protocol that generated this event.
         
        string protocol_instance_id = 1;
        Returns:
        The protocolInstanceId.
      • getProtocolInstanceIdBytes

        com.google.protobuf.ByteString getProtocolInstanceIdBytes()
         The instance ID of the update protocol that generated this event.
         
        string protocol_instance_id = 1;
        Returns:
        The bytes for protocolInstanceId.
      • getRejectedRequestMessageId

        java.lang.String getRejectedRequestMessageId()
         The message ID of the original request message that initiated this
         update. Needed so that the worker can recreate and deliver that same
         message as part of replay.
         
        string rejected_request_message_id = 2;
        Returns:
        The rejectedRequestMessageId.
      • getRejectedRequestMessageIdBytes

        com.google.protobuf.ByteString getRejectedRequestMessageIdBytes()
         The message ID of the original request message that initiated this
         update. Needed so that the worker can recreate and deliver that same
         message as part of replay.
         
        string rejected_request_message_id = 2;
        Returns:
        The bytes for rejectedRequestMessageId.
      • getRejectedRequestSequencingEventId

        long getRejectedRequestSequencingEventId()
         The event ID used to sequence the original request message.
         
        int64 rejected_request_sequencing_event_id = 3;
        Returns:
        The rejectedRequestSequencingEventId.
      • hasRejectedRequest

        boolean hasRejectedRequest()
         The message payload of the original request message that initiated this
         update.
         
        .temporal.api.update.v1.Request rejected_request = 4;
        Returns:
        Whether the rejectedRequest field is set.
      • getRejectedRequest

        Request getRejectedRequest()
         The message payload of the original request message that initiated this
         update.
         
        .temporal.api.update.v1.Request rejected_request = 4;
        Returns:
        The rejectedRequest.
      • getRejectedRequestOrBuilder

        RequestOrBuilder getRejectedRequestOrBuilder()
         The message payload of the original request message that initiated this
         update.
         
        .temporal.api.update.v1.Request rejected_request = 4;
      • hasFailure

        boolean hasFailure()
         The cause of rejection.
         
        .temporal.api.failure.v1.Failure failure = 5;
        Returns:
        Whether the failure field is set.
      • getFailure

        Failure getFailure()
         The cause of rejection.
         
        .temporal.api.failure.v1.Failure failure = 5;
        Returns:
        The failure.
      • getFailureOrBuilder

        FailureOrBuilder getFailureOrBuilder()
         The cause of rejection.
         
        .temporal.api.failure.v1.Failure failure = 5;