google-apis-chat_v1 0.79.0 → 0.80.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/gem_version.rb +2 -2
- data/lib/google/apis/chat_v1/service.rb +8 -13
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: da443fbb86d05eec2586581d267c783a37843569b03fe8e7837dd319585f2857
|
|
4
|
+
data.tar.gz: 67abc8579f129fb342ec7d5d18dfa73d73d4879d3089a4a0a47a9926849b9026
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7235df50c40b4b087356ad2f8b87a9dcdcad1f78000ba4469f84a373dcad192d4904b14edaec5b81d64d6537266447d86390279b98f69356caaf48b42c36fa4
|
|
7
|
+
data.tar.gz: ff6d84e2e2312ff6ab94aee6b138c5d54959580240534ac197ec84ce879edf11114848b421deaa89abf283883af55fe5afd4fe4cdddd6726b1804f8b2c8cc840
|
data/CHANGELOG.md
CHANGED
|
@@ -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.80.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20231212"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -308,19 +308,14 @@ module Google
|
|
|
308
308
|
# guides/auth/users). Lists spaces visible to the caller or authenticated user.
|
|
309
309
|
# Group chats and DMs aren't listed until the first message is sent.
|
|
310
310
|
# @param [String] filter
|
|
311
|
-
# Optional. A query filter.
|
|
312
|
-
# google.com/chat/api/
|
|
313
|
-
# type
|
|
314
|
-
#
|
|
315
|
-
#
|
|
316
|
-
#
|
|
317
|
-
#
|
|
318
|
-
#
|
|
319
|
-
# queries are rejected by the server with an `INVALID_ARGUMENT` error. With [app
|
|
320
|
-
# authentication](https://developers.google.com/chat/api/guides/auth/service-
|
|
321
|
-
# accounts), this field is ignored and the query always returns all spaces. But
|
|
322
|
-
# the Chat API still validates the query syntax, so invalid queries are still
|
|
323
|
-
# rejected.
|
|
311
|
+
# Optional. A query filter. You can filter spaces by the space type ([`
|
|
312
|
+
# space_type`](https://developers.google.com/chat/api/reference/rest/v1/spaces#
|
|
313
|
+
# spacetype)). To filter by space type, you must specify valid enum value, such
|
|
314
|
+
# as `SPACE` or `GROUP_CHAT` (the `space_type` can't be `SPACE_TYPE_UNSPECIFIED`)
|
|
315
|
+
# . To query for multiple space types, use the `OR` operator. For example, the
|
|
316
|
+
# following queries are valid: ``` space_type = "SPACE" spaceType = "GROUP_CHAT"
|
|
317
|
+
# OR spaceType = "DIRECT_MESSAGE" ``` Invalid queries are rejected by the server
|
|
318
|
+
# with an `INVALID_ARGUMENT` error.
|
|
324
319
|
# @param [Fixnum] page_size
|
|
325
320
|
# Optional. The maximum number of spaces to return. The service might return
|
|
326
321
|
# fewer than this value. If unspecified, at most 100 spaces are returned. The
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.80.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-12-
|
|
11
|
+
date: 2023-12-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chat_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.80.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chat_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|