google-apis-chat_v1 0.50.0 → 0.51.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 +25 -15
- 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: d3f4a377cac8451cdfb29b0b5a6341ebc3b54785f6bc018680268fc53bfa1b66
|
|
4
|
+
data.tar.gz: 0aa3ef70db8e8b12e9d28122c51d8e344b7c72ba9d85831b7dfe2a70d79d8cb1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e5e864b8f4aaa496cc0b480816208d764e6396504ef725efc35808616bbc4f71e4606952e94fcffd3c82f87fcac6af7d244b38ad6661f0ed0b2eb7f8d523d6d
|
|
7
|
+
data.tar.gz: 0740c98535b47c8186d6bda15f92c8659e203ad9a896da194682132c1711de3a3cb17765a944abdd86ce5273179db6359f9d1410fb918fc7b84bbb9a0dd1c40f
|
data/CHANGELOG.md
CHANGED
|
@@ -1085,15 +1085,17 @@ module Google
|
|
|
1085
1085
|
|
|
1086
1086
|
# A text, icon, or text + icon button that users can click. To make an image a
|
|
1087
1087
|
# clickable button, specify an Image (not an ImageComponent) and set an `onClick`
|
|
1088
|
-
# action.
|
|
1088
|
+
# action. Currently supported in Chat apps (including [dialogs] (https://
|
|
1089
|
+
# developers.google.com/chat/how-tos/dialogs) and [card messages] (https://
|
|
1090
|
+
# developers.google.com/chat/api/guides/message-formats/cards)) and Google
|
|
1091
|
+
# Workspace Add-ons.
|
|
1089
1092
|
class GoogleAppsCardV1Button
|
|
1090
1093
|
include Google::Apis::Core::Hashable
|
|
1091
1094
|
|
|
1092
1095
|
# The alternative text used for accessibility. Set descriptive text that lets
|
|
1093
1096
|
# users know what the button does. For example, if a button opens a hyperlink,
|
|
1094
1097
|
# you might write: "Opens a new browser tab and navigates to the Google Chat
|
|
1095
|
-
# developer documentation at https://developers.google.com/chat".
|
|
1096
|
-
# when an icon is set; use `icon.alt_text` instead.
|
|
1098
|
+
# developer documentation at https://developers.google.com/chat".
|
|
1097
1099
|
# Corresponds to the JSON property `altText`
|
|
1098
1100
|
# @return [String]
|
|
1099
1101
|
attr_accessor :alt_text
|
|
@@ -1336,14 +1338,20 @@ module Google
|
|
|
1336
1338
|
|
|
1337
1339
|
# A text, icon, or text + icon button that users can click. To make an image a
|
|
1338
1340
|
# clickable button, specify an Image (not an ImageComponent) and set an `onClick`
|
|
1339
|
-
# action.
|
|
1341
|
+
# action. Currently supported in Chat apps (including [dialogs] (https://
|
|
1342
|
+
# developers.google.com/chat/how-tos/dialogs) and [card messages] (https://
|
|
1343
|
+
# developers.google.com/chat/api/guides/message-formats/cards)) and Google
|
|
1344
|
+
# Workspace Add-ons.
|
|
1340
1345
|
# Corresponds to the JSON property `primaryButton`
|
|
1341
1346
|
# @return [Google::Apis::ChatV1::GoogleAppsCardV1Button]
|
|
1342
1347
|
attr_accessor :primary_button
|
|
1343
1348
|
|
|
1344
1349
|
# A text, icon, or text + icon button that users can click. To make an image a
|
|
1345
1350
|
# clickable button, specify an Image (not an ImageComponent) and set an `onClick`
|
|
1346
|
-
# action.
|
|
1351
|
+
# action. Currently supported in Chat apps (including [dialogs] (https://
|
|
1352
|
+
# developers.google.com/chat/how-tos/dialogs) and [card messages] (https://
|
|
1353
|
+
# developers.google.com/chat/api/guides/message-formats/cards)) and Google
|
|
1354
|
+
# Workspace Add-ons.
|
|
1347
1355
|
# Corresponds to the JSON property `secondaryButton`
|
|
1348
1356
|
# @return [Google::Apis::ChatV1::GoogleAppsCardV1Button]
|
|
1349
1357
|
attr_accessor :secondary_button
|
|
@@ -1485,7 +1493,10 @@ module Google
|
|
|
1485
1493
|
|
|
1486
1494
|
# A text, icon, or text + icon button that users can click. To make an image a
|
|
1487
1495
|
# clickable button, specify an Image (not an ImageComponent) and set an `onClick`
|
|
1488
|
-
# action.
|
|
1496
|
+
# action. Currently supported in Chat apps (including [dialogs] (https://
|
|
1497
|
+
# developers.google.com/chat/how-tos/dialogs) and [card messages] (https://
|
|
1498
|
+
# developers.google.com/chat/api/guides/message-formats/cards)) and Google
|
|
1499
|
+
# Workspace Add-ons.
|
|
1489
1500
|
# Corresponds to the JSON property `button`
|
|
1490
1501
|
# @return [Google::Apis::ChatV1::GoogleAppsCardV1Button]
|
|
1491
1502
|
attr_accessor :button
|
|
@@ -1691,15 +1702,14 @@ module Google
|
|
|
1691
1702
|
class GoogleAppsCardV1Icon
|
|
1692
1703
|
include Google::Apis::Core::Hashable
|
|
1693
1704
|
|
|
1694
|
-
# Optional. A description of the icon used for accessibility. If unspecified,
|
|
1695
|
-
# default value is provided. As a best practice, you should set a
|
|
1696
|
-
# description
|
|
1697
|
-
#
|
|
1698
|
-
#
|
|
1699
|
-
#
|
|
1700
|
-
#
|
|
1701
|
-
#
|
|
1702
|
-
# developer documentation at https://developers.google.com/chat".
|
|
1705
|
+
# Optional. A description of the icon used for accessibility. If unspecified,
|
|
1706
|
+
# the default value "Button" is provided. As a best practice, you should set a
|
|
1707
|
+
# helpful description for what the icon displays, and if applicable, what it
|
|
1708
|
+
# does. For example, `A user's account portrait`, or `Opens a new browser tab
|
|
1709
|
+
# and navigates to the Google Chat developer documentation at https://developers.
|
|
1710
|
+
# google.com/chat`. If the icon is set in a Button, the `altText` appears as
|
|
1711
|
+
# helper text when the user hovers over the button. However, if the button also
|
|
1712
|
+
# sets `text`, the icon's `altText` is ignored.
|
|
1703
1713
|
# Corresponds to the JSON property `altText`
|
|
1704
1714
|
# @return [String]
|
|
1705
1715
|
attr_accessor :alt_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.
|
|
19
|
+
GEM_VERSION = "0.51.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 = "20230119"
|
|
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.51.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-
|
|
11
|
+
date: 2023-01-29 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.51.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: []
|