google-apis-chat_v1 0.49.0 → 0.50.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: d6b04f7cdf2d7749b2902772308b53a0fee2c8e7868e2dbf64a5f41a418983d0
4
- data.tar.gz: 853c5d084992bfc94fd1038d68a6887c985279791f8a1c448965c529af7c1e9f
3
+ metadata.gz: 2baef5e4a95e4beacd1e959e49599cddc08fa02b58559a64ed30de1bf0e60d14
4
+ data.tar.gz: 0d79e5827e34db54ab10c4e5cb9e94ac4593ed1e20e874d8f2a324edb0dbc42d
5
5
  SHA512:
6
- metadata.gz: 652cd319aba3f282019459c67832d547efdfe03b1c84ceb70765f58dfe65b3ee32fc9f2983ea19c46703997d4be986e357955b202f5476b51f5b37ced9789b37
7
- data.tar.gz: 920dd3f0b2400d9d384c8e05cda14cba352e2fc4e11bd5086c13c04cc0a94ae659c1be2cc8492e98c0013732c1c4056f7d135aafe5aa23abe8634a98fab00fe1
6
+ metadata.gz: 2fbbedf9717b75be2127a136ba15cf282d58aac1af4a2666f469180ba6cb2f577033bafe8f00fc45d846fec3e407b1adff79f0dd8bec5927b26852c864f065c9
7
+ data.tar.gz: a789c3b28671e046b38e36e84e90239c242f60fcb151e9421303e402e9dd659315053012ffab499fbfe218389c948282652a386666b95e9b39b83c246ada49cf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.50.0 (2023-01-22)
4
+
5
+ * Regenerated from discovery document revision 20230115
6
+
3
7
  ### v0.49.0 (2023-01-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20230103
@@ -729,8 +729,9 @@ module Google
729
729
  # @return [Google::Apis::ChatV1::Space]
730
730
  attr_accessor :space
731
731
 
732
- # The Chat app-defined key for the thread related to the event. See the
733
- # thread_key field of the `spaces.message.create` request for more information.
732
+ # The Chat app-defined key for the thread related to the event. See [`spaces.
733
+ # messages.thread.threadKey`](/chat/api/reference/rest/v1/spaces.messages#Thread.
734
+ # FIELDS.thread_key) for more information.
734
735
  # Corresponds to the JSON property `threadKey`
735
736
  # @return [String]
736
737
  attr_accessor :thread_key
@@ -2201,9 +2202,9 @@ module Google
2201
2202
  # @return [Google::Apis::ChatV1::GoogleAppsCardV1Action]
2202
2203
  attr_accessor :auto_complete_action
2203
2204
 
2204
- # Text that appears inside the text input field meant to assist users by
2205
- # prompting them to enter a certain value. This text is not visible after users
2206
- # begin typing. Required if `label` is unspecified. Otherwise, optional.
2205
+ # Text that appears below the text input field meant to assist users by
2206
+ # prompting them to enter a certain value. This text is always visible. Required
2207
+ # if `label` is unspecified. Otherwise, optional.
2207
2208
  # Corresponds to the JSON property `hintText`
2208
2209
  # @return [String]
2209
2210
  attr_accessor :hint_text
@@ -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.49.0"
19
+ GEM_VERSION = "0.50.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230103"
25
+ REVISION = "20230115"
26
26
  end
27
27
  end
28
28
  end
@@ -175,10 +175,9 @@ module Google
175
175
  execute_or_queue_command(command, &block)
176
176
  end
177
177
 
178
- # [Developer Preview](https://developers.google.com/workspace/preview): Returns
179
- # a membership. Requires [authentication](https://developers.google.com/chat/api/
180
- # guides/auth/). Fully supports [service account authentication](https://
181
- # developers.google.com/chat/api/guides/auth/service-accounts). Supports [user
178
+ # Returns a membership. Requires [authentication](https://developers.google.com/
179
+ # chat/api/guides/auth/). Fully supports [service account authentication](https:/
180
+ # /developers.google.com/chat/api/guides/auth/service-accounts). Supports [user
182
181
  # authentication](https://developers.google.com/chat/api/guides/auth/users) as
183
182
  # part of the [Google Workspace Developer Preview Program](https://developers.
184
183
  # google.com/workspace/preview), which grants early access to certain features. [
@@ -215,16 +214,15 @@ module Google
215
214
  execute_or_queue_command(command, &block)
216
215
  end
217
216
 
218
- # [Developer Preview](https://developers.google.com/workspace/preview): Lists
219
- # memberships in a space. Requires [authentication](https://developers.google.
220
- # com/chat/api/guides/auth/). Fully supports [service account authentication](
221
- # https://developers.google.com/chat/api/guides/auth/service-accounts). Supports
222
- # [user authentication](https://developers.google.com/chat/api/guides/auth/users)
223
- # as part of the [Google Workspace Developer Preview Program](https://
224
- # developers.google.com/workspace/preview), which grants early access to certain
225
- # features. [User authentication](https://developers.google.com/chat/api/guides/
226
- # auth/users) requires the `chat.memberships` or `chat.memberships.readonly`
227
- # authorization scope.
217
+ # Lists memberships in a space. Requires [authentication](https://developers.
218
+ # google.com/chat/api/guides/auth/). Fully supports [service account
219
+ # authentication](https://developers.google.com/chat/api/guides/auth/service-
220
+ # accounts). Supports [user authentication](https://developers.google.com/chat/
221
+ # api/guides/auth/users) as part of the [Google Workspace Developer Preview
222
+ # Program](https://developers.google.com/workspace/preview), which grants early
223
+ # access to certain features. [User authentication](https://developers.google.
224
+ # com/chat/api/guides/auth/users) requires the `chat.memberships` or `chat.
225
+ # memberships.readonly` authorization scope.
228
226
  # @param [String] parent
229
227
  # Required. The resource name of the space for which to fetch a membership list.
230
228
  # Format: spaces/`space`
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.49.0
4
+ version: 0.50.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-01-15 00:00:00.000000000 Z
11
+ date: 2023-01-22 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.49.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.50.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: []