Skip to content

Commit 8909c8b

Browse files
feat: Automated regeneration of chat v1 client (#25958)
Auto-created at 2026-03-15 10:47:33 +0000 using the toys pull request generator.
1 parent 81697ad commit 8909c8b

3 files changed

Lines changed: 26 additions & 12 deletions

File tree

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.144.0 (2026-03-15)
4+
5+
* Regenerated from discovery document revision 20260305
6+
37
### v0.143.0 (2026-02-15)
48

59
* Regenerated from discovery document revision 20260205

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

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -545,10 +545,16 @@ def update!(**args)
545545
end
546546

547547
# A [card](https://developers.google.com/workspace/chat/api/reference/rest/v1/
548-
# cards) in a Google Chat message. Only Chat apps can create cards. If your Chat
549-
# app [authenticates as a user](https://developers.google.com/workspace/chat/
550-
# authenticate-authorize-chat-user), the message can't contain cards. [Card
551-
# builder](https://addons.gsuite.google.com/uikit/builder)
548+
# cards) in a Google Chat message. Chat apps can create cards with [app
549+
# authentication](https://developers.google.com/workspace/chat/authenticate-
550+
# authorize-chat-app). As part of the [Developer Preview Program](https://
551+
# developers.google.com/workspace/preview), if your Chat app [authenticates as a
552+
# user](https://developers.google.com/workspace/chat/authenticate-authorize-chat-
553+
# user), it can create card messages. If your Chat app is not part of Developer
554+
# Preview Program, it can't create cards with user authentication. To learn how
555+
# to create a message that contains cards, see [Send a message](https://
556+
# developers.google.com/workspace/chat/create-messages). [Card builder](https://
557+
# addons.gsuite.google.com/uikit/builder)
552558
class CardWithId
553559
include Google::Apis::Core::Hashable
554560

@@ -5074,12 +5080,16 @@ class Message
50745080
attr_accessor :cards
50755081

50765082
# Optional. An array of [cards](https://developers.google.com/workspace/chat/api/
5077-
# reference/rest/v1/cards). Only Chat apps can create cards. If your Chat app [
5078-
# authenticates as a user](https://developers.google.com/workspace/chat/
5079-
# authenticate-authorize-chat-user), the messages can't contain cards. To learn
5080-
# how to create a message that contains cards, see [Send a message](https://
5081-
# developers.google.com/workspace/chat/create-messages). [Card builder](https://
5082-
# addons.gsuite.google.com/uikit/builder)
5083+
# reference/rest/v1/cards). Chat apps can create cards with [app authentication](
5084+
# https://developers.google.com/workspace/chat/authenticate-authorize-chat-app).
5085+
# As part of the [Developer Preview Program](https://developers.google.com/
5086+
# workspace/preview), if your Chat app [authenticates as a user](https://
5087+
# developers.google.com/workspace/chat/authenticate-authorize-chat-user), it can
5088+
# create card messages. If your Chat app is not part of Developer Preview
5089+
# Program, it can't create cards with user authentication. To learn how to
5090+
# create a message that contains cards, see [Send a message](https://developers.
5091+
# google.com/workspace/chat/create-messages). [Card builder](https://addons.
5092+
# gsuite.google.com/uikit/builder)
50835093
# Corresponds to the JSON property `cardsV2`
50845094
# @return [Array<Google::Apis::ChatV1::CardWithId>]
50855095
attr_accessor :cards_v2

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.143.0"
19+
GEM_VERSION = "0.144.0"
2020

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

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

0 commit comments

Comments
 (0)