Package io.temporal.api.history.v1
Interface NexusOperationStartedEventAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NexusOperationStartedEventAttributes,NexusOperationStartedEventAttributes.Builder
@Generated(value="protoc", comments="annotations:NexusOperationStartedEventAttributesOrBuilder.java.pb.meta") public interface NexusOperationStartedEventAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetOperationId()Deprecated.temporal.api.history.v1.NexusOperationStartedEventAttributes.operation_id is deprecated.com.google.protobuf.ByteStringgetOperationIdBytes()Deprecated.temporal.api.history.v1.NexusOperationStartedEventAttributes.operation_id is deprecated.java.lang.StringgetOperationToken()The operation token returned by the Nexus handler in the response to the StartOperation request.com.google.protobuf.ByteStringgetOperationTokenBytes()The operation token returned by the Nexus handler in the response to the StartOperation request.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 this task corresponds to.-
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 this task corresponds to.
int64 scheduled_event_id = 1;- Returns:
- The scheduledEventId.
-
getOperationId
@Deprecated java.lang.String getOperationId()
Deprecated.temporal.api.history.v1.NexusOperationStartedEventAttributes.operation_id is deprecated. See temporal/api/history/v1/message.proto;l=916The operation ID returned by the Nexus handler in the response to the StartOperation request. This ID is used when canceling the operation. Deprecated: Renamed to operation_token.
string operation_id = 3 [deprecated = true];- Returns:
- The operationId.
-
getOperationIdBytes
@Deprecated com.google.protobuf.ByteString getOperationIdBytes()
Deprecated.temporal.api.history.v1.NexusOperationStartedEventAttributes.operation_id is deprecated. See temporal/api/history/v1/message.proto;l=916The operation ID returned by the Nexus handler in the response to the StartOperation request. This ID is used when canceling the operation. Deprecated: Renamed to operation_token.
string operation_id = 3 [deprecated = true];- Returns:
- The bytes for operationId.
-
getRequestId
java.lang.String getRequestId()
The request ID allocated at schedule time.
string request_id = 4;- Returns:
- The requestId.
-
getRequestIdBytes
com.google.protobuf.ByteString getRequestIdBytes()
The request ID allocated at schedule time.
string request_id = 4;- Returns:
- The bytes for requestId.
-
getOperationToken
java.lang.String getOperationToken()
The operation token returned by the Nexus handler in the response to the StartOperation request. This token is used when canceling the operation.
string operation_token = 5;- Returns:
- The operationToken.
-
getOperationTokenBytes
com.google.protobuf.ByteString getOperationTokenBytes()
The operation token returned by the Nexus handler in the response to the StartOperation request. This token is used when canceling the operation.
string operation_token = 5;- Returns:
- The bytes for operationToken.
-
-