public class HangoutsChatScopes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CHAT_MEMBERSHIPS
View, add, and remove members 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_READONLY
View messages and reactions in Google Chat.
|
static String |
CHAT_SPACES
Create conversations and spaces and view or update metadata (including history settings) 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_MEMBERSHIPS
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_READONLY
public static final String CHAT_SPACES
public static final String CHAT_SPACES_READONLY
Copyright © 2011–2023 Google. All rights reserved.