Skip to content

Commit 928e710

Browse files
feat: Automated regeneration of chat v1 client (googleapis#20313)
Auto-created at 2024-09-29 09:59:10 +0000 using the toys pull request generator.
1 parent ed6c29c commit 928e710

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

generated/google-apis-chat_v1/CHANGELOG.md

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

3+
### v0.106.0 (2024-09-29)
4+
5+
* Regenerated from discovery document revision 20240919
6+
37
### v0.105.0 (2024-09-22)
48

59
* Regenerated from discovery document revision 20240912

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ class AccessSettings
3939
# Make a space discoverable to a target audience](https://developers.google.com/
4040
# workspace/chat/space-target-audience). Format: `audiences/`audience`` To use
4141
# the default target audience for the Google Workspace organization, set to `
42-
# audiences/default`.
42+
# audiences/default`. This field is not populated when using the `chat.bot`
43+
# scope with [app authentication](https://developers.google.com/workspace/chat/
44+
# authenticate-authorize-chat-app).
4345
# Corresponds to the JSON property `audience`
4446
# @return [String]
4547
attr_accessor :audience

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

Lines changed: 2 additions & 2 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.105.0"
19+
GEM_VERSION = "0.106.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.1"
2323

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

0 commit comments

Comments
 (0)