All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.temporal.api.history.v1.WorkflowExecutionUpdateRejectedEventAttributesOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.24.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: temporal/api/history/v1/message.proto

package io.temporal.api.history.v1;

@javax.annotation.Generated(value="protoc", comments="annotations:WorkflowExecutionUpdateRejectedEventAttributesOrBuilder.java.pb.meta")
public interface WorkflowExecutionUpdateRejectedEventAttributesOrBuilder extends
    // @@protoc_insertion_point(interface_extends:temporal.api.history.v1.WorkflowExecutionUpdateRejectedEventAttributes)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The instance ID of the update protocol that generated this event.
   * 
* * string protocol_instance_id = 1; * @return The protocolInstanceId. */ java.lang.String getProtocolInstanceId(); /** *
   * The instance ID of the update protocol that generated this event.
   * 
* * string protocol_instance_id = 1; * @return The bytes for protocolInstanceId. */ com.google.protobuf.ByteString getProtocolInstanceIdBytes(); /** *
   * 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; * @return The rejectedRequestMessageId. */ 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; * @return The bytes for rejectedRequestMessageId. */ com.google.protobuf.ByteString getRejectedRequestMessageIdBytes(); /** *
   * The event ID used to sequence the original request message.
   * 
* * int64 rejected_request_sequencing_event_id = 3; * @return The rejectedRequestSequencingEventId. */ long getRejectedRequestSequencingEventId(); /** *
   * The message payload of the original request message that initiated this
   * update.
   * 
* * .temporal.api.update.v1.Request rejected_request = 4; * @return Whether the rejectedRequest field is set. */ boolean hasRejectedRequest(); /** *
   * The message payload of the original request message that initiated this
   * update.
   * 
* * .temporal.api.update.v1.Request rejected_request = 4; * @return The rejectedRequest. */ io.temporal.api.update.v1.Request getRejectedRequest(); /** *
   * The message payload of the original request message that initiated this
   * update.
   * 
* * .temporal.api.update.v1.Request rejected_request = 4; */ io.temporal.api.update.v1.RequestOrBuilder getRejectedRequestOrBuilder(); /** *
   * The cause of rejection.
   * 
* * .temporal.api.failure.v1.Failure failure = 5; * @return Whether the failure field is set. */ boolean hasFailure(); /** *
   * The cause of rejection.
   * 
* * .temporal.api.failure.v1.Failure failure = 5; * @return The failure. */ io.temporal.api.failure.v1.Failure getFailure(); /** *
   * The cause of rejection.
   * 
* * .temporal.api.failure.v1.Failure failure = 5; */ io.temporal.api.failure.v1.FailureOrBuilder getFailureOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy