File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,15 +36,18 @@ class DriveSyncStateChanged extends \Google\Model
3636 */
3737 public const SYNC_STATE_CHANGE_REASON_SYNC_STATE_CHANGE_REASON_UNSPECIFIED = 'SYNC_STATE_CHANGE_REASON_UNSPECIFIED ' ;
3838 /**
39- * Sync state change reason is unusual activity
39+ * Sync state was changed due to unusual activity, such as potential
40+ * ransomware
4041 */
4142 public const SYNC_STATE_CHANGE_REASON_UNUSUAL_ACTIVITY = 'UNUSUAL_ACTIVITY ' ;
4243 /**
43- * Sync state change reason is user feedback true positive
44+ * The user provided feedback indicating that the initial sync state change
45+ * may have been caused by unexpected activity
4446 */
4547 public const SYNC_STATE_CHANGE_REASON_USER_FEEDBACK_TRUE_POSITIVE = 'USER_FEEDBACK_TRUE_POSITIVE ' ;
4648 /**
47- * Sync state change reason is user feedback false positive
49+ * The user provided feedback indicating that the initial sync state change
50+ * may have been caused by a false positive
4851 */
4952 public const SYNC_STATE_CHANGE_REASON_USER_FEEDBACK_FALSE_POSITIVE = 'USER_FEEDBACK_FALSE_POSITIVE ' ;
5053 /**
You can’t perform that action at this time.
0 commit comments