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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b5830fb1bc4478265dac063eb57bd32c440b2561b5bf684920c8a0c2090690a2
4
- data.tar.gz: ffb635f46616f9e908e0f4687d1e99490fdf6db73cf710bd7d5192cd97530a6a
3
+ metadata.gz: '080d29b83f1e1421d4524459bb71771b1e5244e045756bf46a6fc528b9c21e64'
4
+ data.tar.gz: 6419eae4118ac198167edc12fd012199202e06a1b487e1ef1811ec3790d83009
5
5
  SHA512:
6
- metadata.gz: 65e6299a4c56f2206b4db4f2ba21d9efc6c80b97cae628357c30939028fa5240bf8904a5f357036bcf8040956355f7edbf7fe6b7582a624a14af3ba198f9834d
7
- data.tar.gz: 6fbdab5f32d5ad9925d093293c52cefcccee016b7e6595f4f45fea296b0f2ce09412e08f9547e530653b1ac1127738f873a7d5145687f80b4eea9b949e759568
6
+ metadata.gz: 2bcf43f3d47f886caa8961d0cc6bd31b782d99a13eb221c7d6f9bd61cbfa9e90692d16bd4dd26353f39a020a1adc0dba7ebc81de8ed27167de1caa495db03568
7
+ data.tar.gz: 05ac05e9a33bb9ac351d5b127f5722e551f8def71a50680b80a1df89ab8b268077b04117fb14788cf548d1733f0fe9fde08482bc05ff1d21e367650e0485a409
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.113.0 (2024-12-08)
4
+
5
+ * Regenerated from discovery document revision 20241203
6
+
3
7
  ### v0.112.0 (2024-12-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20241124
@@ -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.112.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 = "20241124"
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 with no members. Can be used to create a named space, or a
182
- # group chat in `Import mode`. For an example, see [Create a space](https://
183
- # developers.google.com/workspace/chat/create-spaces). If you receive the error
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-chat-app) with [administrator approval](https://support.google.com/a?
190
- # p=chat-app-auth) in [Developer Preview](https://developers.google.com/
191
- # workspace/preview) - [User authentication](https://developers.google.com/
192
- # workspace/chat/authenticate-authorize-chat-user) When authenticating as an app,
193
- # the `space.customer` field must be set in the request.
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.112.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-04 00:00:00.000000000 Z
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.112.0
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.22
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