Package io.temporal.api.failure.v1
Interface NexusOperationFailureInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NexusOperationFailureInfo,NexusOperationFailureInfo.Builder
@Generated(value="protoc", comments="annotations:NexusOperationFailureInfoOrBuilder.java.pb.meta") public interface NexusOperationFailureInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEndpoint()Endpoint name.com.google.protobuf.ByteStringgetEndpointBytes()Endpoint name.java.lang.StringgetOperation()Operation name.com.google.protobuf.ByteStringgetOperationBytes()Operation name.java.lang.StringgetOperationId()Operation ID - may be empty if the operation completed synchronously.com.google.protobuf.ByteStringgetOperationIdBytes()Operation ID - may be empty if the operation completed synchronously.longgetScheduledEventId()The NexusOperationScheduled event ID.java.lang.StringgetService()Service name.com.google.protobuf.ByteStringgetServiceBytes()Service name.-
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 NexusOperationScheduled event ID.
int64 scheduled_event_id = 1;- Returns:
- The scheduledEventId.
-
getEndpoint
java.lang.String getEndpoint()
Endpoint name.
string endpoint = 2;- Returns:
- The endpoint.
-
getEndpointBytes
com.google.protobuf.ByteString getEndpointBytes()
Endpoint name.
string endpoint = 2;- Returns:
- The bytes for endpoint.
-
getService
java.lang.String getService()
Service name.
string service = 3;- Returns:
- The service.
-
getServiceBytes
com.google.protobuf.ByteString getServiceBytes()
Service name.
string service = 3;- Returns:
- The bytes for service.
-
getOperation
java.lang.String getOperation()
Operation name.
string operation = 4;- Returns:
- The operation.
-
getOperationBytes
com.google.protobuf.ByteString getOperationBytes()
Operation name.
string operation = 4;- Returns:
- The bytes for operation.
-
getOperationId
java.lang.String getOperationId()
Operation ID - may be empty if the operation completed synchronously.
string operation_id = 5;- Returns:
- The operationId.
-
getOperationIdBytes
com.google.protobuf.ByteString getOperationIdBytes()
Operation ID - may be empty if the operation completed synchronously.
string operation_id = 5;- Returns:
- The bytes for operationId.
-
-