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
Modifier and TypeMethodDescriptionDeprecated.temporal.api.history.v1.NexusOperationStartedEventAttributes.operation_id is deprecated.com.google.protobuf.ByteStringDeprecated.temporal.api.history.v1.NexusOperationStartedEventAttributes.operation_id is deprecated.The operation token returned by the Nexus handler in the response to the StartOperation request.com.google.protobuf.ByteStringThe operation token returned by the Nexus handler in the response to the StartOperation request.The request ID allocated at schedule time.com.google.protobuf.ByteStringThe request ID allocated at schedule time.longThe ID of the `NEXUS_OPERATION_SCHEDULED` event this task corresponds to.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 ID of the `NEXUS_OPERATION_SCHEDULED` event this task corresponds to.
int64 scheduled_event_id = 1;- Returns:
- The scheduledEventId.
-
getOperationId
Deprecated.temporal.api.history.v1.NexusOperationStartedEventAttributes.operation_id is deprecated. See temporal/api/history/v1/message.proto;l=1098The 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.temporal.api.history.v1.NexusOperationStartedEventAttributes.operation_id is deprecated. See temporal/api/history/v1/message.proto;l=1098The 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
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
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.
-