Skip to content

Commit 61f64bd

Browse files
feat: Automated regeneration of gmail v1 client (#26595)
Auto-created at 2026-05-31 10:37:41 +0000 using the toys pull request generator.
1 parent e462381 commit 61f64bd

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

generated/google-apis-gmail_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-gmail_v1
22

3+
### v0.51.0 (2026-05-31)
4+
5+
* Regenerated from discovery document revision 20260525
6+
37
### v0.50.0 (2026-05-17)
48

59
* Regenerated from discovery document revision 20260511

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,8 @@ class LabelColor
920920
# f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5, \#594c05, #fbe983, #684e07, #
921921
# fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1, \#c2c2c2, #4986e7, #2da2bb, #
922922
# b99aff, #994a64, #f691b2, #ff7537, #ffad46, \#662e37, #ebdbde, #cca6ac, #
923-
# 094228, #42d692, #16a765
923+
# 094228, #42d692, #16a765, #757575, #1e53b8, \#007286, #7858c3, #c2185b, #
924+
# d93025, #54240e, #633e04, #521d28, #202124, \#083018
924925
# Corresponds to the JSON property `backgroundColor`
925926
# @return [String]
926927
attr_accessor :background_color
@@ -940,7 +941,8 @@ class LabelColor
940941
# ffc8af, #7a4706, #ffdeb5, \#594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #
941942
# b3efd3, #04502e, #a2dcc1, \#c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #
942943
# f691b2, #ff7537, #ffad46, \#662e37, #ebdbde, #cca6ac, #094228, #42d692, #
943-
# 16a765
944+
# 16a765, #757575, #1e53b8, \#007286, #7858c3, #c2185b, #d93025, #54240e, #
945+
# 633e04, #521d28, #202124, \#083018
944946
# Corresponds to the JSON property `textColor`
945947
# @return [String]
946948
attr_accessor :text_color
@@ -1337,7 +1339,8 @@ class Message
13371339

13381340
# The entire email message in an RFC 2822 formatted and base64url encoded string.
13391341
# Returned in `messages.get` and `drafts.get` responses when the `format=RAW`
1340-
# parameter is supplied.
1342+
# parameter is supplied. @required gmail.users.drafts.create gmail.users.drafts.
1343+
# update
13411344
# Corresponds to the JSON property `raw`
13421345
# NOTE: Values are automatically base64 encoded/decoded in the client library.
13431346
# @return [String]

generated/google-apis-gmail_v1/lib/google/apis/gmail_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 GmailV1
1818
# Version of the google-apis-gmail_v1 gem
19-
GEM_VERSION = "0.50.0"
19+
GEM_VERSION = "0.51.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 = "20260511"
25+
REVISION = "20260525"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)