google-apis-chat_v1 0.69.0 → 0.70.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: df4c97a8aa2870c8769d840ac03e39a3269f8def78f6539363951f5bb6c1512c
4
- data.tar.gz: d4f7361c06aadb5065c931203c3bbffa87fb2fb4ae1ba0a5a548b1317047cf7a
3
+ metadata.gz: f83ed9bbbeed1bd7a0f49fcc932201d577911c51be0f5b8450ce454990dfd57b
4
+ data.tar.gz: d45ba15dc2fd0c474aa1abd8971a8736790d2819afbe7e3f8b27f9a95ec35361
5
5
  SHA512:
6
- metadata.gz: 386187890b91c6a6dec65fd3062682616a353d3caab5138ab5d2585ef3ecb22f2e0218a7d3c40b55b98bce39d5aa46fadf8e2a55909609691156b6417a9f35b2
7
- data.tar.gz: 2e200fad6dd01013bf107a1343e17f51c57d296172baa606304d84349cd6ed18fecf7e55c4034ce94563cbfd80b056cc781514c62273f66aa8b622f14a4e455b
6
+ metadata.gz: 528643c9f0bf5ff9c5d21a5637163522098a853ca5a63eb077218d9a39905832389b0871be402662378d21a914ec1cfee710ac88a6111141bb249ecd425e2213
7
+ data.tar.gz: 92aa0621c15f3f5ee1cad75fec64629673d1f69f5e837f5067123ae31f2e4c9af3a0588845bb3b019544bca2763b343202040f707b8699f331e41ca6a867bd36
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.70.0 (2023-09-03)
4
+
5
+ * Regenerated from discovery document revision 20230827
6
+
3
7
  ### v0.69.0 (2023-08-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20230822
@@ -110,12 +110,14 @@ module Google
110
110
  end
111
111
  end
112
112
 
113
- # Annotations associated with the plain-text body of the message. Example plain-
114
- # text message body: ``` Hello @FooBot how are you!" ``` The corresponding
115
- # annotations metadata: ``` "annotations":[` "type":"USER_MENTION", "startIndex":
116
- # 6, "length":7, "userMention": ` "user": ` "name":"users/`user`", "displayName":
117
- # "FooBot", "avatarUrl":"https://goo.gl/aeDtrS", "type":"BOT" `, "type":"MENTION"
118
- # ` `] ```
113
+ # Output only. Annotations associated with the plain-text body of the message.
114
+ # To add basic formatting to a text message, see [Format text messages](https://
115
+ # developers.google.com/chat/api/guides/message-formats/text#format-texts).
116
+ # Example plain-text message body: ``` Hello @FooBot how are you!" ``` The
117
+ # corresponding annotations metadata: ``` "annotations":[` "type":"USER_MENTION",
118
+ # "startIndex":6, "length":7, "userMention": ` "user": ` "name":"users/`user`",
119
+ # "displayName":"FooBot", "avatarUrl":"https://goo.gl/aeDtrS", "type":"BOT" `, "
120
+ # type":"MENTION" ` `] ```
119
121
  class Annotation
120
122
  include Google::Apis::Core::Hashable
121
123
 
@@ -3432,8 +3434,11 @@ module Google
3432
3434
  attr_accessor :text
3433
3435
 
3434
3436
  # A thread in a Google Chat space. For example usage, see [Start or reply to a
3435
- # message thread](https://developers.google.com/chat/api/guides/crudl/messages#
3436
- # start_or_reply_to_a_message_thread).
3437
+ # message thread](https://developers.google.com/chat/api/guides/v1/messages/
3438
+ # create#create-message-thread). If you specify a thread when creating a message,
3439
+ # you can set the [`messageReplyOption`](https://developers.google.com/chat/api/
3440
+ # reference/rest/v1/spaces.messages/create#messagereplyoption) field to
3441
+ # determine what happens if no matching thread is found.
3437
3442
  # Corresponds to the JSON property `thread`
3438
3443
  # @return [Google::Apis::ChatV1::Thread]
3439
3444
  attr_accessor :thread
@@ -3994,18 +3999,26 @@ module Google
3994
3999
  end
3995
4000
 
3996
4001
  # A thread in a Google Chat space. For example usage, see [Start or reply to a
3997
- # message thread](https://developers.google.com/chat/api/guides/crudl/messages#
3998
- # start_or_reply_to_a_message_thread).
4002
+ # message thread](https://developers.google.com/chat/api/guides/v1/messages/
4003
+ # create#create-message-thread). If you specify a thread when creating a message,
4004
+ # you can set the [`messageReplyOption`](https://developers.google.com/chat/api/
4005
+ # reference/rest/v1/spaces.messages/create#messagereplyoption) field to
4006
+ # determine what happens if no matching thread is found.
3999
4007
  class Thread
4000
4008
  include Google::Apis::Core::Hashable
4001
4009
 
4002
- # Resource name of the thread. Example: `spaces/`space`/threads/`thread``
4010
+ # Output only. Resource name of the thread. Example: `spaces/`space`/threads/`
4011
+ # thread``
4003
4012
  # Corresponds to the JSON property `name`
4004
4013
  # @return [String]
4005
4014
  attr_accessor :name
4006
4015
 
4007
- # Optional. ID for the thread. Supports up to 4000 characters. Input for
4008
- # creating or updating a thread. Otherwise, output only.
4016
+ # Optional. Input for creating or updating a thread. Otherwise, output only. ID
4017
+ # for the thread. Supports up to 4000 characters. This ID is unique to the Chat
4018
+ # app that sets it. For example, if multiple Chat apps create a message using
4019
+ # the same thread key, the messages are posted in different threads. To reply in
4020
+ # a thread created by a person or another Chat app, specify the thread `name`
4021
+ # field instead.
4009
4022
  # Corresponds to the JSON property `threadKey`
4010
4023
  # @return [String]
4011
4024
  attr_accessor :thread_key
@@ -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.69.0"
19
+ GEM_VERSION = "0.70.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230822"
25
+ REVISION = "20230827"
26
26
  end
27
27
  end
28
28
  end
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.69.0
4
+ version: 0.70.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-08-27 00:00:00.000000000 Z
11
+ date: 2023-09-03 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.69.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.70.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: []