Skip to content

Commit 84ade9f

Browse files
feat: Automated regeneration of fcm v1 client (googleapis#23808)
Auto-created at 2025-07-27 10:43:44 +0000 using the toys pull request generator.
1 parent 3885c8d commit 84ade9f

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

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.34.0 (2025-07-27)
4+
5+
* Regenerated from discovery document revision 20250722
6+
37
### v0.33.0 (2025-06-15)
48

59
* Regenerated from discovery document revision 20250610

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ class AndroidConfig
2828
include Google::Apis::Core::Hashable
2929

3030
# Optional. If set to true, messages will be allowed to be delivered to the app
31-
# while the device is in bandwidth constrained mode.
31+
# while the device is in bandwidth constrained mode. This should only be enabled
32+
# when the app has been tested to properly handle messages in bandwidth
33+
# constrained mode.
3234
# Corresponds to the JSON property `bandwidthConstrainedOk`
3335
# @return [Boolean]
3436
attr_accessor :bandwidth_constrained_ok
@@ -80,7 +82,7 @@ class AndroidConfig
8082
# Optional. If set to true, messages will be allowed to be delivered to the app
8183
# while the device is connected over a restricted satellite network. This should
8284
# only be enabled for messages that can be handled over a restricted satellite
83-
# network and only for apps that are allowed to work over a restricted satellite
85+
# network and only for apps that are enabled to work over a restricted satellite
8486
# network. Note that the ability of the app to connect to a restricted satellite
8587
# network is dependent on the carrier's settings and the device model.
8688
# Corresponds to the JSON property `restrictedSatelliteOk`

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.33.0"
19+
GEM_VERSION = "0.34.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 = "20250610"
25+
REVISION = "20250722"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)