google-apis-chat_v1 0.79.0 → 0.80.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a702296607cd995889c57350c52870f07ed77c2c12b980bf170f0a859be23fd5
4
- data.tar.gz: 015a944c88836dae6b7f3021f30182f941af4aad42272203f6e5b9e018bc5c89
3
+ metadata.gz: da443fbb86d05eec2586581d267c783a37843569b03fe8e7837dd319585f2857
4
+ data.tar.gz: 67abc8579f129fb342ec7d5d18dfa73d73d4879d3089a4a0a47a9926849b9026
5
5
  SHA512:
6
- metadata.gz: 2604e44d9bf6f8f4a4420990e1a997ee72a63707d62441cd45c55daac312fbd73ca5a84184f24ebe6560f5c5a8b791800e1d01ffc257f515b7442e92f2013b45
7
- data.tar.gz: 4250a8375dfb185238b4e0ae30fdf771b551e1b7d294494cc4814d5f418f0c5911b85c998c3abf4bb911823e21d9f8b6f5af63bc4ee9986f09585d7a0b35d7c8
6
+ metadata.gz: a7235df50c40b4b087356ad2f8b87a9dcdcad1f78000ba4469f84a373dcad192d4904b14edaec5b81d64d6537266447d86390279b98f69356caaf48b42c36fa4
7
+ data.tar.gz: ff6d84e2e2312ff6ab94aee6b138c5d54959580240534ac197ec84ce879edf11114848b421deaa89abf283883af55fe5afd4fe4cdddd6726b1804f8b2c8cc840
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.80.0 (2023-12-17)
4
+
5
+ * Regenerated from discovery document revision 20231212
6
+
3
7
  ### v0.79.0 (2023-12-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20231130
@@ -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.79.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 = "20231130"
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. Requires [user authentication](https://developers.
312
- # google.com/chat/api/guides/auth/users). You can filter spaces by the space
313
- # type ([`space_type`](https://developers.google.com/chat/api/reference/rest/v1/
314
- # spaces#spacetype)). To filter by space type, you must specify valid enum value,
315
- # such as `SPACE` or `GROUP_CHAT` (the `space_type` can't be `
316
- # SPACE_TYPE_UNSPECIFIED`). To query for multiple space types, use the `OR`
317
- # operator. For example, the following queries are valid: ``` space_type = "
318
- # SPACE" spaceType = "GROUP_CHAT" OR spaceType = "DIRECT_MESSAGE" ``` Invalid
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.79.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-10 00:00:00.000000000 Z
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.79.0
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: []