google-apis-chat_v1 0.112.0 → 0.113.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 +16 -12
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '080d29b83f1e1421d4524459bb71771b1e5244e045756bf46a6fc528b9c21e64'
|
|
4
|
+
data.tar.gz: 6419eae4118ac198167edc12fd012199202e06a1b487e1ef1811ec3790d83009
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2bcf43f3d47f886caa8961d0cc6bd31b782d99a13eb221c7d6f9bd61cbfa9e90692d16bd4dd26353f39a020a1adc0dba7ebc81de8ed27167de1caa495db03568
|
|
7
|
+
data.tar.gz: 05ac05e9a33bb9ac351d5b127f5722e551f8def71a50680b80a1df89ab8b268077b04117fb14788cf548d1733f0fe9fde08482bc05ff1d21e367650e0485a409
|
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.113.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20241203"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -178,19 +178,23 @@ module Google
|
|
|
178
178
|
execute_or_queue_command(command, &block)
|
|
179
179
|
end
|
|
180
180
|
|
|
181
|
-
# Creates a space
|
|
182
|
-
#
|
|
183
|
-
#
|
|
184
|
-
# message `ALREADY_EXISTS` when creating a space, try a different `displayName`.
|
|
185
|
-
# An existing space within the Google Workspace organization might already use
|
|
186
|
-
# this display name. Supports the following types of [authentication](https://
|
|
187
|
-
# developers.google.com/workspace/chat/authenticate-authorize): - [App
|
|
181
|
+
# Creates a space. Can be used to create a named space, or a group chat in `
|
|
182
|
+
# Import mode`. For an example, see [Create a space](https://developers.google.
|
|
183
|
+
# com/workspace/chat/create-spaces). Supports the following types of [
|
|
188
184
|
# authentication](https://developers.google.com/workspace/chat/authenticate-
|
|
189
|
-
# authorize
|
|
190
|
-
#
|
|
191
|
-
#
|
|
192
|
-
# workspace/
|
|
193
|
-
#
|
|
185
|
+
# authorize): - [App authentication](https://developers.google.com/workspace/
|
|
186
|
+
# chat/authenticate-authorize-chat-app) with [administrator approval](https://
|
|
187
|
+
# support.google.com/a?p=chat-app-auth) in [Developer Preview](https://
|
|
188
|
+
# developers.google.com/workspace/preview) - [User authentication](https://
|
|
189
|
+
# developers.google.com/workspace/chat/authenticate-authorize-chat-user) When
|
|
190
|
+
# authenticating as an app, the `space.customer` field must be set in the
|
|
191
|
+
# request. Space membership upon creation depends on whether the space is
|
|
192
|
+
# created in `Import mode`: * **Import mode:** No members are created. * **All
|
|
193
|
+
# other modes:** The calling user is added as a member. This is: * The app
|
|
194
|
+
# itself when using app authentication. * The human user when using user
|
|
195
|
+
# authentication. If you receive the error message `ALREADY_EXISTS` when
|
|
196
|
+
# creating a space, try a different `displayName`. An existing space within the
|
|
197
|
+
# Google Workspace organization might already use this display name.
|
|
194
198
|
# @param [Google::Apis::ChatV1::Space] space_object
|
|
195
199
|
# @param [String] request_id
|
|
196
200
|
# Optional. A unique identifier for this request. A random UUID is recommended.
|
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.113.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: 2024-12-
|
|
11
|
+
date: 2024-12-08 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.113.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: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.5.
|
|
78
|
+
rubygems_version: 3.5.23
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Google Chat API V1
|