google-apis-chat_v1 0.83.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: 0eaa5465d19903e89a50b0f4accf8b386f68da9af0708c305d4f2320da16dab1
4
- data.tar.gz: cb99af2656393c29d8a3231a7eb1bfee02e78e593423efc036575c045e163517
3
+ metadata.gz: b1b6e5ba26dcca1f7ccbd73c16e7bf7a0eb8da5bbd24a5546038d31aa4d22a0d
4
+ data.tar.gz: 391a0d87b6454cbd942cde2a15e4161dba30c0822bae873daba208829d8ccac9
5
5
  SHA512:
6
- metadata.gz: 754122680599104d5945801551c753b6796fc4de5a77f2914a9ffa376297dda02124f77ae4512512a1fcafa1dc7e85630fa7d3954c675ecfcf3b3a949780c748
7
- data.tar.gz: 6ee9f6e59a4cc30a956d84967b2b1737e4ae9f1cef6373ae7d57928b92a7fcf81ad8da63c24ada08b475c6b35ee01f353d8bc12f0044accfd070cce3b6eead7d
6
+ metadata.gz: 70cdd4fb0a39d045687127f84a2600d69b060d5f5d1abc07466d7256bee747717d20d7b41ab85a68138eacbaf3ec77cc1a7b08876fc6aa9316df4c937fcfe1f8
7
+ data.tar.gz: 3b34a5c4f096cfd1238a64faa6ee094f547ebdb0aeba70a4bc9087f5f65af89d04d553462617260f66102ab9f0c2ef7d6c683f0987430ee3262bda71dd753a38
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
7
+ ### v0.84.0 (2024-02-23)
8
+
9
+ * Regenerated from discovery document revision 20240220
10
+ * Regenerated using generator version 0.14.0
11
+
3
12
  ### v0.83.0 (2024-02-04)
4
13
 
5
14
  * Regenerated from discovery document revision 20240130
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://developers.google.com/hangouts/chat) may pro
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -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
@@ -622,14 +622,10 @@ module Google
622
622
  class CommonEventObject
623
623
  include Google::Apis::Core::Hashable
624
624
 
625
- # A map containing the current values of the widgets in a card. The map keys are
626
- # the string IDs assigned to each widget, and the values represent inputs to the
627
- # widget. Depending on the input data type, a different object represents each
628
- # input: For single-value widgets, `StringInput`. For multi-value widgets, an
629
- # array of `StringInput` objects. For a date-time picker, a `DateTimeInput`. For
630
- # a date-only picker, a `DateInput`. For a time-only picker, a `TimeInput`.
631
- # Corresponds with the data entered by a user on a card in a [dialog](https://
632
- # developers.google.com/chat/how-tos/dialogs).
625
+ # A map containing the values that a user inputs in a widget from a card or
626
+ # dialog. The map keys are the string IDs assigned to each widget, and the
627
+ # values represent inputs to the widget. For details, see [Process information
628
+ # inputted by users](https://developers.google.com/chat/ui/read-form-data).
633
629
  # Corresponds to the JSON property `formInputs`
634
630
  # @return [Hash<String,Google::Apis::ChatV1::Inputs>]
635
631
  attr_accessor :form_inputs
@@ -1133,7 +1129,7 @@ module Google
1133
1129
  # app can open a [dialog](https://developers.google.com/chat/how-tos/dialogs).
1134
1130
  # When specified, a loading indicator isn't shown. If specified for an add-on,
1135
1131
  # the entire card is stripped and nothing is shown in the client. [Google Chat
1136
- # apps](https://developers.google.com/chat):
1132
+ # apps](https://developers.google.com/workspace/chat):
1137
1133
  # Corresponds to the JSON property `interaction`
1138
1134
  # @return [String]
1139
1135
  attr_accessor :interaction
@@ -1648,7 +1644,9 @@ module Google
1648
1644
  end
1649
1645
  end
1650
1646
 
1651
- # 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.
1652
1650
  class GoogleAppsCardV1Column
1653
1651
  include Google::Apis::Core::Hashable
1654
1652
 
@@ -1657,14 +1655,12 @@ module Google
1657
1655
  # @return [String]
1658
1656
  attr_accessor :horizontal_alignment
1659
1657
 
1660
- # Specifies how a column fills the width of the card. [Google Chat apps](https://
1661
- # developers.google.com/chat):
1658
+ # Specifies how a column fills the width of the card.
1662
1659
  # Corresponds to the JSON property `horizontalSizeStyle`
1663
1660
  # @return [String]
1664
1661
  attr_accessor :horizontal_size_style
1665
1662
 
1666
- # Specifies whether widgets align to the top, bottom, or center of a column. [
1667
- # Google Chat apps](https://developers.google.com/chat):
1663
+ # Specifies whether widgets align to the top, bottom, or center of a column.
1668
1664
  # Corresponds to the JSON property `verticalAlignment`
1669
1665
  # @return [String]
1670
1666
  attr_accessor :vertical_alignment
@@ -1688,8 +1684,8 @@ module Google
1688
1684
  end
1689
1685
  end
1690
1686
 
1691
- # The `Columns` widget displays up to 2 columns in a card message or dialog. You
1692
- # 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
1693
1689
  # specified. For an example in Google Chat apps, see [Columns](https://
1694
1690
  # developers.google.com/chat/ui/widgets/columns). The height of each column is
1695
1691
  # determined by the taller column. For example, if the first column is taller
@@ -1703,7 +1699,9 @@ module Google
1703
1699
  # column wraps if the screen width is less than or equal to 300 pt. * On Android
1704
1700
  # devices, the second column wraps if the screen width is less than or equal to
1705
1701
  # 320 dp. To include more than 2 columns, or to use rows, use the `Grid` widget.
1706
- # [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.
1707
1705
  class GoogleAppsCardV1Columns
1708
1706
  include Google::Apis::Core::Hashable
1709
1707
 
@@ -2296,7 +2294,7 @@ module Google
2296
2294
 
2297
2295
  # For a `SelectionInput` widget that uses a multiselect menu, a data source from
2298
2296
  # Google Workspace. Used to populate items in a multiselect menu. [Google Chat
2299
- # apps](https://developers.google.com/chat):
2297
+ # apps](https://developers.google.com/workspace/chat):
2300
2298
  class GoogleAppsCardV1PlatformDataSource
2301
2299
  include Google::Apis::Core::Hashable
2302
2300
 
@@ -2308,7 +2306,8 @@ module Google
2308
2306
 
2309
2307
  # For a `SelectionInput` widget that uses a multiselect menu, a data source from
2310
2308
  # a Google Workspace application. The data source populates selection items for
2311
- # 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):
2312
2311
  # Corresponds to the JSON property `hostAppDataSource`
2313
2312
  # @return [Google::Apis::ChatV1::HostAppDataSourceMarkup]
2314
2313
  attr_accessor :host_app_data_source
@@ -2442,7 +2441,7 @@ module Google
2442
2441
 
2443
2442
  # For a `SelectionInput` widget that uses a multiselect menu, a data source from
2444
2443
  # Google Workspace. Used to populate items in a multiselect menu. [Google Chat
2445
- # apps](https://developers.google.com/chat):
2444
+ # apps](https://developers.google.com/workspace/chat):
2446
2445
  # Corresponds to the JSON property `platformDataSource`
2447
2446
  # @return [Google::Apis::ChatV1::GoogleAppsCardV1PlatformDataSource]
2448
2447
  attr_accessor :platform_data_source
@@ -2700,7 +2699,7 @@ module Google
2700
2699
 
2701
2700
  # Text that appears in the text input field when the field is empty. Use this
2702
2701
  # text to prompt users to enter a value. For example, `Enter a number from 0 to
2703
- # 100`. [Google Chat apps](https://developers.google.com/chat):
2702
+ # 100`. [Google Chat apps](https://developers.google.com/workspace/chat):
2704
2703
  # Corresponds to the JSON property `placeholderText`
2705
2704
  # @return [String]
2706
2705
  attr_accessor :placeholder_text
@@ -2775,8 +2774,8 @@ module Google
2775
2774
  # @return [Google::Apis::ChatV1::GoogleAppsCardV1ButtonList]
2776
2775
  attr_accessor :button_list
2777
2776
 
2778
- # The `Columns` widget displays up to 2 columns in a card message or dialog. You
2779
- # 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
2780
2779
  # specified. For an example in Google Chat apps, see [Columns](https://
2781
2780
  # developers.google.com/chat/ui/widgets/columns). The height of each column is
2782
2781
  # determined by the taller column. For example, if the first column is taller
@@ -2790,7 +2789,9 @@ module Google
2790
2789
  # column wraps if the screen width is less than or equal to 300 pt. * On Android
2791
2790
  # devices, the second column wraps if the screen width is less than or equal to
2792
2791
  # 320 dp. To include more than 2 columns, or to use rows, use the `Grid` widget.
2793
- # [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.
2794
2795
  # Corresponds to the JSON property `columns`
2795
2796
  # @return [Google::Apis::ChatV1::GoogleAppsCardV1Columns]
2796
2797
  attr_accessor :columns
@@ -2912,8 +2913,9 @@ module Google
2912
2913
  end
2913
2914
  end
2914
2915
 
2915
- # The supported widgets that you can include in a column. [Google Chat apps](
2916
- # 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.
2917
2919
  class GoogleAppsCardV1Widgets
2918
2920
  include Google::Apis::Core::Hashable
2919
2921
 
@@ -3029,14 +3031,15 @@ module Google
3029
3031
 
3030
3032
  # For a `SelectionInput` widget that uses a multiselect menu, a data source from
3031
3033
  # a Google Workspace application. The data source populates selection items for
3032
- # 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):
3033
3036
  class HostAppDataSourceMarkup
3034
3037
  include Google::Apis::Core::Hashable
3035
3038
 
3036
3039
  # For a `SelectionInput` widget that uses a multiselect menu, a data source from
3037
3040
  # Google Chat. The data source populates selection items for the multiselect
3038
3041
  # menu. For example, a user can select Google Chat spaces that they're a member
3039
- # of. [Google Chat apps](https://developers.google.com/chat):
3042
+ # of. [Google Chat apps](https://developers.google.com/workspace/chat):
3040
3043
  # Corresponds to the JSON property `chatDataSource`
3041
3044
  # @return [Google::Apis::ChatV1::ChatClientDataSourceMarkup]
3042
3045
  attr_accessor :chat_data_source
@@ -3123,9 +3126,9 @@ module Google
3123
3126
  end
3124
3127
  end
3125
3128
 
3126
- # Types of data that users can enter on cards or dialogs. To learn how to
3127
- # process information from users, see [Read form data input by users on cards](
3128
- # https://developers.google.com/chat/ui/read-form-data).
3129
+ # Types of data that users can [input on cards or dialogs](https://developers.
3130
+ # google.com/chat/ui/read-form-data). The input type depends on the type of
3131
+ # values that the widget accepts.
3129
3132
  class Inputs
3130
3133
  include Google::Apis::Core::Hashable
3131
3134
 
@@ -4076,7 +4079,7 @@ module Google
4076
4079
 
4077
4080
  # A data source that populates Google Chat spaces as selection items for a
4078
4081
  # multiselect menu. Only populates spaces that the user is a member of. [Google
4079
- # Chat apps](https://developers.google.com/chat):
4082
+ # Chat apps](https://developers.google.com/workspace/chat):
4080
4083
  class SpaceDataSource
4081
4084
  include Google::Apis::Core::Hashable
4082
4085
 
@@ -4170,7 +4173,7 @@ module Google
4170
4173
  class StringInputs
4171
4174
  include Google::Apis::Core::Hashable
4172
4175
 
4173
- # An array of strings entered by the user.
4176
+ # An list of strings entered by the user.
4174
4177
  # Corresponds to the JSON property `value`
4175
4178
  # @return [Array<String>]
4176
4179
  attr_accessor :value
@@ -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.83.0"
19
+ GEM_VERSION = "0.85.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.1"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240130"
25
+ REVISION = "20240227"
26
26
  end
27
27
  end
28
28
  end
@@ -22,8 +22,8 @@ module Google
22
22
  module ChatV1
23
23
  # Google Chat API
24
24
  #
25
- # Enables apps to fetch information and perform actions in Google Chat.
26
- # Authentication is a prerequisite for using the Google Chat REST API.
25
+ # The Google Chat API lets you build Chat apps to integrate your services with
26
+ # Google Chat and manage Chat resources such as spaces, members, and messages.
27
27
  #
28
28
  # @example
29
29
  # require 'google/apis/chat_v1'
@@ -21,8 +21,8 @@ module Google
21
21
  module Apis
22
22
  # Google Chat API
23
23
  #
24
- # Enables apps to fetch information and perform actions in Google Chat.
25
- # Authentication is a prerequisite for using the Google Chat REST API.
24
+ # The Google Chat API lets you build Chat apps to integrate your services with
25
+ # Google Chat and manage Chat resources such as spaces, members, and messages.
26
26
  #
27
27
  # @see https://developers.google.com/hangouts/chat
28
28
  module ChatV1
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.83.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-04 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.12.0
19
+ version: 0.14.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.12.0
29
+ version: 0.14.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.83.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: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Chat API V1