Interface ActivityTaskCanceledEventAttributesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ActivityTaskCanceledEventAttributes,ActivityTaskCanceledEventAttributes.Builder
@Generated(value="protoc",
comments="annotations:ActivityTaskCanceledEventAttributesOrBuilder.java.pb.meta")
public interface ActivityTaskCanceledEventAttributesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAdditional information that the activity reported upon confirming cancellationAdditional information that the activity reported upon confirming cancellationid of the worker who canceled this activitycom.google.protobuf.ByteStringid of the worker who canceled this activitylongid of the most recent `ACTIVITY_TASK_CANCEL_REQUESTED` event which refers to the same activitylongThe id of the `ACTIVITY_TASK_SCHEDULED` event this cancel confirmation corresponds tolongThe id of the `ACTIVITY_TASK_STARTED` event this cancel confirmation corresponds toDeprecated.temporal.api.history.v1.ActivityTaskCanceledEventAttributes.worker_version is deprecated.Deprecated.booleanAdditional information that the activity reported upon confirming cancellationbooleanDeprecated.temporal.api.history.v1.ActivityTaskCanceledEventAttributes.worker_version is deprecated.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
-
hasDetails
boolean hasDetails()Additional information that the activity reported upon confirming cancellation
.temporal.api.common.v1.Payloads details = 1;- Returns:
- Whether the details field is set.
-
getDetails
Payloads getDetails()Additional information that the activity reported upon confirming cancellation
.temporal.api.common.v1.Payloads details = 1;- Returns:
- The details.
-
getDetailsOrBuilder
PayloadsOrBuilder getDetailsOrBuilder()Additional information that the activity reported upon confirming cancellation
.temporal.api.common.v1.Payloads details = 1; -
getLatestCancelRequestedEventId
long getLatestCancelRequestedEventId()id of the most recent `ACTIVITY_TASK_CANCEL_REQUESTED` event which refers to the same activity
int64 latest_cancel_requested_event_id = 2;- Returns:
- The latestCancelRequestedEventId.
-
getScheduledEventId
long getScheduledEventId()The id of the `ACTIVITY_TASK_SCHEDULED` event this cancel confirmation corresponds to
int64 scheduled_event_id = 3;- Returns:
- The scheduledEventId.
-
getStartedEventId
long getStartedEventId()The id of the `ACTIVITY_TASK_STARTED` event this cancel confirmation corresponds to
int64 started_event_id = 4;- Returns:
- The startedEventId.
-
getIdentity
String getIdentity()id of the worker who canceled this activity
string identity = 5;- Returns:
- The identity.
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()id of the worker who canceled this activity
string identity = 5;- Returns:
- The bytes for identity.
-
hasWorkerVersion
Deprecated.temporal.api.history.v1.ActivityTaskCanceledEventAttributes.worker_version is deprecated. See temporal/api/history/v1/message.proto;l=553Version info of the worker who processed this workflow task. Deprecated. This field should be cleaned up when versioning-2 API is removed. [cleanup-experimental-wv]
.temporal.api.common.v1.WorkerVersionStamp worker_version = 6 [deprecated = true];- Returns:
- Whether the workerVersion field is set.
-
getWorkerVersion
Deprecated.temporal.api.history.v1.ActivityTaskCanceledEventAttributes.worker_version is deprecated. See temporal/api/history/v1/message.proto;l=553Version info of the worker who processed this workflow task. Deprecated. This field should be cleaned up when versioning-2 API is removed. [cleanup-experimental-wv]
.temporal.api.common.v1.WorkerVersionStamp worker_version = 6 [deprecated = true];- Returns:
- The workerVersion.
-
getWorkerVersionOrBuilder
Deprecated.Version info of the worker who processed this workflow task. Deprecated. This field should be cleaned up when versioning-2 API is removed. [cleanup-experimental-wv]
.temporal.api.common.v1.WorkerVersionStamp worker_version = 6 [deprecated = true];
-