Skip to content

Commit bd3caf1

Browse files
feat: Automated regeneration of chat v1 client (googleapis#23184)
Auto-created at 2025-05-21 20:17:26 +0000 using the toys pull request generator.
1 parent 16481b3 commit bd3caf1

File tree

4 files changed

+6
-15
lines changed

4 files changed

+6
-15
lines changed

generated/google-apis-chat_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-chat_v1
22

3+
### v0.122.0 (2025-05-21)
4+
5+
* Regenerated from discovery document revision 20250516
6+
37
### v0.121.0 (2025-05-18)
48

59
* Regenerated from discovery document revision 20250508

generated/google-apis-chat_v1/lib/google/apis/chat_v1/classes.rb

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3212,16 +3212,6 @@ class GoogleAppsCardV1SelectionItem
32123212
# @return [String]
32133213
attr_accessor :bottom_text
32143214

3215-
# A [Google Material Icon](https://fonts.google.com/icons), which includes over
3216-
# 2500+ options. For example, to display a [checkbox icon](https://fonts.google.
3217-
# com/icons?selected=Material%20Symbols%20Outlined%3Acheck_box%3AFILL%400%3Bwght%
3218-
# 40400%3BGRAD%400%3Bopsz%4048) with customized weight and grade, write the
3219-
# following: ``` ` "name": "check_box", "fill": true, "weight": 300, "grade": -
3220-
# 25 ` ``` [Google Chat apps](https://developers.google.com/workspace/chat):
3221-
# Corresponds to the JSON property `materialIcon`
3222-
# @return [Google::Apis::ChatV1::GoogleAppsCardV1MaterialIcon]
3223-
attr_accessor :material_icon
3224-
32253215
# Whether the item is selected by default. If the selection input only accepts
32263216
# one value (such as for radio buttons or a dropdown menu), only set this field
32273217
# for one item.
@@ -3254,7 +3244,6 @@ def initialize(**args)
32543244
# Update properties of this object
32553245
def update!(**args)
32563246
@bottom_text = args[:bottom_text] if args.key?(:bottom_text)
3257-
@material_icon = args[:material_icon] if args.key?(:material_icon)
32583247
@selected = args[:selected] if args.key?(:selected)
32593248
@start_icon_uri = args[:start_icon_uri] if args.key?(:start_icon_uri)
32603249
@text = args[:text] if args.key?(:text)

generated/google-apis-chat_v1/lib/google/apis/chat_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ChatV1
1818
# Version of the google-apis-chat_v1 gem
19-
GEM_VERSION = "0.121.0"
19+
GEM_VERSION = "0.122.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.17.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250508"
25+
REVISION = "20250516"
2626
end
2727
end
2828
end

generated/google-apis-chat_v1/lib/google/apis/chat_v1/representations.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1669,8 +1669,6 @@ class GoogleAppsCardV1SelectionItem
16691669
# @private
16701670
class Representation < Google::Apis::Core::JsonRepresentation
16711671
property :bottom_text, as: 'bottomText'
1672-
property :material_icon, as: 'materialIcon', class: Google::Apis::ChatV1::GoogleAppsCardV1MaterialIcon, decorator: Google::Apis::ChatV1::GoogleAppsCardV1MaterialIcon::Representation
1673-
16741672
property :selected, as: 'selected'
16751673
property :start_icon_uri, as: 'startIconUri'
16761674
property :text, as: 'text'

0 commit comments

Comments
 (0)