Interface WorkflowExecutionPausedEventAttributesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkflowExecutionPausedEventAttributes,WorkflowExecutionPausedEventAttributes.Builder
@Generated(value="protoc",
comments="annotations:WorkflowExecutionPausedEventAttributesOrBuilder.java.pb.meta")
public interface WorkflowExecutionPausedEventAttributesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe identity of the client who paused the workflow execution.com.google.protobuf.ByteStringThe identity of the client who paused the workflow execution.The reason for pausing the workflow execution.com.google.protobuf.ByteStringThe reason for pausing the workflow execution.The request ID of the request that paused the workflow execution.com.google.protobuf.ByteStringThe request ID of the request that paused the workflow execution.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
-
getIdentity
String getIdentity()The identity of the client who paused the workflow execution.
string identity = 1;- Returns:
- The identity.
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()The identity of the client who paused the workflow execution.
string identity = 1;- Returns:
- The bytes for identity.
-
getReason
String getReason()The reason for pausing the workflow execution.
string reason = 2;- Returns:
- The reason.
-
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()The reason for pausing the workflow execution.
string reason = 2;- Returns:
- The bytes for reason.
-
getRequestId
String getRequestId()The request ID of the request that paused the workflow execution.
string request_id = 3;- Returns:
- The requestId.
-
getRequestIdBytes
com.google.protobuf.ByteString getRequestIdBytes()The request ID of the request that paused the workflow execution.
string request_id = 3;- Returns:
- The bytes for requestId.
-