@@ -41,28 +41,28 @@ public class HangoutsChatScopes {
41
41
/** Private Service: https://www.googleapis.com/auth/chat.bot. */
42
42
public static final String CHAT_BOT = "https://www.googleapis.com/auth/chat.bot" ;
43
43
44
- /** Delete conversations and spaces & remove access to associated files in Google Chat. */
44
+ /** Delete conversations and spaces and remove access to associated files in Google Chat. */
45
45
public static final String CHAT_DELETE = "https://www.googleapis.com/auth/chat.delete" ;
46
46
47
47
/** Import spaces, messages, and memberships into Google Chat.. */
48
48
public static final String CHAT_IMPORT = "https://www.googleapis.com/auth/chat.import" ;
49
49
50
- /** View , add, update, and remove members from conversations in Google Chat. */
50
+ /** See , add, update, and remove members from conversations and spaces in Google Chat. */
51
51
public static final String CHAT_MEMBERSHIPS = "https://www.googleapis.com/auth/chat.memberships" ;
52
52
53
- /** Add and remove itself from conversations in Google Chat. */
53
+ /** Add and remove itself from conversations and spaces in Google Chat. */
54
54
public static final String CHAT_MEMBERSHIPS_APP = "https://www.googleapis.com/auth/chat.memberships.app" ;
55
55
56
56
/** View members in Google Chat conversations.. */
57
57
public static final String CHAT_MEMBERSHIPS_READONLY = "https://www.googleapis.com/auth/chat.memberships.readonly" ;
58
58
59
- /** View , compose, send, update, and delete messages, and add, view , and delete reactions to messages.. */
59
+ /** See , compose, send, update, and delete messages and their associated attachments , and add, see , and delete reactions to messages.. */
60
60
public static final String CHAT_MESSAGES = "https://www.googleapis.com/auth/chat.messages" ;
61
61
62
62
/** Compose and send messages in Google Chat. */
63
63
public static final String CHAT_MESSAGES_CREATE = "https://www.googleapis.com/auth/chat.messages.create" ;
64
64
65
- /** View , add, and delete reactions to messages in Google Chat. */
65
+ /** See , add, and delete reactions to messages in Google Chat. */
66
66
public static final String CHAT_MESSAGES_REACTIONS = "https://www.googleapis.com/auth/chat.messages.reactions" ;
67
67
68
68
/** Add reactions to messages in Google Chat. */
@@ -71,13 +71,13 @@ public class HangoutsChatScopes {
71
71
/** View reactions to messages in Google Chat. */
72
72
public static final String CHAT_MESSAGES_REACTIONS_READONLY = "https://www.googleapis.com/auth/chat.messages.reactions.readonly" ;
73
73
74
- /** View messages and reactions in Google Chat. */
74
+ /** See messages and their associated reactions and attachments in Google Chat. */
75
75
public static final String CHAT_MESSAGES_READONLY = "https://www.googleapis.com/auth/chat.messages.readonly" ;
76
76
77
- /** Create conversations and spaces and see or edit metadata (including history settings and access settings) in Google Chat. */
77
+ /** Create conversations and spaces and see or update metadata (including history settings and access settings) in Google Chat. */
78
78
public static final String CHAT_SPACES = "https://www.googleapis.com/auth/chat.spaces" ;
79
79
80
- /** Create new conversations in Google Chat. */
80
+ /** Create new conversations and spaces in Google Chat. */
81
81
public static final String CHAT_SPACES_CREATE = "https://www.googleapis.com/auth/chat.spaces.create" ;
82
82
83
83
/** View chat and spaces in Google Chat. */
0 commit comments