Interface WorkflowExecutionUpdateAcceptedEventAttributesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Request getAcceptedRequest()
      The message payload of the original request message that initiated this update.
      java.lang.String getAcceptedRequestMessageId()
      The message ID of the original request message that initiated this update.
      com.google.protobuf.ByteString getAcceptedRequestMessageIdBytes()
      The message ID of the original request message that initiated this update.
      RequestOrBuilder getAcceptedRequestOrBuilder()
      The message payload of the original request message that initiated this update.
      long getAcceptedRequestSequencingEventId()
      The event ID used to sequence the original request message.
      java.lang.String getProtocolInstanceId()
      The instance ID of the update protocol that generated this event.
      com.google.protobuf.ByteString getProtocolInstanceIdBytes()
      The instance ID of the update protocol that generated this event.
      boolean hasAcceptedRequest()
      The message payload of the original request message that initiated this update.
      • 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

      • 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.
      • getAcceptedRequestMessageId

        java.lang.String getAcceptedRequestMessageId()
         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 accepted_request_message_id = 2;
        Returns:
        The acceptedRequestMessageId.
      • getAcceptedRequestMessageIdBytes

        com.google.protobuf.ByteString getAcceptedRequestMessageIdBytes()
         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 accepted_request_message_id = 2;
        Returns:
        The bytes for acceptedRequestMessageId.
      • getAcceptedRequestSequencingEventId

        long getAcceptedRequestSequencingEventId()
         The event ID used to sequence the original request message.
         
        int64 accepted_request_sequencing_event_id = 3;
        Returns:
        The acceptedRequestSequencingEventId.
      • hasAcceptedRequest

        boolean hasAcceptedRequest()
         The message payload of the original request message that initiated this
         update.
         
        .temporal.api.update.v1.Request accepted_request = 4;
        Returns:
        Whether the acceptedRequest field is set.
      • getAcceptedRequest

        Request getAcceptedRequest()
         The message payload of the original request message that initiated this
         update.
         
        .temporal.api.update.v1.Request accepted_request = 4;
        Returns:
        The acceptedRequest.
      • getAcceptedRequestOrBuilder

        RequestOrBuilder getAcceptedRequestOrBuilder()
         The message payload of the original request message that initiated this
         update.
         
        .temporal.api.update.v1.Request accepted_request = 4;