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 Deprecated 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()Deprecated.temporal.api.failure.v1.NexusOperationFailureInfo.operation_id is deprecated.com.google.protobuf.ByteStringgetOperationIdBytes()Deprecated.temporal.api.failure.v1.NexusOperationFailureInfo.operation_id is deprecated.java.lang.StringgetOperationToken()Operation token - may be empty if the operation completed synchronously.com.google.protobuf.ByteStringgetOperationTokenBytes()Operation token - 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
@Deprecated java.lang.String getOperationId()
Deprecated.temporal.api.failure.v1.NexusOperationFailureInfo.operation_id is deprecated. See temporal/api/failure/v1/message.proto;l=80Operation ID - may be empty if the operation completed synchronously. Deprecated. Renamed to operation_token.
string operation_id = 5 [deprecated = true];- Returns:
- The operationId.
-
getOperationIdBytes
@Deprecated com.google.protobuf.ByteString getOperationIdBytes()
Deprecated.temporal.api.failure.v1.NexusOperationFailureInfo.operation_id is deprecated. See temporal/api/failure/v1/message.proto;l=80Operation ID - may be empty if the operation completed synchronously. Deprecated. Renamed to operation_token.
string operation_id = 5 [deprecated = true];- Returns:
- The bytes for operationId.
-
getOperationToken
java.lang.String getOperationToken()
Operation token - may be empty if the operation completed synchronously.
string operation_token = 6;- Returns:
- The operationToken.
-
getOperationTokenBytes
com.google.protobuf.ByteString getOperationTokenBytes()
Operation token - may be empty if the operation completed synchronously.
string operation_token = 6;- Returns:
- The bytes for operationToken.
-
-