google-apis-chat_v1 0.145.0 → 0.146.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7cbd719a6d2ff6dfeafed5961b060244fa9842d7efeb26febfdc1c0418c3f3ce
4
- data.tar.gz: b499afc82d0f1f751329333e10823ea46b5124d245e8502afa9cb1c5967240ce
3
+ metadata.gz: 2294549a91f2dccf357f0642b630e28289a46dedb0818cf85c7ae60ee57ee057
4
+ data.tar.gz: 8e497563615ccf6ab4c65b69dde2edab7ecfa36de6828e8816db8ec8c01266b8
5
5
  SHA512:
6
- metadata.gz: 2f9a107f04bbdec49993bf7269a7dc40375fa3f274c45d1782e0f20caf5e38aa970cbb8efce5da55fd04c76d60ecf15332a6b15eacbbb30a85aadf9c3df0b2ca
7
- data.tar.gz: ee760d9b7ab47a13d87d42530f7c2146487345fe6c0b9c668feded852ddba1634f756973da2c5ecb19afec2f127a3023662ccd6477197cb56b4168be0f176642
6
+ metadata.gz: 4ad41e431e7d5eb7c7ef9b0d4da1a81d2f7d40367f585a1608166fb3f26d250faa2368b707f58f48dc1babee0be25055c40c2dd42b95310f5c5464d7fcd60a85
7
+ data.tar.gz: 671f7f2116e890f07e3fb889b1a9de6c6e4b6a9c50eda8a4e9a70700e2c1d37027cc9f39128e7fa8ec10395850946fc3975b51616b986d76e8bee4f65a3cb181
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.146.0 (2026-05-03)
4
+
5
+ * Regenerated from discovery document revision 20260428
6
+
3
7
  ### v0.145.0 (2026-04-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20260405
@@ -1456,8 +1456,7 @@ module Google
1456
1456
  end
1457
1457
 
1458
1458
  # A response containing group chat spaces with exactly the calling user and the
1459
- # requested users. [Developer Preview](https://developers.google.com/workspace/
1460
- # preview):
1459
+ # requested users.
1461
1460
  class FindGroupChatsResponse
1462
1461
  include Google::Apis::Core::Hashable
1463
1462
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ChatV1
18
18
  # Version of the google-apis-chat_v1 gem
19
- GEM_VERSION = "0.145.0"
19
+ GEM_VERSION = "0.146.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260405"
25
+ REVISION = "20260428"
26
26
  end
27
27
  end
28
28
  end
@@ -533,21 +533,20 @@ module Google
533
533
  execute_or_queue_command(command, &block)
534
534
  end
535
535
 
536
- # [Developer Preview](https://developers.google.com/workspace/preview): Returns
537
- # all spaces with `spaceType == GROUP_CHAT`, whose human memberships contain
538
- # exactly the calling user, and the users specified in `FindGroupChatsRequest.
539
- # users`. Only members that have joined the conversation are supported. For an
540
- # example, see [Find group chats](https://developers.google.com/workspace/chat/
541
- # find-group-chats). If the calling user blocks, or is blocked by, some users,
542
- # and no spaces with the entire specified set of users are found, this method
543
- # returns spaces that don't include the blocked or blocking users. The specified
544
- # set of users must contain only human (non-app) memberships. A request that
545
- # contains non-human users doesn't return any spaces. Requires [user
546
- # authentication](https://developers.google.com/workspace/chat/authenticate-
547
- # authorize-chat-user) with one of the following [authorization scopes](https://
548
- # developers.google.com/workspace/chat/authenticate-authorize#chat-api-scopes): -
549
- # `https://www.googleapis.com/auth/chat.memberships.readonly` - `https://www.
550
- # googleapis.com/auth/chat.memberships`
536
+ # Returns all spaces with `spaceType == GROUP_CHAT`, whose human memberships
537
+ # contain exactly the calling user, and the users specified in `
538
+ # FindGroupChatsRequest.users`. Only members that have joined the conversation
539
+ # are supported. For an example, see [Find group chats](https://developers.
540
+ # google.com/workspace/chat/find-group-chats). If the calling user blocks, or is
541
+ # blocked by, some users, and no spaces with the entire specified set of users
542
+ # are found, this method returns spaces that don't include the blocked or
543
+ # blocking users. The specified set of users must contain only human (non-app)
544
+ # memberships. A request that contains non-human users doesn't return any spaces.
545
+ # Requires [user authentication](https://developers.google.com/workspace/chat/
546
+ # authenticate-authorize-chat-user) with one of the following [authorization
547
+ # scopes](https://developers.google.com/workspace/chat/authenticate-authorize#
548
+ # chat-api-scopes): - `https://www.googleapis.com/auth/chat.memberships.readonly`
549
+ # - `https://www.googleapis.com/auth/chat.memberships`
551
550
  # @param [Fixnum] page_size
552
551
  # Optional. The maximum number of spaces to return. The service might return
553
552
  # fewer than this value. If unspecified, at most 10 spaces are returned. The
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-chat_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.145.0
4
+ version: 0.146.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chat_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.145.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.146.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chat_v1
62
62
  rdoc_options: []
63
63
  require_paths: