Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regenerate workspaceevents client #6018

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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