google-apis-chat_v1 0.54.0 → 0.55.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 750cd6fe8814da3e221420eb575777442ead854ae65e32ed617e87870b3d04a6
4
- data.tar.gz: fd9c14a165ba7a633cd5d691b48ee890306a3f5dbe433738a794fffcef04f374
3
+ metadata.gz: ba009980e7d0bfe553363853bf6bb67228767791cb5c0efce7710c4d18c59235
4
+ data.tar.gz: f14148e76bf801a28dff39c20bbf47d2e069c1dd2764a593f50f96923beef0ca
5
5
  SHA512:
6
- metadata.gz: 912ea2e46d55f8ccda8e98714939cb2e3c8a98367c4279506ac623d91d10dce736b1fa98511d9eef7fa1095049b52a718e326e034a1181224edb8ac6464313df
7
- data.tar.gz: 2f2f9a07d0b527cfa124b7847f7c1fcdaef6a511e0d413b1a6d7fc037d9cc30e58ab9ec86874b5f4ee33364145796e54473930e64bd52bdf0e17abf5060d89a0
6
+ metadata.gz: 4738c579fc752a6b3213683d88c2f66ba0daef4cf054f53524452dc7b8aa42969d15ea53d688c8373e40cfb7fc78e7fbbcc35888bf8db437f52312868244f1b8
7
+ data.tar.gz: df0732b094cd532b6a8f56a76a9c0af5243d7c4914741ca164f031ad1523b7a5de754c269967dd7d50657090f14d6dd92fdeea83597993ba63c3f93234c8e41b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.55.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230221
6
+
3
7
  ### v0.54.0 (2023-02-19)
4
8
 
5
9
  * 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. When
952
- # using [LoadIndicator.NONE](https://developers.google.com/workspace/add-ons/
953
- # reference/rpc/google.apps.card.v1#loadindicator) for actions, `persist_values`
954
- # = `true`is recommended, as it ensures that any changes made by the user after
955
- # form or on change actions are sent to the server are not overwritten by the
956
- # response. If `false`, the form values are cleared when the action is triggered.
957
- # When `persist_values` is set to `false`, it is strongly recommended that the
958
- # card use [LoadIndicator.SPINNER](https://developers.google.com/workspace/add-
959
- # ons/reference/rpc/google.apps.card.v1#loadindicator) for all actions, as this
960
- # locks the UI to ensure no changes are made by the user while the action is
961
- # being processed. Not supported by Chat apps.
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 [standard](https://
1160
- # developers.google.com/chat/api/guides/message-formats/cards) and [custom](
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 [standard](https://
1504
- # developers.google.com/chat/api/guides/message-formats/cards) and [custom](
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 [standard](https://
1512
- # developers.google.com/chat/api/guides/message-formats/cards) and [custom](
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 [standard](https://
1526
- # developers.google.com/chat/api/guides/message-formats/cards) and [custom](
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. Currently supported in [dialogs](
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. Currently supported in [dialogs](https://developers.
1598
- # google.com/chat/how-tos/dialogs). Support for [card messages](https://
1599
- # developers.google.com/chat/api/guides/message-formats/cards) is coming soon.
1600
- # For example, the following JSON creates a 2 column grid with a single item: ```
1601
- # "grid": ` "title": "A fine collection of items", "columnCount": 2, "
1602
- # borderStyle": ` "type": "STROKE", "cornerRadius": 4 `, "items": [ ` "image": `
1603
- # "imageUri": "https://www.example.com/image.png", "cropStyle": ` "type": "
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 [standard](https://
1697
- # developers.google.com/chat/api/guides/message-formats/cards) and [custom](
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 standard icon.
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 standard icons provided by Google Workspace. For example,
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 [standard icons](https://developers.google.
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. Only supported in [dialogs]
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. Currently supported in [dialogs](
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. Only supported in [dialogs](https://developers.google.
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. Currently supported in [dialogs](https://developers.
2343
- # google.com/chat/how-tos/dialogs). Support for [card messages](https://
2344
- # developers.google.com/chat/api/guides/message-formats/cards) is coming soon.
2345
- # For example, the following JSON creates a 2 column grid with a single item: ```
2346
- # "grid": ` "title": "A fine collection of items", "columnCount": 2, "
2347
- # borderStyle": ` "type": "STROKE", "cornerRadius": 4 `, "items": [ ` "image": `
2348
- # "imageUri": "https://www.example.com/image.png", "cropStyle": ` "type": "
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. Only supported in [dialogs]
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. Only supported in [dialogs](https://developers.google.
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 stripped out.
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,12 @@ 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). The `cardId` is a unique
2764
- # identifier among cards in the same message and for identifying user input
2765
- # values. Currently supported widgets include: - `TextParagraph` - `
2766
- # DecoratedText` - `Image` - `ButtonList` - `Divider`
2752
+ # (https://developers.google.com/chat/how-tos/dialogs). `cards_v2` and `cards`
2753
+ # can have a maximum size of 32 KB. The `cardId` is a unique identifier among
2754
+ # cards in the same message and for identifying user input values. Currently
2755
+ # supported widgets include: - `TextParagraph` - `DecoratedText` - `Image` - `
2756
+ # ButtonList` - `Divider` - `TextInput` - `SelectionInput` (CHECKBOX,
2757
+ # RADIO_BUTTON, SWITCH, DROPDOWN) - `Grid`
2767
2758
  # Corresponds to the JSON property `cardsV2`
2768
2759
  # @return [Array<Google::Apis::ChatV1::CardWithId>]
2769
2760
  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.54.0"
19
+ GEM_VERSION = "0.55.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 = "20230216"
25
+ REVISION = "20230221"
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.54.0
4
+ version: 0.55.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-02-19 00:00:00.000000000 Z
11
+ date: 2023-02-26 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.54.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.55.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: []