public class HangoutsChatScopes extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CHAT_BOT
Private Service: https://www.googleapis.com/auth/chat.bot.
|
static String |
CHAT_DELETE
Delete conversations and spaces & remove access to associated files in Google Chat.
|
static String |
CHAT_IMPORT
Import spaces, messages, and memberships into Google Chat..
|
static String |
CHAT_MEMBERSHIPS
View, add, and remove members from conversations in Google Chat.
|
static String |
CHAT_MEMBERSHIPS_APP
Add and remove itself from conversations in Google Chat.
|
static String |
CHAT_MEMBERSHIPS_READONLY
View members in Google Chat conversations..
|
static String |
CHAT_MESSAGES
View, compose, send, update, and delete messages, and add, view, and delete reactions to messages..
|
static String |
CHAT_MESSAGES_CREATE
Compose and send messages in Google Chat.
|
static String |
CHAT_MESSAGES_REACTIONS
View, add, and delete reactions to messages in Google Chat.
|
static String |
CHAT_MESSAGES_REACTIONS_CREATE
Add reactions to messages in Google Chat.
|
static String |
CHAT_MESSAGES_REACTIONS_READONLY
View reactions to messages in Google Chat.
|
static String |
CHAT_MESSAGES_READONLY
View messages and reactions in Google Chat.
|
static String |
CHAT_SPACES
Create conversations and spaces and see or edit metadata (including history settings and access settings) in Google Chat.
|
static String |
CHAT_SPACES_CREATE
Create new conversations in Google Chat.
|
static String |
CHAT_SPACES_READONLY
View chat and spaces in Google Chat.
|
Modifier and Type | Method and Description |
---|---|
static Set<String> |
all()
Returns an unmodifiable set that contains all scopes declared by this class.
|
public static final String CHAT_BOT
public static final String CHAT_DELETE
public static final String CHAT_IMPORT
public static final String CHAT_MEMBERSHIPS
public static final String CHAT_MEMBERSHIPS_APP
public static final String CHAT_MEMBERSHIPS_READONLY
public static final String CHAT_MESSAGES
public static final String CHAT_MESSAGES_CREATE
public static final String CHAT_MESSAGES_REACTIONS
public static final String CHAT_MESSAGES_REACTIONS_CREATE
public static final String CHAT_MESSAGES_REACTIONS_READONLY
public static final String CHAT_MESSAGES_READONLY
public static final String CHAT_SPACES
public static final String CHAT_SPACES_CREATE
public static final String CHAT_SPACES_READONLY
Copyright © 2011–2024 Google. All rights reserved.