public class HangoutsChatScopes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CHAT_ADMIN_DELETE
Delete conversations and spaces owned by your organization and remove access to associated files in Google Chat.
|
static String |
CHAT_ADMIN_MEMBERSHIPS
View, add, update and remove members and managers in conversations owned by your organization.
|
static String |
CHAT_ADMIN_MEMBERSHIPS_READONLY
View members and managers in conversations owned by your organization.
|
static String |
CHAT_ADMIN_SPACES
View or edit display name, description, and other metadata for all Google Chat conversations owned by your organization.
|
static String |
CHAT_ADMIN_SPACES_READONLY
View display name, description, and other metadata for all Google Chat conversations owned by your organization.
|
static String |
CHAT_APP_DELETE
On their own behalf, apps in Google Chat can delete conversations and spaces and remove access to associated files.
|
static String |
CHAT_APP_MEMBERSHIPS
On their own behalf, apps in Google Chat can see, add, update, and remove members from conversations and spaces.
|
static String |
CHAT_APP_MESSAGES_READONLY
On their own behalf, apps in Google Chat can see all messages and their associated reactions and message content.
|
static String |
CHAT_APP_SPACES
On their own behalf, apps in Google Chat can create conversations and spaces and see or update their metadata (including history settings and access settings).
|
static String |
CHAT_APP_SPACES_CREATE
On their own behalf, apps in Google Chat can create conversations and spaces.
|
static String |
CHAT_BOT
Private Service: https://www.googleapis.com/auth/chat.bot.
|
static String |
CHAT_CUSTOMEMOJIS
View, create, and delete custom emoji in Google Chat.
|
static String |
CHAT_CUSTOMEMOJIS_READONLY
View custom emoji in Google Chat.
|
static String |
CHAT_DELETE
Delete conversations and spaces and remove access to associated files in Google Chat.
|
static String |
CHAT_IMPORT
Import spaces, messages, and memberships into Google Chat..
|
static String |
CHAT_MEMBERSHIPS
See, add, update, and remove members from conversations and spaces in Google Chat.
|
static String |
CHAT_MEMBERSHIPS_APP
Add and remove itself from conversations and spaces in Google Chat.
|
static String |
CHAT_MEMBERSHIPS_READONLY
View members in Google Chat conversations..
|
static String |
CHAT_MESSAGES
See, compose, send, update, and delete messages as well as their message content; add, see, and delete reactions to messages..
|
static String |
CHAT_MESSAGES_CREATE
Compose and send messages in Google Chat.
|
static String |
CHAT_MESSAGES_REACTIONS
See, add, and delete reactions as well as their reaction content 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 as well as their reaction content to messages in Google Chat.
|
static String |
CHAT_MESSAGES_READONLY
See messages as well as their reactions and message content in Google Chat.
|
static String |
CHAT_SPACES
Create conversations and spaces and see or update metadata (including history settings and access settings) in Google Chat.
|
static String |
CHAT_SPACES_CREATE
Create new conversations and spaces in Google Chat.
|
static String |
CHAT_SPACES_READONLY
View chat and spaces in Google Chat.
|
static String |
CHAT_USERS_READSTATE
View and modify last read time for Google Chat conversations.
|
static String |
CHAT_USERS_READSTATE_READONLY
View last read time for Google Chat conversations.
|
static String |
CHAT_USERS_SPACESETTINGS
Read and update your space settings.
|
| 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_ADMIN_DELETE
public static final String CHAT_ADMIN_MEMBERSHIPS
public static final String CHAT_ADMIN_MEMBERSHIPS_READONLY
public static final String CHAT_ADMIN_SPACES
public static final String CHAT_ADMIN_SPACES_READONLY
public static final String CHAT_APP_DELETE
public static final String CHAT_APP_MEMBERSHIPS
public static final String CHAT_APP_MESSAGES_READONLY
public static final String CHAT_APP_SPACES
public static final String CHAT_APP_SPACES_CREATE
public static final String CHAT_BOT
public static final String CHAT_CUSTOMEMOJIS
public static final String CHAT_CUSTOMEMOJIS_READONLY
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
public static final String CHAT_USERS_READSTATE
public static final String CHAT_USERS_READSTATE_READONLY
public static final String CHAT_USERS_SPACESETTINGS
Copyright © 2011–2025 Google. All rights reserved.