Interface UnpauseActivityByIdRequest.ResetOperationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UnpauseActivityByIdRequest.ResetOperation,UnpauseActivityByIdRequest.ResetOperation.Builder
- Enclosing class:
- UnpauseActivityByIdRequest
public static interface UnpauseActivityByIdRequest.ResetOperationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetNoWait()Indicates that the activity should be scheduled immediately.booleangetResetHeartbeat()If set, the Heartbeat Details will be cleared out to make the Activity start over from the beginning-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNoWait
boolean getNoWait()
Indicates that the activity should be scheduled immediately. Note that this may run simultaneously with any existing executions of the activity.
bool no_wait = 1;- Returns:
- The noWait.
-
getResetHeartbeat
boolean getResetHeartbeat()
If set, the Heartbeat Details will be cleared out to make the Activity start over from the beginning
bool reset_heartbeat = 2;- Returns:
- The resetHeartbeat.
-
-