google-apis-chat_v1 0.123.0 → 0.124.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: 19a3db58a663b9de1172ce66fe76f195d8c3e92cf22863c32da31966adc1d1b2
4
- data.tar.gz: fc2fe6a2d9ef82adf63a5fa4045184daae5aeebefec8b933d6f6ebf20a2fe2ba
3
+ metadata.gz: 249ba7ba80d13d2075f3f38d462a996884a6c67f9c5c0a8d69a64d6439135425
4
+ data.tar.gz: 72d86337513a24348700c4bb36dfda0d3a5c880e1b9a7dfbdfa1d88343495dc0
5
5
  SHA512:
6
- metadata.gz: 5d453c9674fc07458b6d896b471b42e728c33cab5325d63ab4ee2cad9ed96576066c49f5bc708f3e65f71d8a97d0a4c12c35a61d267fbb06bffa133006da4899
7
- data.tar.gz: 18cb957bcc19000c2a34be9d64606d536fabd128ac4ef65bd8d1a0b563f02e7a55336dbc9c89397e673d445a1ebc63b6bd68538ac207fd438b074c1cd58f0c28
6
+ metadata.gz: a09adab9eae160849e998f99de027b61ac548b49d5ba32a74f0945e5e10a5f381cc31996b738974e9011dd4ead83475482f6acc40b0557463b30e5b4c65214a5
7
+ data.tar.gz: 8d1901dd257e9ca6da0c7bf94716c18c2c6109d89e79634f299373ddcfd2b06a1cef8041fa5fa827f76ad316f6a5cbfda882de680862f5309828f393e02ac041
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.124.0 (2025-07-13)
4
+
5
+ * Regenerated from discovery document revision 20250706
6
+
3
7
  ### v0.123.0 (2025-06-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20250529
@@ -1037,7 +1037,12 @@ module Google
1037
1037
  # addition to receiving events from user interactions, Chat apps can receive
1038
1038
  # events about changes to spaces, such as when a new member is added to a space.
1039
1039
  # To learn about space events, see [Work with events from Google Chat](https://
1040
- # developers.google.com/workspace/chat/events-overview).
1040
+ # developers.google.com/workspace/chat/events-overview). Note: This event is
1041
+ # only used for [Chat interaction events](https://developers.google.com/
1042
+ # workspace/chat/receive-respond-interactions). If your Chat app is built as a [
1043
+ # Google Workspace add-on](https://developers.google.com/workspace/add-ons/chat/
1044
+ # build), see [Chat event objects](https://developers.google.com/workspace/add-
1045
+ # ons/concepts/event-objects#chat-event-object) in the add-ons documentation.
1041
1046
  class DeprecatedEvent
1042
1047
  include Google::Apis::Core::Hashable
1043
1048
 
@@ -3121,6 +3126,14 @@ module Google
3121
3126
  # @return [Google::Apis::ChatV1::GoogleAppsCardV1Action]
3122
3127
  attr_accessor :external_data_source
3123
3128
 
3129
+ # Optional. Text that appears below the selection input field meant to assist
3130
+ # users by prompting them to enter a certain value. This text is always visible.
3131
+ # Only supported by Google Workspace Workflows, but not Google Chat API or
3132
+ # Google Workspace Add-ons.
3133
+ # Corresponds to the JSON property `hintText`
3134
+ # @return [String]
3135
+ attr_accessor :hint_text
3136
+
3124
3137
  # An array of selectable items. For example, an array of radio buttons or
3125
3138
  # checkboxes. Supports up to 100 items.
3126
3139
  # Corresponds to the JSON property `items`
@@ -3189,6 +3202,7 @@ module Google
3189
3202
  # Update properties of this object
3190
3203
  def update!(**args)
3191
3204
  @external_data_source = args[:external_data_source] if args.key?(:external_data_source)
3205
+ @hint_text = args[:hint_text] if args.key?(:hint_text)
3192
3206
  @items = args[:items] if args.key?(:items)
3193
3207
  @label = args[:label] if args.key?(:label)
3194
3208
  @multi_select_max_selected_items = args[:multi_select_max_selected_items] if args.key?(:multi_select_max_selected_items)
@@ -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.123.0"
19
+ GEM_VERSION = "0.124.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250529"
25
+ REVISION = "20250706"
26
26
  end
27
27
  end
28
28
  end
@@ -1651,6 +1651,7 @@ module Google
1651
1651
  class Representation < Google::Apis::Core::JsonRepresentation
1652
1652
  property :external_data_source, as: 'externalDataSource', class: Google::Apis::ChatV1::GoogleAppsCardV1Action, decorator: Google::Apis::ChatV1::GoogleAppsCardV1Action::Representation
1653
1653
 
1654
+ property :hint_text, as: 'hintText'
1654
1655
  collection :items, as: 'items', class: Google::Apis::ChatV1::GoogleAppsCardV1SelectionItem, decorator: Google::Apis::ChatV1::GoogleAppsCardV1SelectionItem::Representation
1655
1656
 
1656
1657
  property :label, as: 'label'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-chat_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.123.0
4
+ version: 0.124.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chat_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.123.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.124.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chat_v1
62
62
  rdoc_options: []
63
63
  require_paths: