Skip to content

Commit 892fbab

Browse files
feat: Automated regeneration of chat v1 client (#24499)
Auto-created at 2025-10-05 10:00:18 +0000 using the toys pull request generator.
1 parent 0d7d649 commit 892fbab

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

generated/google-apis-chat_v1/CHANGELOG.md

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

3-
### v0.133.0 (2025-09-28)
3+
### v0.133.0 (2025-10-05)
44

5-
* Regenerated from discovery document revision 20250923
5+
* Regenerated from discovery document revision 20250930
66

77
### v0.132.0 (2025-09-21)
88

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ module ChatV1
5151
# On their own behalf, apps in Google Chat can see, add, update, and remove members from conversations and spaces
5252
AUTH_CHAT_APP_MEMBERSHIPS = 'https://www.googleapis.com/auth/chat.app.memberships'
5353

54+
# On their own behalf, apps in Google Chat can see all messages and their associated reactions and message content
55+
AUTH_CHAT_APP_MESSAGES_READONLY = 'https://www.googleapis.com/auth/chat.app.messages.readonly'
56+
5457
# 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)
5558
AUTH_CHAT_APP_SPACES = 'https://www.googleapis.com/auth/chat.app.spaces'
5659

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5401,13 +5401,13 @@ def update!(**args)
54015401
class PermissionSetting
54025402
include Google::Apis::Core::Hashable
54035403

5404-
# Optional. Whether spaces managers have this permission.
5404+
# Optional. Whether space owners (`ROLE_MANAGER`) have this permission.
54055405
# Corresponds to the JSON property `managersAllowed`
54065406
# @return [Boolean]
54075407
attr_accessor :managers_allowed
54085408
alias_method :managers_allowed?, :managers_allowed
54095409

5410-
# Optional. Whether non-manager members have this permission.
5410+
# Optional. Whether basic space members (`ROLE_MEMBER`) have this permission.
54115411
# Corresponds to the JSON property `membersAllowed`
54125412
# @return [Boolean]
54135413
attr_accessor :members_allowed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module ChatV1
2222
GENERATOR_VERSION = "0.18.0"
2323

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

0 commit comments

Comments
 (0)