google-apis-chat_v1 0.84.0 → 0.85.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1093c399e9239265128b501be9bfd5c1675f5e68479bc68e6f4ef2e2f5aa202f
4
- data.tar.gz: 0a1514caee3c788009b85f430ebfcc4f223c10dc382da66b8468c3ea3b7c284a
3
+ metadata.gz: b1b6e5ba26dcca1f7ccbd73c16e7bf7a0eb8da5bbd24a5546038d31aa4d22a0d
4
+ data.tar.gz: 391a0d87b6454cbd942cde2a15e4161dba30c0822bae873daba208829d8ccac9
5
5
  SHA512:
6
- metadata.gz: f3d3dd9901d5b9839e9827be4094ddb627e8d2b916e6454eb7bb07efeac0cd9009d5bf60853f40e1ba28a2cead382ca051b4274915a45748aa6af4ffd5bec06f
7
- data.tar.gz: 4cda404677e38c8878653c1260df2a00c4b3d76d22cbfc94bd4e9c13142e140a524322f1c7077e578339ffa6afdcd33913f1eb32cc6509802d557abf2c588dfc
6
+ metadata.gz: 70cdd4fb0a39d045687127f84a2600d69b060d5f5d1abc07466d7256bee747717d20d7b41ab85a68138eacbaf3ec77cc1a7b08876fc6aa9316df4c937fcfe1f8
7
+ data.tar.gz: 3b34a5c4f096cfd1238a64faa6ee094f547ebdb0aeba70a4bc9087f5f65af89d04d553462617260f66102ab9f0c2ef7d6c683f0987430ee3262bda71dd753a38
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.85.0 (2024-03-03)
4
+
5
+ * Regenerated from discovery document revision 20240227
6
+
3
7
  ### v0.84.0 (2024-02-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20240220
@@ -506,13 +506,13 @@ module Google
506
506
  # For a `SelectionInput` widget that uses a multiselect menu, a data source from
507
507
  # Google Chat. The data source populates selection items for the multiselect
508
508
  # menu. For example, a user can select Google Chat spaces that they're a member
509
- # of. [Google Chat apps](https://developers.google.com/chat):
509
+ # of. [Google Chat apps](https://developers.google.com/workspace/chat):
510
510
  class ChatClientDataSourceMarkup
511
511
  include Google::Apis::Core::Hashable
512
512
 
513
513
  # A data source that populates Google Chat spaces as selection items for a
514
514
  # multiselect menu. Only populates spaces that the user is a member of. [Google
515
- # Chat apps](https://developers.google.com/chat):
515
+ # Chat apps](https://developers.google.com/workspace/chat):
516
516
  # Corresponds to the JSON property `spaceDataSource`
517
517
  # @return [Google::Apis::ChatV1::SpaceDataSource]
518
518
  attr_accessor :space_data_source
@@ -1129,7 +1129,7 @@ module Google
1129
1129
  # app can open a [dialog](https://developers.google.com/chat/how-tos/dialogs).
1130
1130
  # When specified, a loading indicator isn't shown. If specified for an add-on,
1131
1131
  # the entire card is stripped and nothing is shown in the client. [Google Chat
1132
- # apps](https://developers.google.com/chat):
1132
+ # apps](https://developers.google.com/workspace/chat):
1133
1133
  # Corresponds to the JSON property `interaction`
1134
1134
  # @return [String]
1135
1135
  attr_accessor :interaction
@@ -1644,7 +1644,9 @@ module Google
1644
1644
  end
1645
1645
  end
1646
1646
 
1647
- # A column. [Google Chat apps](https://developers.google.com/chat):
1647
+ # A column. [Google Workspace Add-ons and Chat apps](https://developers.google.
1648
+ # com/workspace/extend): Columns for Google Workspace Add-ons are in Developer
1649
+ # Preview.
1648
1650
  class GoogleAppsCardV1Column
1649
1651
  include Google::Apis::Core::Hashable
1650
1652
 
@@ -1653,14 +1655,12 @@ module Google
1653
1655
  # @return [String]
1654
1656
  attr_accessor :horizontal_alignment
1655
1657
 
1656
- # Specifies how a column fills the width of the card. [Google Chat apps](https://
1657
- # developers.google.com/chat):
1658
+ # Specifies how a column fills the width of the card.
1658
1659
  # Corresponds to the JSON property `horizontalSizeStyle`
1659
1660
  # @return [String]
1660
1661
  attr_accessor :horizontal_size_style
1661
1662
 
1662
- # Specifies whether widgets align to the top, bottom, or center of a column. [
1663
- # Google Chat apps](https://developers.google.com/chat):
1663
+ # Specifies whether widgets align to the top, bottom, or center of a column.
1664
1664
  # Corresponds to the JSON property `verticalAlignment`
1665
1665
  # @return [String]
1666
1666
  attr_accessor :vertical_alignment
@@ -1684,8 +1684,8 @@ module Google
1684
1684
  end
1685
1685
  end
1686
1686
 
1687
- # The `Columns` widget displays up to 2 columns in a card message or dialog. You
1688
- # can add widgets to each column; the widgets appear in the order that they are
1687
+ # The `Columns` widget displays up to 2 columns in a card or dialog. You can add
1688
+ # widgets to each column; the widgets appear in the order that they are
1689
1689
  # specified. For an example in Google Chat apps, see [Columns](https://
1690
1690
  # developers.google.com/chat/ui/widgets/columns). The height of each column is
1691
1691
  # determined by the taller column. For example, if the first column is taller
@@ -1699,7 +1699,9 @@ module Google
1699
1699
  # column wraps if the screen width is less than or equal to 300 pt. * On Android
1700
1700
  # devices, the second column wraps if the screen width is less than or equal to
1701
1701
  # 320 dp. To include more than 2 columns, or to use rows, use the `Grid` widget.
1702
- # [Google Chat apps](https://developers.google.com/chat):
1702
+ # [Google Workspace Add-ons and Chat apps](https://developers.google.com/
1703
+ # workspace/extend): Columns for Google Workspace Add-ons are in Developer
1704
+ # Preview.
1703
1705
  class GoogleAppsCardV1Columns
1704
1706
  include Google::Apis::Core::Hashable
1705
1707
 
@@ -2292,7 +2294,7 @@ module Google
2292
2294
 
2293
2295
  # For a `SelectionInput` widget that uses a multiselect menu, a data source from
2294
2296
  # Google Workspace. Used to populate items in a multiselect menu. [Google Chat
2295
- # apps](https://developers.google.com/chat):
2297
+ # apps](https://developers.google.com/workspace/chat):
2296
2298
  class GoogleAppsCardV1PlatformDataSource
2297
2299
  include Google::Apis::Core::Hashable
2298
2300
 
@@ -2304,7 +2306,8 @@ module Google
2304
2306
 
2305
2307
  # For a `SelectionInput` widget that uses a multiselect menu, a data source from
2306
2308
  # a Google Workspace application. The data source populates selection items for
2307
- # the multiselect menu. [Google Chat apps](https://developers.google.com/chat):
2309
+ # the multiselect menu. [Google Chat apps](https://developers.google.com/
2310
+ # workspace/chat):
2308
2311
  # Corresponds to the JSON property `hostAppDataSource`
2309
2312
  # @return [Google::Apis::ChatV1::HostAppDataSourceMarkup]
2310
2313
  attr_accessor :host_app_data_source
@@ -2438,7 +2441,7 @@ module Google
2438
2441
 
2439
2442
  # For a `SelectionInput` widget that uses a multiselect menu, a data source from
2440
2443
  # Google Workspace. Used to populate items in a multiselect menu. [Google Chat
2441
- # apps](https://developers.google.com/chat):
2444
+ # apps](https://developers.google.com/workspace/chat):
2442
2445
  # Corresponds to the JSON property `platformDataSource`
2443
2446
  # @return [Google::Apis::ChatV1::GoogleAppsCardV1PlatformDataSource]
2444
2447
  attr_accessor :platform_data_source
@@ -2696,7 +2699,7 @@ module Google
2696
2699
 
2697
2700
  # Text that appears in the text input field when the field is empty. Use this
2698
2701
  # text to prompt users to enter a value. For example, `Enter a number from 0 to
2699
- # 100`. [Google Chat apps](https://developers.google.com/chat):
2702
+ # 100`. [Google Chat apps](https://developers.google.com/workspace/chat):
2700
2703
  # Corresponds to the JSON property `placeholderText`
2701
2704
  # @return [String]
2702
2705
  attr_accessor :placeholder_text
@@ -2771,8 +2774,8 @@ module Google
2771
2774
  # @return [Google::Apis::ChatV1::GoogleAppsCardV1ButtonList]
2772
2775
  attr_accessor :button_list
2773
2776
 
2774
- # The `Columns` widget displays up to 2 columns in a card message or dialog. You
2775
- # can add widgets to each column; the widgets appear in the order that they are
2777
+ # The `Columns` widget displays up to 2 columns in a card or dialog. You can add
2778
+ # widgets to each column; the widgets appear in the order that they are
2776
2779
  # specified. For an example in Google Chat apps, see [Columns](https://
2777
2780
  # developers.google.com/chat/ui/widgets/columns). The height of each column is
2778
2781
  # determined by the taller column. For example, if the first column is taller
@@ -2786,7 +2789,9 @@ module Google
2786
2789
  # column wraps if the screen width is less than or equal to 300 pt. * On Android
2787
2790
  # devices, the second column wraps if the screen width is less than or equal to
2788
2791
  # 320 dp. To include more than 2 columns, or to use rows, use the `Grid` widget.
2789
- # [Google Chat apps](https://developers.google.com/chat):
2792
+ # [Google Workspace Add-ons and Chat apps](https://developers.google.com/
2793
+ # workspace/extend): Columns for Google Workspace Add-ons are in Developer
2794
+ # Preview.
2790
2795
  # Corresponds to the JSON property `columns`
2791
2796
  # @return [Google::Apis::ChatV1::GoogleAppsCardV1Columns]
2792
2797
  attr_accessor :columns
@@ -2908,8 +2913,9 @@ module Google
2908
2913
  end
2909
2914
  end
2910
2915
 
2911
- # The supported widgets that you can include in a column. [Google Chat apps](
2912
- # https://developers.google.com/chat):
2916
+ # The supported widgets that you can include in a column. [Google Workspace Add-
2917
+ # ons and Chat apps](https://developers.google.com/workspace/extend): Columns
2918
+ # for Google Workspace Add-ons are in Developer Preview.
2913
2919
  class GoogleAppsCardV1Widgets
2914
2920
  include Google::Apis::Core::Hashable
2915
2921
 
@@ -3025,14 +3031,15 @@ module Google
3025
3031
 
3026
3032
  # For a `SelectionInput` widget that uses a multiselect menu, a data source from
3027
3033
  # a Google Workspace application. The data source populates selection items for
3028
- # the multiselect menu. [Google Chat apps](https://developers.google.com/chat):
3034
+ # the multiselect menu. [Google Chat apps](https://developers.google.com/
3035
+ # workspace/chat):
3029
3036
  class HostAppDataSourceMarkup
3030
3037
  include Google::Apis::Core::Hashable
3031
3038
 
3032
3039
  # For a `SelectionInput` widget that uses a multiselect menu, a data source from
3033
3040
  # Google Chat. The data source populates selection items for the multiselect
3034
3041
  # menu. For example, a user can select Google Chat spaces that they're a member
3035
- # of. [Google Chat apps](https://developers.google.com/chat):
3042
+ # of. [Google Chat apps](https://developers.google.com/workspace/chat):
3036
3043
  # Corresponds to the JSON property `chatDataSource`
3037
3044
  # @return [Google::Apis::ChatV1::ChatClientDataSourceMarkup]
3038
3045
  attr_accessor :chat_data_source
@@ -4072,7 +4079,7 @@ module Google
4072
4079
 
4073
4080
  # A data source that populates Google Chat spaces as selection items for a
4074
4081
  # multiselect menu. Only populates spaces that the user is a member of. [Google
4075
- # Chat apps](https://developers.google.com/chat):
4082
+ # Chat apps](https://developers.google.com/workspace/chat):
4076
4083
  class SpaceDataSource
4077
4084
  include Google::Apis::Core::Hashable
4078
4085
 
@@ -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.84.0"
19
+ GEM_VERSION = "0.85.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240220"
25
+ REVISION = "20240227"
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.84.0
4
+ version: 0.85.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: 2024-02-25 00:00:00.000000000 Z
11
+ date: 2024-03-03 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.84.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.85.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: []