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
Modifier and TypeMethodDescriptionEndpoint name.com.google.protobuf.ByteStringEndpoint name.Operation name.com.google.protobuf.ByteStringOperation name.Deprecated.temporal.api.failure.v1.NexusOperationFailureInfo.operation_id is deprecated.com.google.protobuf.ByteStringDeprecated.temporal.api.failure.v1.NexusOperationFailureInfo.operation_id is deprecated.Operation token - may be empty if the operation completed synchronously.com.google.protobuf.ByteStringOperation token - may be empty if the operation completed synchronously.longThe NexusOperationScheduled event ID.Service name.com.google.protobuf.ByteStringService name.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
-
getScheduledEventId
long getScheduledEventId()The NexusOperationScheduled event ID.
int64 scheduled_event_id = 1;- Returns:
- The scheduledEventId.
-
getEndpoint
-
getEndpointBytes
com.google.protobuf.ByteString getEndpointBytes()Endpoint name.
string endpoint = 2;- Returns:
- The bytes for endpoint.
-
getService
-
getServiceBytes
com.google.protobuf.ByteString getServiceBytes()Service name.
string service = 3;- Returns:
- The bytes for service.
-
getOperation
-
getOperationBytes
com.google.protobuf.ByteString getOperationBytes()Operation name.
string operation = 4;- Returns:
- The bytes for operation.
-
getOperationId
Deprecated.temporal.api.failure.v1.NexusOperationFailureInfo.operation_id is deprecated. See temporal/api/failure/v1/message.proto;l=85Operation 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.temporal.api.failure.v1.NexusOperationFailureInfo.operation_id is deprecated. See temporal/api/failure/v1/message.proto;l=85Operation 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
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.
-