Skip to content

Commit 302b842

Browse files
1 parent e6ddf04 commit 302b842

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

src/AlertCenter/DriveSyncStateChanged.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)