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