google-apis-chat_v1 0.69.0 → 0.71.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/chat_v1/classes.rb +31 -17
- data/lib/google/apis/chat_v1/gem_version.rb +2 -2
- 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: ce621095e264dc798a09e6a341c48058e3571ee26c704d05862d230118f49efa
|
4
|
+
data.tar.gz: 80ca270f821d484631f1045f6b3c98a3aa53366c749a680b9af2c7148184029b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 472717af0f1da43a4ccdc086d2672c1162348d9d60e2931cdc68df254b79cd3acaf0e299f34e056d2aa64c44b6daaaf3fb451f109e0dc3b812b874e11f4c7afd
|
7
|
+
data.tar.gz: aec09b6ecbcc2d7344a3c54f1aba3fc939799bc9683b75761528ffad57f153f7fa55c68dd602eba9dd49f0fe02b98b172572b524686b71b196b55b5e3cd8bbc0
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-chat_v1
|
2
2
|
|
3
|
+
### v0.71.0 (2023-09-10)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230905
|
6
|
+
|
7
|
+
### v0.70.0 (2023-09-03)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230827
|
10
|
+
|
3
11
|
### v0.69.0 (2023-08-27)
|
4
12
|
|
5
13
|
* 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.
|
114
|
-
#
|
115
|
-
#
|
116
|
-
#
|
117
|
-
#
|
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
|
|
@@ -3423,17 +3425,21 @@ module Google
|
|
3423
3425
|
attr_accessor :space
|
3424
3426
|
|
3425
3427
|
# Plain-text body of the message. The first link to an image, video, or web page
|
3426
|
-
# generates a preview chip.
|
3427
|
-
#
|
3428
|
-
#
|
3429
|
-
# text
|
3428
|
+
# generates a [preview chip](https://developers.google.com/chat/how-tos/preview-
|
3429
|
+
# links). You can also [@mention a Google Chat user](https://developers.google.
|
3430
|
+
# com/chat/api/guides/message-formats/text#messages-@mention), or everyone in
|
3431
|
+
# the space. To learn about creating text messages, see [Create a text message](
|
3432
|
+
# https://developers.google.com/chat/api/guides/message-formats/text).
|
3430
3433
|
# Corresponds to the JSON property `text`
|
3431
3434
|
# @return [String]
|
3432
3435
|
attr_accessor :text
|
3433
3436
|
|
3434
3437
|
# 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/
|
3436
|
-
#
|
3438
|
+
# message thread](https://developers.google.com/chat/api/guides/v1/messages/
|
3439
|
+
# create#create-message-thread). If you specify a thread when creating a message,
|
3440
|
+
# you can set the [`messageReplyOption`](https://developers.google.com/chat/api/
|
3441
|
+
# reference/rest/v1/spaces.messages/create#messagereplyoption) field to
|
3442
|
+
# determine what happens if no matching thread is found.
|
3437
3443
|
# Corresponds to the JSON property `thread`
|
3438
3444
|
# @return [Google::Apis::ChatV1::Thread]
|
3439
3445
|
attr_accessor :thread
|
@@ -3994,18 +4000,26 @@ module Google
|
|
3994
4000
|
end
|
3995
4001
|
|
3996
4002
|
# 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/
|
3998
|
-
#
|
4003
|
+
# message thread](https://developers.google.com/chat/api/guides/v1/messages/
|
4004
|
+
# create#create-message-thread). If you specify a thread when creating a message,
|
4005
|
+
# you can set the [`messageReplyOption`](https://developers.google.com/chat/api/
|
4006
|
+
# reference/rest/v1/spaces.messages/create#messagereplyoption) field to
|
4007
|
+
# determine what happens if no matching thread is found.
|
3999
4008
|
class Thread
|
4000
4009
|
include Google::Apis::Core::Hashable
|
4001
4010
|
|
4002
|
-
# Resource name of the thread. Example: `spaces/`space`/threads/`
|
4011
|
+
# Output only. Resource name of the thread. Example: `spaces/`space`/threads/`
|
4012
|
+
# thread``
|
4003
4013
|
# Corresponds to the JSON property `name`
|
4004
4014
|
# @return [String]
|
4005
4015
|
attr_accessor :name
|
4006
4016
|
|
4007
|
-
# Optional.
|
4008
|
-
#
|
4017
|
+
# Optional. Input for creating or updating a thread. Otherwise, output only. ID
|
4018
|
+
# for the thread. Supports up to 4000 characters. This ID is unique to the Chat
|
4019
|
+
# app that sets it. For example, if multiple Chat apps create a message using
|
4020
|
+
# the same thread key, the messages are posted in different threads. To reply in
|
4021
|
+
# a thread created by a person or another Chat app, specify the thread `name`
|
4022
|
+
# field instead.
|
4009
4023
|
# Corresponds to the JSON property `threadKey`
|
4010
4024
|
# @return [String]
|
4011
4025
|
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.
|
19
|
+
GEM_VERSION = "0.71.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 = "
|
25
|
+
REVISION = "20230905"
|
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.
|
4
|
+
version: 0.71.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-
|
11
|
+
date: 2023-09-10 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.71.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: []
|