Package io.temporal.api.history.v1
Interface NexusOperationFailedEventAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NexusOperationFailedEventAttributes,NexusOperationFailedEventAttributes.Builder
@Generated(value="protoc", comments="annotations:NexusOperationFailedEventAttributesOrBuilder.java.pb.meta") public interface NexusOperationFailedEventAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FailuregetFailure()Failure details.FailureOrBuildergetFailureOrBuilder()Failure details.java.lang.StringgetRequestId()The request ID allocated at schedule time.com.google.protobuf.ByteStringgetRequestIdBytes()The request ID allocated at schedule time.longgetScheduledEventId()The ID of the `NEXUS_OPERATION_SCHEDULED` event.booleanhasFailure()Failure details.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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 an ApplicationFailureInfo.
.temporal.api.failure.v1.Failure failure = 2;- Returns:
- Whether the failure field is set.
-
getFailure
Failure getFailure()
Failure details. A NexusOperationFailureInfo wrapping an ApplicationFailureInfo.
.temporal.api.failure.v1.Failure failure = 2;- Returns:
- The failure.
-
getFailureOrBuilder
FailureOrBuilder getFailureOrBuilder()
Failure details. A NexusOperationFailureInfo wrapping an ApplicationFailureInfo.
.temporal.api.failure.v1.Failure failure = 2;
-
getRequestId
java.lang.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.
-
-