google-apis-chat_v1 0.118.0 → 0.119.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: 1d591500f8f0f8862cd4e76dacc23f1dffd803934320da96525a8db5667b943c
4
- data.tar.gz: 0d64cf6fa9fec9db99c9eed27fc85776d011f3e95f8808c6d9826614838356e4
3
+ metadata.gz: 8ec78870b6ef5184bf4252e0e2d4b5c90bcb0453751db0f42b4561120c8d8951
4
+ data.tar.gz: 92c3587ddb3926e1816cc41bb418655badd7f01305013fef151e755dedebf46f
5
5
  SHA512:
6
- metadata.gz: 06bca82bc42150bf2e55dfc3b43b0d4de211acdb657632c4f243760582043cf58a48c9cd8e7720d6fced97bfded95bb798c45f90532dd29205f1f3b5a4552d46
7
- data.tar.gz: 064cef2afe279d75ae91bf2d4f4aaa9dc011f8d33b75fac86cfd285bc4cb5a73f6be13fc87ed6957c140ad24418c5963082eac5262b0fd19570af0a341603e01
6
+ metadata.gz: 5388ffe08dd582643bc1306c3a59abcf2f53631cbba600a7edb34c07caf6e67ab320fd2d2aa64cdd51bda9b68a973aaa2249a865df3ea9f5c3570b92d3db04f4
7
+ data.tar.gz: e2ace69099c0478403edb1a99a1441f2e25cf79d25a3fef87b01d7d26441c3de408a2dd0544d3c6188597b0063cd09adec008563e07f4c0df76f71fe69493489
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.119.0 (2025-03-23)
4
+
5
+ * Regenerated from discovery document revision 20250316
6
+
3
7
  ### v0.118.0 (2025-03-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20250311
@@ -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.118.0"
19
+ GEM_VERSION = "0.119.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250311"
25
+ REVISION = "20250316"
26
26
  end
27
27
  end
28
28
  end
@@ -235,13 +235,14 @@ module Google
235
235
  # in the space—are also deleted. For an example, see [Delete a space](https://
236
236
  # developers.google.com/workspace/chat/delete-spaces). Supports the following
237
237
  # types of [authentication](https://developers.google.com/workspace/chat/
238
- # authenticate-authorize): - [App authentication](https://developers.google.com/
239
- # workspace/chat/authenticate-authorize-chat-app) with [administrator approval](
240
- # https://support.google.com/a?p=chat-app-auth) in [Developer Preview](https://
241
- # developers.google.com/workspace/preview) - [User authentication](https://
242
- # developers.google.com/workspace/chat/authenticate-authorize-chat-user) You can
243
- # authenticate and authorize this method with administrator privileges by
244
- # setting the `use_admin_access` field in the request.
238
+ # authenticate-authorize): - Developer Preview: [App authentication](https://
239
+ # developers.google.com/workspace/chat/authenticate-authorize-chat-app) with [
240
+ # administrator approval](https://support.google.com/a?p=chat-app-auth).
241
+ # Requires that the Chat app created the space using app authentication. - [User
242
+ # authentication](https://developers.google.com/workspace/chat/authenticate-
243
+ # authorize-chat-user) You can authenticate and authorize this method with
244
+ # administrator privileges by setting the `use_admin_access` field in the
245
+ # request.
245
246
  # @param [String] name
246
247
  # Required. Resource name of the space to delete. Format: `spaces/`space``
247
248
  # @param [Boolean] use_admin_access
@@ -972,14 +973,14 @@ module Google
972
973
  # Updates a membership. For an example, see [Update a user's membership in a
973
974
  # space](https://developers.google.com/workspace/chat/update-members). Supports
974
975
  # the following types of [authentication](https://developers.google.com/
975
- # workspace/chat/authenticate-authorize): - [App authentication](https://
976
- # developers.google.com/workspace/chat/authenticate-authorize-chat-app) with [
977
- # administrator approval](https://support.google.com/a?p=chat-app-auth) in [
978
- # Developer Preview](https://developers.google.com/workspace/preview) - [User
976
+ # workspace/chat/authenticate-authorize): - Developer Preview: [App
979
977
  # authentication](https://developers.google.com/workspace/chat/authenticate-
980
- # authorize-chat-user) You can authenticate and authorize this method with
981
- # administrator privileges by setting the `use_admin_access` field in the
982
- # request.
978
+ # authorize-chat-app) with [administrator approval](https://support.google.com/a?
979
+ # p=chat-app-auth). Requires that the Chat app created the space using app
980
+ # authentication. - [User authentication](https://developers.google.com/
981
+ # workspace/chat/authenticate-authorize-chat-user) You can authenticate and
982
+ # authorize this method with administrator privileges by setting the `
983
+ # use_admin_access` field in the request.
983
984
  # @param [String] name
984
985
  # Identifier. Resource name of the membership, assigned by the server. Format: `
985
986
  # spaces/`space`/members/`member``
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-chat_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.118.0
4
+ version: 0.119.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-16 00:00:00.000000000 Z
10
+ date: 2025-03-23 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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.118.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.119.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: