Interface WorkflowExecutionUpdateRejectedEventAttributesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkflowExecutionUpdateRejectedEventAttributes,WorkflowExecutionUpdateRejectedEventAttributes.Builder
@Generated(value="protoc",
comments="annotations:WorkflowExecutionUpdateRejectedEventAttributesOrBuilder.java.pb.meta")
public interface WorkflowExecutionUpdateRejectedEventAttributesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe cause of rejection.The cause of rejection.The instance ID of the update protocol that generated this event.com.google.protobuf.ByteStringThe instance ID of the update protocol that generated this event.The message payload of the original request message that initiated this update.The message ID of the original request message that initiated this update.com.google.protobuf.ByteStringThe message ID of the original request message that initiated this update.The message payload of the original request message that initiated this update.longThe event ID used to sequence the original request message.booleanThe cause of rejection.booleanThe message payload of the original request message that initiated this update.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getProtocolInstanceId
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
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;
-