Skip to content

Commit bd05035

Browse files
feat: Automated regeneration of chat v1 client (googleapis#21431)
Auto-created at 2025-01-19 10:26:42 +0000 using the toys pull request generator.
1 parent df182a6 commit bd05035

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

generated/google-apis-chat_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-chat_v1
22

3+
### v0.116.0 (2025-01-19)
4+
5+
* Regenerated from discovery document revision 20250114
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.115.0 (2025-01-05)
49

510
* Regenerated from discovery document revision 20241229

generated/google-apis-chat_v1/lib/google/apis/chat_v1.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,22 +75,22 @@ module ChatV1
7575
# View members in Google Chat conversations.
7676
AUTH_CHAT_MEMBERSHIPS_READONLY = 'https://www.googleapis.com/auth/chat.memberships.readonly'
7777

78-
# See, compose, send, update, and delete messages and their associated attachments, and add, see, and delete reactions to messages.
78+
# See, compose, send, update, and delete messages as well as their message content; add, see, and delete reactions to messages.
7979
AUTH_CHAT_MESSAGES = 'https://www.googleapis.com/auth/chat.messages'
8080

8181
# Compose and send messages in Google Chat
8282
AUTH_CHAT_MESSAGES_CREATE = 'https://www.googleapis.com/auth/chat.messages.create'
8383

84-
# See, add, and delete reactions to messages in Google Chat
84+
# See, add, and delete reactions as well as their reaction content to messages in Google Chat
8585
AUTH_CHAT_MESSAGES_REACTIONS = 'https://www.googleapis.com/auth/chat.messages.reactions'
8686

8787
# Add reactions to messages in Google Chat
8888
AUTH_CHAT_MESSAGES_REACTIONS_CREATE = 'https://www.googleapis.com/auth/chat.messages.reactions.create'
8989

90-
# View reactions to messages in Google Chat
90+
# View reactions as well as their reaction content to messages in Google Chat
9191
AUTH_CHAT_MESSAGES_REACTIONS_READONLY = 'https://www.googleapis.com/auth/chat.messages.reactions.readonly'
9292

93-
# See messages and their associated reactions and attachments in Google Chat
93+
# See messages as well as their reactions and message content in Google Chat
9494
AUTH_CHAT_MESSAGES_READONLY = 'https://www.googleapis.com/auth/chat.messages.readonly'
9595

9696
# Create conversations and spaces and see or update metadata (including history settings and access settings) in Google Chat

generated/google-apis-chat_v1/lib/google/apis/chat_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ChatV1
1818
# Version of the google-apis-chat_v1 gem
19-
GEM_VERSION = "0.115.0"
19+
GEM_VERSION = "0.116.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.1"
22+
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241229"
25+
REVISION = "20250114"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)