@@ -26,25 +26,25 @@ public class WorkspaceEventsScopes {
26
26
/** Private Service: https://www.googleapis.com/auth/chat.bot. */
27
27
public static final String CHAT_BOT = "https://www.googleapis.com/auth/chat.bot" ;
28
28
29
- /** View , add, update, and remove members from conversations in Google Chat. */
29
+ /** See , add, update, and remove members from conversations and spaces in Google Chat. */
30
30
public static final String CHAT_MEMBERSHIPS = "https://www.googleapis.com/auth/chat.memberships" ;
31
31
32
32
/** View members in Google Chat conversations.. */
33
33
public static final String CHAT_MEMBERSHIPS_READONLY = "https://www.googleapis.com/auth/chat.memberships.readonly" ;
34
34
35
- /** View , compose, send, update, and delete messages, and add, view , and delete reactions to messages.. */
35
+ /** See , compose, send, update, and delete messages and their associated attachments , and add, see , and delete reactions to messages.. */
36
36
public static final String CHAT_MESSAGES = "https://www.googleapis.com/auth/chat.messages" ;
37
37
38
- /** View , add, and delete reactions to messages in Google Chat. */
38
+ /** See , add, and delete reactions to messages in Google Chat. */
39
39
public static final String CHAT_MESSAGES_REACTIONS = "https://www.googleapis.com/auth/chat.messages.reactions" ;
40
40
41
41
/** View reactions to messages in Google Chat. */
42
42
public static final String CHAT_MESSAGES_REACTIONS_READONLY = "https://www.googleapis.com/auth/chat.messages.reactions.readonly" ;
43
43
44
- /** View messages and reactions in Google Chat. */
44
+ /** See messages and their associated reactions and attachments in Google Chat. */
45
45
public static final String CHAT_MESSAGES_READONLY = "https://www.googleapis.com/auth/chat.messages.readonly" ;
46
46
47
- /** Create conversations and spaces and see or edit metadata (including history settings and access settings) in Google Chat. */
47
+ /** Create conversations and spaces and see or update metadata (including history settings and access settings) in Google Chat. */
48
48
public static final String CHAT_SPACES = "https://www.googleapis.com/auth/chat.spaces" ;
49
49
50
50
/** View chat and spaces in Google Chat. */
0 commit comments