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 +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 +15 -14
- 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: 8ec78870b6ef5184bf4252e0e2d4b5c90bcb0453751db0f42b4561120c8d8951
|
4
|
+
data.tar.gz: 92c3587ddb3926e1816cc41bb418655badd7f01305013fef151e755dedebf46f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5388ffe08dd582643bc1306c3a59abcf2f53631cbba600a7edb34c07caf6e67ab320fd2d2aa64cdd51bda9b68a973aaa2249a865df3ea9f5c3570b92d3db04f4
|
7
|
+
data.tar.gz: e2ace69099c0478403edb1a99a1441f2e25cf79d25a3fef87b01d7d26441c3de408a2dd0544d3c6188597b0063cd09adec008563e07f4c0df76f71fe69493489
|
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.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 = "
|
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://
|
239
|
-
# workspace/chat/authenticate-authorize-chat-app) with [
|
240
|
-
# https://support.google.com/a?p=chat-app-auth)
|
241
|
-
#
|
242
|
-
# developers.google.com/workspace/chat/authenticate-
|
243
|
-
# authenticate and authorize this method with
|
244
|
-
# setting the `use_admin_access` field in the
|
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
|
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-
|
981
|
-
#
|
982
|
-
#
|
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.
|
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-
|
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.
|
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:
|