Interface WorkflowExecutionPauseInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkflowExecutionPauseInfo,WorkflowExecutionPauseInfo.Builder
@Generated(value="protoc",
comments="annotations:WorkflowExecutionPauseInfoOrBuilder.java.pb.meta")
public interface WorkflowExecutionPauseInfoOrBuilder
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.com.google.protobuf.TimestampThe time when the workflow execution was paused.com.google.protobuf.TimestampOrBuilderThe time when the workflow execution was paused.The reason for pausing the workflow execution.com.google.protobuf.ByteStringThe reason for pausing the workflow execution.booleanThe time when the workflow execution was paused.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.
-
hasPausedTime
boolean hasPausedTime()The time when the workflow execution was paused.
.google.protobuf.Timestamp paused_time = 2;- Returns:
- Whether the pausedTime field is set.
-
getPausedTime
com.google.protobuf.Timestamp getPausedTime()The time when the workflow execution was paused.
.google.protobuf.Timestamp paused_time = 2;- Returns:
- The pausedTime.
-
getPausedTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getPausedTimeOrBuilder()The time when the workflow execution was paused.
.google.protobuf.Timestamp paused_time = 2; -
getReason
String getReason()The reason for pausing the workflow execution.
string reason = 3;- Returns:
- The reason.
-
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()The reason for pausing the workflow execution.
string reason = 3;- Returns:
- The bytes for reason.
-