Interface UnpauseActivityByIdRequest.ResetOperationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getNoWait()
      Indicates that the activity should be scheduled immediately.
      boolean getResetHeartbeat()
      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.MessageLiteOrBuilder

        isInitialized
      • 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.