google-apis-chat_v1 0.51.0 → 0.52.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/classes.rb +10 -10
- data/lib/google/apis/chat_v1/gem_version.rb +2 -2
- data/lib/google/apis/chat_v1/service.rb +6 -4
- 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: 3714de06f7773230e1276d95b2f3b9178839f76f9699b51d21b167a8746c652e
|
|
4
|
+
data.tar.gz: '0091eb9417f31be71f25ebc0f8cf7b26f0ac8a3779d4d1c520c52a8d37c68a45'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 18b6594c979c43267ce4a47ce6ca9264e9e1149c1f8d9a341a133b665a864a340de23d7fc06cb743dadb2c278a180ebedd4201d8e7a54f388f111f55c47931a2
|
|
7
|
+
data.tar.gz: d80d0e05c3bae4a160fccc1d1f685eba502fda6beb4d8b9ca6580be1f205a268b0ee2ba713b5129973093d1ca95c3a3e7005d321c3f7b818010e0a9a4e7a73e8
|
data/CHANGELOG.md
CHANGED
|
@@ -50,7 +50,7 @@ module Google
|
|
|
50
50
|
end
|
|
51
51
|
end
|
|
52
52
|
|
|
53
|
-
# Parameters that a Chat app can use to configure how
|
|
53
|
+
# Parameters that a Chat app can use to configure how its response is posted.
|
|
54
54
|
class ActionResponse
|
|
55
55
|
include Google::Apis::Core::Hashable
|
|
56
56
|
|
|
@@ -113,9 +113,9 @@ module Google
|
|
|
113
113
|
# Annotations associated with the plain-text body of the message. Example plain-
|
|
114
114
|
# text message body: ``` Hello @FooBot how are you!" ``` The corresponding
|
|
115
115
|
# annotations metadata: ``` "annotations":[` "type":"USER_MENTION", "startIndex":
|
|
116
|
-
# 6, "length":7, "userMention": ` "user": ` "name":"users
|
|
117
|
-
# "
|
|
118
|
-
#
|
|
116
|
+
# 6, "length":7, "userMention": ` "user": ` "name":"users/`user`", "displayName":
|
|
117
|
+
# "FooBot", "avatarUrl":"https://goo.gl/aeDtrS", "type":"BOT" `, "type":"MENTION"
|
|
118
|
+
# ` `] ```
|
|
119
119
|
class Annotation
|
|
120
120
|
include Google::Apis::Core::Hashable
|
|
121
121
|
|
|
@@ -2729,7 +2729,7 @@ module Google
|
|
|
2729
2729
|
class Message
|
|
2730
2730
|
include Google::Apis::Core::Hashable
|
|
2731
2731
|
|
|
2732
|
-
# Parameters that a Chat app can use to configure how
|
|
2732
|
+
# Parameters that a Chat app can use to configure how its response is posted.
|
|
2733
2733
|
# Corresponds to the JSON property `actionResponse`
|
|
2734
2734
|
# @return [Google::Apis::ChatV1::ActionResponse]
|
|
2735
2735
|
attr_accessor :action_response
|
|
@@ -2744,7 +2744,7 @@ module Google
|
|
|
2744
2744
|
# @return [String]
|
|
2745
2745
|
attr_accessor :argument_text
|
|
2746
2746
|
|
|
2747
|
-
# User
|
|
2747
|
+
# User-uploaded attachment.
|
|
2748
2748
|
# Corresponds to the JSON property `attachment`
|
|
2749
2749
|
# @return [Array<Google::Apis::ChatV1::Attachment>]
|
|
2750
2750
|
attr_accessor :attachment
|
|
@@ -2759,7 +2759,7 @@ module Google
|
|
|
2759
2759
|
|
|
2760
2760
|
# Richly formatted and interactive cards that display UI elements and editable
|
|
2761
2761
|
# widgets, such as: - Formatted text - Buttons - Clickable images - Checkboxes -
|
|
2762
|
-
# Radio buttons - Input widgets. Cards are usually displayed below the text
|
|
2762
|
+
# Radio buttons - Input widgets. Cards are usually displayed below the text body
|
|
2763
2763
|
# of a Chat message, but can situationally appear other places, such as [dialogs]
|
|
2764
2764
|
# (https://developers.google.com/chat/how-tos/dialogs). The `cardId` is a unique
|
|
2765
2765
|
# identifier among cards in the same message and for identifying user input
|
|
@@ -3211,9 +3211,9 @@ module Google
|
|
|
3211
3211
|
|
|
3212
3212
|
# Optional. Opaque thread identifier. To start or add to a thread, create a
|
|
3213
3213
|
# message and specify a `threadKey` or the thread.name. For example usage, see [
|
|
3214
|
-
# Start or reply to a message thread](/chat/api/
|
|
3215
|
-
# start_or_reply_to_a_message_thread). For other requests,
|
|
3216
|
-
# only field.
|
|
3214
|
+
# Start or reply to a message thread](https://developers.google.com/chat/api/
|
|
3215
|
+
# guides/crudl/messages#start_or_reply_to_a_message_thread). For other requests,
|
|
3216
|
+
# this is an output only field.
|
|
3217
3217
|
# Corresponds to the JSON property `threadKey`
|
|
3218
3218
|
# @return [String]
|
|
3219
3219
|
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.52.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 = "
|
|
25
|
+
REVISION = "20230131"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -298,8 +298,9 @@ module Google
|
|
|
298
298
|
# @param [String] thread_key
|
|
299
299
|
# Optional. Deprecated: Use thread.thread_key instead. Opaque thread identifier.
|
|
300
300
|
# To start or add to a thread, create a message and specify a `threadKey` or the
|
|
301
|
-
# thread.name. For example usage, see [Start or reply to a message thread](
|
|
302
|
-
# api/guides/crudl/messages#
|
|
301
|
+
# thread.name. For example usage, see [Start or reply to a message thread](https:
|
|
302
|
+
# //developers.google.com/chat/api/guides/crudl/messages#
|
|
303
|
+
# start_or_reply_to_a_message_thread).
|
|
303
304
|
# @param [String] fields
|
|
304
305
|
# Selector specifying which fields to include in a partial response.
|
|
305
306
|
# @param [String] quota_user
|
|
@@ -527,8 +528,9 @@ module Google
|
|
|
527
528
|
end
|
|
528
529
|
|
|
529
530
|
# Gets the metadata of a message attachment. The attachment data is fetched
|
|
530
|
-
# using the media API
|
|
531
|
-
#
|
|
531
|
+
# using the [media API](https://developers.google.com/chat/api/reference/rest/v1/
|
|
532
|
+
# media/download). Requires [service account authentication](https://developers.
|
|
533
|
+
# google.com/chat/api/guides/auth/service-accounts).
|
|
532
534
|
# @param [String] name
|
|
533
535
|
# Required. Resource name of the attachment, in the form "spaces/*/messages/*/
|
|
534
536
|
# attachments/*".
|
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.52.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-02-05 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.52.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: []
|