Interface WorkflowExecutionTerminatedEventAttributesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkflowExecutionTerminatedEventAttributes,WorkflowExecutionTerminatedEventAttributes.Builder
@Generated(value="protoc",
comments="annotations:WorkflowExecutionTerminatedEventAttributesOrBuilder.java.pb.meta")
public interface WorkflowExecutionTerminatedEventAttributesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.temporal.api.common.v1.Payloads details = 2;.temporal.api.common.v1.Payloads details = 2;id of the client who requested terminationcom.google.protobuf.ByteStringid of the client who requested terminationUser/client provided reason for terminationcom.google.protobuf.ByteStringUser/client provided reason for terminationboolean.temporal.api.common.v1.Payloads details = 2;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
-
getReason
String getReason()User/client provided reason for termination
string reason = 1;- Returns:
- The reason.
-
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()User/client provided reason for termination
string reason = 1;- Returns:
- The bytes for reason.
-
hasDetails
boolean hasDetails().temporal.api.common.v1.Payloads details = 2;- Returns:
- Whether the details field is set.
-
getDetails
-
getDetailsOrBuilder
PayloadsOrBuilder getDetailsOrBuilder().temporal.api.common.v1.Payloads details = 2; -
getIdentity
String getIdentity()id of the client who requested termination
string identity = 3;- Returns:
- The identity.
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()id of the client who requested termination
string identity = 3;- Returns:
- The bytes for identity.
-