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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/chat_v1/classes.rb +1 -2
- data/lib/google/apis/chat_v1/gem_version.rb +2 -2
- data/lib/google/apis/chat_v1/service.rb +14 -15
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2294549a91f2dccf357f0642b630e28289a46dedb0818cf85c7ae60ee57ee057
|
|
4
|
+
data.tar.gz: 8e497563615ccf6ab4c65b69dde2edab7ecfa36de6828e8816db8ec8c01266b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ad41e431e7d5eb7c7ef9b0d4da1a81d2f7d40367f585a1608166fb3f26d250faa2368b707f58f48dc1babee0be25055c40c2dd42b95310f5c5464d7fcd60a85
|
|
7
|
+
data.tar.gz: 671f7f2116e890f07e3fb889b1a9de6c6e4b6a9c50eda8a4e9a70700e2c1d37027cc9f39128e7fa8ec10395850946fc3975b51616b986d76e8bee4f65a3cb181
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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.
|
|
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 = "
|
|
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
|
-
#
|
|
537
|
-
#
|
|
538
|
-
#
|
|
539
|
-
#
|
|
540
|
-
#
|
|
541
|
-
#
|
|
542
|
-
#
|
|
543
|
-
#
|
|
544
|
-
#
|
|
545
|
-
#
|
|
546
|
-
#
|
|
547
|
-
#
|
|
548
|
-
#
|
|
549
|
-
# `https://www.googleapis.com/auth/chat.memberships
|
|
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.
|
|
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.
|
|
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:
|