Skip to content

Commit 82716f7

Browse files
feat: Automated regeneration of fcm v1 client (#27199)
Auto-created at 2026-06-28 10:37:25 +0000 using the toys pull request generator.
1 parent 7967b64 commit 82716f7

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

generated/google-apis-fcm_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-fcm_v1
22

3+
### v0.37.0 (2026-06-28)
4+
5+
* Regenerated from discovery document revision 20260619
6+
37
### v0.36.0 (2026-06-21)
48

59
* Regenerated from discovery document revision 20260605

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -642,9 +642,9 @@ class LightSettings
642642
# @return [Google::Apis::FcmV1::Color]
643643
attr_accessor :color
644644

645-
# Required. Along with `light_on_duration `, define the blink rate of LED
646-
# flashes. Resolution defined by [proto.Duration](https://developers.google.com/
647-
# protocol-buffers/docs/reference/google.protobuf#google.protobuf.Duration)
645+
# Required. Along with `light_on_duration`, define the blink rate of LED flashes.
646+
# Resolution defined by [proto.Duration](https://developers.google.com/protocol-
647+
# buffers/docs/reference/google.protobuf#google.protobuf.Duration)
648648
# Corresponds to the JSON property `lightOffDuration`
649649
# @return [String]
650650
attr_accessor :light_off_duration
@@ -703,7 +703,7 @@ class Message
703703
# @return [Google::Apis::FcmV1::FcmOptions]
704704
attr_accessor :fcm_options
705705

706-
# Optional. Firebase Installation ID to send a message to.
706+
# Firebase Installation ID to send a message to.
707707
# Corresponds to the JSON property `fid`
708708
# @return [String]
709709
attr_accessor :fid

generated/google-apis-fcm_v1/lib/google/apis/fcm_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 FcmV1
1818
# Version of the google-apis-fcm_v1 gem
19-
GEM_VERSION = "0.36.0"
19+
GEM_VERSION = "0.37.0"
2020

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

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

0 commit comments

Comments
 (0)