google-apis-chat_v1 0.54.0 → 0.56.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 +76 -86
- data/lib/google/apis/chat_v1/gem_version.rb +2 -2
- data/lib/google/apis/chat_v1/service.rb +5 -5
- 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: ac4f1010b55aaf1e847d513d46aea3b929b74995334d4b4597bcd5c71bf68a52
|
4
|
+
data.tar.gz: 9104fabf5179c5dc5d257dc1924d1a3943123f521d87592f6d4a3df9733978ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 789b086753937e85ed98f7ff103b991484f6f4ae47d64ab3809125fd693a5ca786ef0755e32c3943b3a2258394380e34773af7a0921d519abe2d2f7786a8e4b6
|
7
|
+
data.tar.gz: 3e82eea42f6230a7f25e93eeec573d4d9fcfc2b3a9e1d0c7b0a3e8c1de45d2914caf9e7504c1b1f53fbdcc29472cd653f9953633a3f4b3b7b3cf847c8451cede
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-chat_v1
|
2
2
|
|
3
|
+
### v0.56.0 (2023-03-12)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230302
|
6
|
+
|
7
|
+
### v0.55.0 (2023-02-26)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230221
|
10
|
+
|
3
11
|
### v0.54.0 (2023-02-19)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230216
|
@@ -911,7 +911,8 @@ module Google
|
|
911
911
|
end
|
912
912
|
|
913
913
|
# An action that describes the behavior when the form is submitted. For example,
|
914
|
-
# an Apps Script can be invoked to handle the form.
|
914
|
+
# an Apps Script can be invoked to handle the form. If the action is triggered,
|
915
|
+
# the form values are sent to the server.
|
915
916
|
class GoogleAppsCardV1Action
|
916
917
|
include Google::Apis::Core::Hashable
|
917
918
|
|
@@ -948,17 +949,19 @@ module Google
|
|
948
949
|
attr_accessor :parameters
|
949
950
|
|
950
951
|
# Indicates whether form values persist after the action. The default value is `
|
951
|
-
# false`. If `true`, form values remain after the action is triggered.
|
952
|
-
#
|
953
|
-
# reference/rpc/google.apps.card.
|
954
|
-
#
|
955
|
-
#
|
956
|
-
#
|
957
|
-
#
|
958
|
-
#
|
959
|
-
#
|
960
|
-
#
|
961
|
-
#
|
952
|
+
# false`. If `true`, form values remain after the action is triggered. To let
|
953
|
+
# the user make changes while the action is being processed, set [LoadIndicator](
|
954
|
+
# https://developers.google.com/workspace/add-ons/reference/rpc/google.apps.card.
|
955
|
+
# v1#loadindicator) to `NONE`. For [card messages](https://developers.google.com/
|
956
|
+
# chat/api/guides/message-formats/cards) in Chat apps, you must also set the
|
957
|
+
# action's [ResponseType](https://developers.google.com/chat/api/reference/rest/
|
958
|
+
# v1/spaces.messages#responsetype) to `UPDATE_MESSAGE` and use the same [`
|
959
|
+
# card_id`](https://developers.google.com/chat/api/reference/rest/v1/spaces.
|
960
|
+
# messages#CardWithId) from the card that contained the action. If `false`, the
|
961
|
+
# form values are cleared when the action is triggered. To prevent the user from
|
962
|
+
# making changes while the action is being processed, set [LoadIndicator](https:/
|
963
|
+
# /developers.google.com/workspace/add-ons/reference/rpc/google.apps.card.v1#
|
964
|
+
# loadindicator) to `SPINNER`.
|
962
965
|
# Corresponds to the JSON property `persistValues`
|
963
966
|
# @return [Boolean]
|
964
967
|
attr_accessor :persist_values
|
@@ -1156,9 +1159,9 @@ module Google
|
|
1156
1159
|
attr_accessor :disabled
|
1157
1160
|
alias_method :disabled?, :disabled
|
1158
1161
|
|
1159
|
-
# An icon displayed in a widget on a card. Supports [
|
1160
|
-
# developers.google.com/chat/api/guides/message-formats/cards) and [
|
1161
|
-
# https://developers.google.com/chat/api/guides/message-formats/cards#
|
1162
|
+
# An icon displayed in a widget on a card. Supports [built-in](https://
|
1163
|
+
# developers.google.com/chat/api/guides/message-formats/cards#builtinicons) and [
|
1164
|
+
# custom](https://developers.google.com/chat/api/guides/message-formats/cards#
|
1162
1165
|
# customicons) icons.
|
1163
1166
|
# Corresponds to the JSON property `icon`
|
1164
1167
|
# @return [Google::Apis::ChatV1::GoogleAppsCardV1Icon]
|
@@ -1437,7 +1440,8 @@ module Google
|
|
1437
1440
|
attr_accessor :name
|
1438
1441
|
|
1439
1442
|
# An action that describes the behavior when the form is submitted. For example,
|
1440
|
-
# an Apps Script can be invoked to handle the form.
|
1443
|
+
# an Apps Script can be invoked to handle the form. If the action is triggered,
|
1444
|
+
# the form values are sent to the server.
|
1441
1445
|
# Corresponds to the JSON property `onChangeAction`
|
1442
1446
|
# @return [Google::Apis::ChatV1::GoogleAppsCardV1Action]
|
1443
1447
|
attr_accessor :on_change_action
|
@@ -1500,17 +1504,17 @@ module Google
|
|
1500
1504
|
# @return [Google::Apis::ChatV1::GoogleAppsCardV1Button]
|
1501
1505
|
attr_accessor :button
|
1502
1506
|
|
1503
|
-
# An icon displayed in a widget on a card. Supports [
|
1504
|
-
# developers.google.com/chat/api/guides/message-formats/cards) and [
|
1505
|
-
# https://developers.google.com/chat/api/guides/message-formats/cards#
|
1507
|
+
# An icon displayed in a widget on a card. Supports [built-in](https://
|
1508
|
+
# developers.google.com/chat/api/guides/message-formats/cards#builtinicons) and [
|
1509
|
+
# custom](https://developers.google.com/chat/api/guides/message-formats/cards#
|
1506
1510
|
# customicons) icons.
|
1507
1511
|
# Corresponds to the JSON property `endIcon`
|
1508
1512
|
# @return [Google::Apis::ChatV1::GoogleAppsCardV1Icon]
|
1509
1513
|
attr_accessor :end_icon
|
1510
1514
|
|
1511
|
-
# An icon displayed in a widget on a card. Supports [
|
1512
|
-
# developers.google.com/chat/api/guides/message-formats/cards) and [
|
1513
|
-
# https://developers.google.com/chat/api/guides/message-formats/cards#
|
1515
|
+
# An icon displayed in a widget on a card. Supports [built-in](https://
|
1516
|
+
# developers.google.com/chat/api/guides/message-formats/cards#builtinicons) and [
|
1517
|
+
# custom](https://developers.google.com/chat/api/guides/message-formats/cards#
|
1514
1518
|
# customicons) icons.
|
1515
1519
|
# Corresponds to the JSON property `icon`
|
1516
1520
|
# @return [Google::Apis::ChatV1::GoogleAppsCardV1Icon]
|
@@ -1522,19 +1526,16 @@ module Google
|
|
1522
1526
|
# @return [Google::Apis::ChatV1::GoogleAppsCardV1OnClick]
|
1523
1527
|
attr_accessor :on_click
|
1524
1528
|
|
1525
|
-
# An icon displayed in a widget on a card. Supports [
|
1526
|
-
# developers.google.com/chat/api/guides/message-formats/cards) and [
|
1527
|
-
# https://developers.google.com/chat/api/guides/message-formats/cards#
|
1529
|
+
# An icon displayed in a widget on a card. Supports [built-in](https://
|
1530
|
+
# developers.google.com/chat/api/guides/message-formats/cards#builtinicons) and [
|
1531
|
+
# custom](https://developers.google.com/chat/api/guides/message-formats/cards#
|
1528
1532
|
# customicons) icons.
|
1529
1533
|
# Corresponds to the JSON property `startIcon`
|
1530
1534
|
# @return [Google::Apis::ChatV1::GoogleAppsCardV1Icon]
|
1531
1535
|
attr_accessor :start_icon
|
1532
1536
|
|
1533
1537
|
# Either a toggle-style switch or a checkbox inside a `decoratedText` widget.
|
1534
|
-
# Only supported on the `decoratedText` widget.
|
1535
|
-
# https://developers.google.com/chat/how-tos/dialogs). Support for [card
|
1536
|
-
# messages](https://developers.google.com/chat/api/guides/message-formats/cards)
|
1537
|
-
# is coming soon.
|
1538
|
+
# Only supported on the `decoratedText` widget.
|
1538
1539
|
# Corresponds to the JSON property `switchControl`
|
1539
1540
|
# @return [Google::Apis::ChatV1::GoogleAppsCardV1SwitchControl]
|
1540
1541
|
attr_accessor :switch_control
|
@@ -1594,16 +1595,13 @@ module Google
|
|
1594
1595
|
# Displays a grid with a collection of items. A grid supports any number of
|
1595
1596
|
# columns and items. The number of rows is determined by items divided by
|
1596
1597
|
# columns. A grid with 10 items and 2 columns has 5 rows. A grid with 11 items
|
1597
|
-
# and 2 columns has 6 rows.
|
1598
|
-
#
|
1599
|
-
#
|
1600
|
-
#
|
1601
|
-
# "
|
1602
|
-
#
|
1603
|
-
# "
|
1604
|
-
# SQUARE" `, "borderStyle": ` "type": "STROKE" ` `, "title": "An item", "
|
1605
|
-
# textAlignment": "CENTER" ` ], "onClick": ` "openLink": ` "url": "https://www.
|
1606
|
-
# example.com" ` ` ` ```
|
1598
|
+
# and 2 columns has 6 rows. For example, the following JSON creates a 2 column
|
1599
|
+
# grid with a single item: ``` "grid": ` "title": "A fine collection of items", "
|
1600
|
+
# columnCount": 2, "borderStyle": ` "type": "STROKE", "cornerRadius": 4 `, "
|
1601
|
+
# items": [ ` "image": ` "imageUri": "https://www.example.com/image.png", "
|
1602
|
+
# cropStyle": ` "type": "SQUARE" `, "borderStyle": ` "type": "STROKE" ` `, "
|
1603
|
+
# title": "An item", "textAlignment": "CENTER" ` ], "onClick": ` "openLink": ` "
|
1604
|
+
# url": "https://www.example.com" ` ` ` ```
|
1607
1605
|
class GoogleAppsCardV1Grid
|
1608
1606
|
include Google::Apis::Core::Hashable
|
1609
1607
|
|
@@ -1693,9 +1691,9 @@ module Google
|
|
1693
1691
|
end
|
1694
1692
|
end
|
1695
1693
|
|
1696
|
-
# An icon displayed in a widget on a card. Supports [
|
1697
|
-
# developers.google.com/chat/api/guides/message-formats/cards) and [
|
1698
|
-
# https://developers.google.com/chat/api/guides/message-formats/cards#
|
1694
|
+
# An icon displayed in a widget on a card. Supports [built-in](https://
|
1695
|
+
# developers.google.com/chat/api/guides/message-formats/cards#builtinicons) and [
|
1696
|
+
# custom](https://developers.google.com/chat/api/guides/message-formats/cards#
|
1699
1697
|
# customicons) icons.
|
1700
1698
|
class GoogleAppsCardV1Icon
|
1701
1699
|
include Google::Apis::Core::Hashable
|
@@ -1720,15 +1718,15 @@ module Google
|
|
1720
1718
|
attr_accessor :icon_url
|
1721
1719
|
|
1722
1720
|
# The crop style applied to the image. In some cases, applying a `CIRCLE` crop
|
1723
|
-
# causes the image to be drawn larger than a
|
1721
|
+
# causes the image to be drawn larger than a built-in icon.
|
1724
1722
|
# Corresponds to the JSON property `imageType`
|
1725
1723
|
# @return [String]
|
1726
1724
|
attr_accessor :image_type
|
1727
1725
|
|
1728
|
-
# Display one of the
|
1726
|
+
# Display one of the built-in icons provided by Google Workspace. For example,
|
1729
1727
|
# to display an airplane icon, specify `AIRPLANE`. For a bus, specify `BUS`. For
|
1730
|
-
# a full list of supported icons, see [
|
1731
|
-
# com/chat/api/guides/message-formats/cards).
|
1728
|
+
# a full list of supported icons, see [built-in icons](https://developers.google.
|
1729
|
+
# com/chat/api/guides/message-formats/cards#builtinicons).
|
1732
1730
|
# Corresponds to the JSON property `knownIcon`
|
1733
1731
|
# @return [String]
|
1734
1732
|
attr_accessor :known_icon
|
@@ -1853,7 +1851,8 @@ module Google
|
|
1853
1851
|
include Google::Apis::Core::Hashable
|
1854
1852
|
|
1855
1853
|
# An action that describes the behavior when the form is submitted. For example,
|
1856
|
-
# an Apps Script can be invoked to handle the form.
|
1854
|
+
# an Apps Script can be invoked to handle the form. If the action is triggered,
|
1855
|
+
# the form values are sent to the server.
|
1857
1856
|
# Corresponds to the JSON property `action`
|
1858
1857
|
# @return [Google::Apis::ChatV1::GoogleAppsCardV1Action]
|
1859
1858
|
attr_accessor :action
|
@@ -1886,7 +1885,8 @@ module Google
|
|
1886
1885
|
attr_accessor :card
|
1887
1886
|
|
1888
1887
|
# An action that describes the behavior when the form is submitted. For example,
|
1889
|
-
# an Apps Script can be invoked to handle the form.
|
1888
|
+
# an Apps Script can be invoked to handle the form. If the action is triggered,
|
1889
|
+
# the form values are sent to the server.
|
1890
1890
|
# Corresponds to the JSON property `openDynamicLinkAction`
|
1891
1891
|
# @return [Google::Apis::ChatV1::GoogleAppsCardV1Action]
|
1892
1892
|
attr_accessor :open_dynamic_link_action
|
@@ -1997,10 +1997,7 @@ module Google
|
|
1997
1997
|
# inputs, see [Receive form data](https://developers.google.com/chat/how-tos/
|
1998
1998
|
# dialogs#receive_form_data_from_dialogs). When you need to collect data from
|
1999
1999
|
# users that matches options you set, use a selection input. To collect abstract
|
2000
|
-
# data from users, use the text input widget instead.
|
2001
|
-
# (https://developers.google.com/chat/how-tos/dialogs). Support for [card
|
2002
|
-
# messages](https://developers.google.com/chat/api/guides/message-formats/cards)
|
2003
|
-
# coming soon.
|
2000
|
+
# data from users, use the text input widget instead.
|
2004
2001
|
class GoogleAppsCardV1SelectionInput
|
2005
2002
|
include Google::Apis::Core::Hashable
|
2006
2003
|
|
@@ -2025,7 +2022,8 @@ module Google
|
|
2025
2022
|
attr_accessor :name
|
2026
2023
|
|
2027
2024
|
# An action that describes the behavior when the form is submitted. For example,
|
2028
|
-
# an Apps Script can be invoked to handle the form.
|
2025
|
+
# an Apps Script can be invoked to handle the form. If the action is triggered,
|
2026
|
+
# the form values are sent to the server.
|
2029
2027
|
# Corresponds to the JSON property `onChangeAction`
|
2030
2028
|
# @return [Google::Apis::ChatV1::GoogleAppsCardV1Action]
|
2031
2029
|
attr_accessor :on_change_action
|
@@ -2140,10 +2138,7 @@ module Google
|
|
2140
2138
|
end
|
2141
2139
|
|
2142
2140
|
# Either a toggle-style switch or a checkbox inside a `decoratedText` widget.
|
2143
|
-
# Only supported on the `decoratedText` widget.
|
2144
|
-
# https://developers.google.com/chat/how-tos/dialogs). Support for [card
|
2145
|
-
# messages](https://developers.google.com/chat/api/guides/message-formats/cards)
|
2146
|
-
# is coming soon.
|
2141
|
+
# Only supported on the `decoratedText` widget.
|
2147
2142
|
class GoogleAppsCardV1SwitchControl
|
2148
2143
|
include Google::Apis::Core::Hashable
|
2149
2144
|
|
@@ -2160,7 +2155,8 @@ module Google
|
|
2160
2155
|
attr_accessor :name
|
2161
2156
|
|
2162
2157
|
# An action that describes the behavior when the form is submitted. For example,
|
2163
|
-
# an Apps Script can be invoked to handle the form.
|
2158
|
+
# an Apps Script can be invoked to handle the form. If the action is triggered,
|
2159
|
+
# the form values are sent to the server.
|
2164
2160
|
# Corresponds to the JSON property `onChangeAction`
|
2165
2161
|
# @return [Google::Apis::ChatV1::GoogleAppsCardV1Action]
|
2166
2162
|
attr_accessor :on_change_action
|
@@ -2198,14 +2194,13 @@ module Google
|
|
2198
2194
|
# form data](https://developers.google.com/chat/how-tos/dialogs#
|
2199
2195
|
# receive_form_data_from_dialogs). When you need to collect abstract data from
|
2200
2196
|
# users, use a text input. To collect defined data from users, use the selection
|
2201
|
-
# input widget instead.
|
2202
|
-
# com/chat/how-tos/dialogs). Support for [card messages](https://developers.
|
2203
|
-
# google.com/chat/api/guides/message-formats/cards) coming soon.
|
2197
|
+
# input widget instead.
|
2204
2198
|
class GoogleAppsCardV1TextInput
|
2205
2199
|
include Google::Apis::Core::Hashable
|
2206
2200
|
|
2207
2201
|
# An action that describes the behavior when the form is submitted. For example,
|
2208
|
-
# an Apps Script can be invoked to handle the form.
|
2202
|
+
# an Apps Script can be invoked to handle the form. If the action is triggered,
|
2203
|
+
# the form values are sent to the server.
|
2209
2204
|
# Corresponds to the JSON property `autoCompleteAction`
|
2210
2205
|
# @return [Google::Apis::ChatV1::GoogleAppsCardV1Action]
|
2211
2206
|
attr_accessor :auto_complete_action
|
@@ -2248,7 +2243,8 @@ module Google
|
|
2248
2243
|
attr_accessor :name
|
2249
2244
|
|
2250
2245
|
# An action that describes the behavior when the form is submitted. For example,
|
2251
|
-
# an Apps Script can be invoked to handle the form.
|
2246
|
+
# an Apps Script can be invoked to handle the form. If the action is triggered,
|
2247
|
+
# the form values are sent to the server.
|
2252
2248
|
# Corresponds to the JSON property `onChangeAction`
|
2253
2249
|
# @return [Google::Apis::ChatV1::GoogleAppsCardV1Action]
|
2254
2250
|
attr_accessor :on_change_action
|
@@ -2339,16 +2335,13 @@ module Google
|
|
2339
2335
|
# Displays a grid with a collection of items. A grid supports any number of
|
2340
2336
|
# columns and items. The number of rows is determined by items divided by
|
2341
2337
|
# columns. A grid with 10 items and 2 columns has 5 rows. A grid with 11 items
|
2342
|
-
# and 2 columns has 6 rows.
|
2343
|
-
#
|
2344
|
-
#
|
2345
|
-
#
|
2346
|
-
# "
|
2347
|
-
#
|
2348
|
-
# "
|
2349
|
-
# SQUARE" `, "borderStyle": ` "type": "STROKE" ` `, "title": "An item", "
|
2350
|
-
# textAlignment": "CENTER" ` ], "onClick": ` "openLink": ` "url": "https://www.
|
2351
|
-
# example.com" ` ` ` ```
|
2338
|
+
# and 2 columns has 6 rows. For example, the following JSON creates a 2 column
|
2339
|
+
# grid with a single item: ``` "grid": ` "title": "A fine collection of items", "
|
2340
|
+
# columnCount": 2, "borderStyle": ` "type": "STROKE", "cornerRadius": 4 `, "
|
2341
|
+
# items": [ ` "image": ` "imageUri": "https://www.example.com/image.png", "
|
2342
|
+
# cropStyle": ` "type": "SQUARE" `, "borderStyle": ` "type": "STROKE" ` `, "
|
2343
|
+
# title": "An item", "textAlignment": "CENTER" ` ], "onClick": ` "openLink": ` "
|
2344
|
+
# url": "https://www.example.com" ` ` ` ```
|
2352
2345
|
# Corresponds to the JSON property `grid`
|
2353
2346
|
# @return [Google::Apis::ChatV1::GoogleAppsCardV1Grid]
|
2354
2347
|
attr_accessor :grid
|
@@ -2364,10 +2357,7 @@ module Google
|
|
2364
2357
|
# inputs, see [Receive form data](https://developers.google.com/chat/how-tos/
|
2365
2358
|
# dialogs#receive_form_data_from_dialogs). When you need to collect data from
|
2366
2359
|
# users that matches options you set, use a selection input. To collect abstract
|
2367
|
-
# data from users, use the text input widget instead.
|
2368
|
-
# (https://developers.google.com/chat/how-tos/dialogs). Support for [card
|
2369
|
-
# messages](https://developers.google.com/chat/api/guides/message-formats/cards)
|
2370
|
-
# coming soon.
|
2360
|
+
# data from users, use the text input widget instead.
|
2371
2361
|
# Corresponds to the JSON property `selectionInput`
|
2372
2362
|
# @return [Google::Apis::ChatV1::GoogleAppsCardV1SelectionInput]
|
2373
2363
|
attr_accessor :selection_input
|
@@ -2378,9 +2368,7 @@ module Google
|
|
2378
2368
|
# form data](https://developers.google.com/chat/how-tos/dialogs#
|
2379
2369
|
# receive_form_data_from_dialogs). When you need to collect abstract data from
|
2380
2370
|
# users, use a text input. To collect defined data from users, use the selection
|
2381
|
-
# input widget instead.
|
2382
|
-
# com/chat/how-tos/dialogs). Support for [card messages](https://developers.
|
2383
|
-
# google.com/chat/api/guides/message-formats/cards) coming soon.
|
2371
|
+
# input widget instead.
|
2384
2372
|
# Corresponds to the JSON property `textInput`
|
2385
2373
|
# @return [Google::Apis::ChatV1::GoogleAppsCardV1TextInput]
|
2386
2374
|
attr_accessor :text_input
|
@@ -2738,7 +2726,8 @@ module Google
|
|
2738
2726
|
# @return [Array<Google::Apis::ChatV1::Annotation>]
|
2739
2727
|
attr_accessor :annotations
|
2740
2728
|
|
2741
|
-
# Plain-text body of the message with all Chat app mentions
|
2729
|
+
# Output only. Plain-text body of the message with all Chat app mentions
|
2730
|
+
# stripped out.
|
2742
2731
|
# Corresponds to the JSON property `argumentText`
|
2743
2732
|
# @return [String]
|
2744
2733
|
attr_accessor :argument_text
|
@@ -2751,7 +2740,7 @@ module Google
|
|
2751
2740
|
# Deprecated: Use `cards_v2` instead. Rich, formatted and interactive cards that
|
2752
2741
|
# can be used to display UI elements such as: formatted texts, buttons,
|
2753
2742
|
# clickable images. Cards are normally displayed below the plain-text body of
|
2754
|
-
# the message.
|
2743
|
+
# the message. `cards` and `cards_v2` can have a maximum size of 32 KB.
|
2755
2744
|
# Corresponds to the JSON property `cards`
|
2756
2745
|
# @return [Array<Google::Apis::ChatV1::Card>]
|
2757
2746
|
attr_accessor :cards
|
@@ -2760,10 +2749,11 @@ module Google
|
|
2760
2749
|
# widgets, such as: - Formatted text - Buttons - Clickable images - Checkboxes -
|
2761
2750
|
# Radio buttons - Input widgets. Cards are usually displayed below the text body
|
2762
2751
|
# of a Chat message, but can situationally appear other places, such as [dialogs]
|
2763
|
-
# (https://developers.google.com/chat/how-tos/dialogs).
|
2764
|
-
#
|
2765
|
-
#
|
2766
|
-
# DecoratedText` - `Image` - `ButtonList` -
|
2752
|
+
# (https://developers.google.com/chat/how-tos/dialogs). Each card can have a
|
2753
|
+
# maximum size of 32 KB. The `cardId` is a unique identifier among cards in the
|
2754
|
+
# same message and for identifying user input values. Currently supported
|
2755
|
+
# widgets include: - `TextParagraph` - `DecoratedText` - `Image` - `ButtonList` -
|
2756
|
+
# `Divider` - `TextInput` - `SelectionInput` - `Grid`
|
2767
2757
|
# Corresponds to the JSON property `cardsV2`
|
2768
2758
|
# @return [Array<Google::Apis::ChatV1::CardWithId>]
|
2769
2759
|
attr_accessor :cards_v2
|
@@ -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.56.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 = "20230302"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -141,7 +141,7 @@ module Google
|
|
141
141
|
# Optional. The maximum number of spaces to return. The service may return fewer
|
142
142
|
# than this value. If unspecified, at most 100 spaces are returned. The maximum
|
143
143
|
# value is 1000; values above 1000 are coerced to 1000. Negative values return
|
144
|
-
# an INVALID_ARGUMENT error.
|
144
|
+
# an `INVALID_ARGUMENT` error.
|
145
145
|
# @param [String] page_token
|
146
146
|
# Optional. A page token, received from a previous list spaces call. Provide
|
147
147
|
# this to retrieve the subsequent page. When paginating, the filter value should
|
@@ -232,10 +232,10 @@ module Google
|
|
232
232
|
# value is 1000; values above 1000 are coerced to 1000. Negative values return
|
233
233
|
# an INVALID_ARGUMENT error.
|
234
234
|
# @param [String] page_token
|
235
|
-
# A page token, received from a previous list memberships
|
236
|
-
# retrieve the subsequent page. When paginating, all other parameters
|
237
|
-
# should match the call that provided the page token. Passing different
|
238
|
-
# to the other parameters may lead to unexpected results.
|
235
|
+
# A page token, received from a previous call to list memberships. Provide this
|
236
|
+
# to retrieve the subsequent page. When paginating, all other parameters
|
237
|
+
# provided should match the call that provided the page token. Passing different
|
238
|
+
# values to the other parameters may lead to unexpected results.
|
239
239
|
# @param [String] fields
|
240
240
|
# Selector specifying which fields to include in a partial response.
|
241
241
|
# @param [String] quota_user
|
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.56.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-03-12 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.56.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: []
|