Skip to content

Commit

Permalink
Regenerate workspaceevents client (#6018)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Dec 14, 2024
1 parent ffacae8 commit 055331d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/WorkspaceEvents.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ class WorkspaceEvents extends \Google\Service
/** View members in Google Chat conversations.. */
const CHAT_MEMBERSHIPS_READONLY =
"https://www.googleapis.com/auth/chat.memberships.readonly";
/** See, compose, send, update, and delete messages as well as their message content; add, see, and delete reactions to messages.. */
/** See, compose, send, update, and delete messages and their associated attachments, and add, see, and delete reactions to messages.. */
const CHAT_MESSAGES =
"https://www.googleapis.com/auth/chat.messages";
/** See, add, and delete reactions as well as their reaction content to messages in Google Chat. */
/** See, add, and delete reactions to messages in Google Chat. */
const CHAT_MESSAGES_REACTIONS =
"https://www.googleapis.com/auth/chat.messages.reactions";
/** View reactions as well as their reaction content to messages in Google Chat. */
/** View reactions to messages in Google Chat. */
const CHAT_MESSAGES_REACTIONS_READONLY =
"https://www.googleapis.com/auth/chat.messages.reactions.readonly";
/** See messages as well as their reactions and message content in Google Chat. */
/** See messages and their associated reactions and attachments in Google Chat. */
const CHAT_MESSAGES_READONLY =
"https://www.googleapis.com/auth/chat.messages.readonly";
/** Create conversations and spaces and see or update metadata (including history settings and access settings) in Google Chat. */
Expand Down

0 comments on commit 055331d

Please sign in to comment.