File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
generated/google-apis-fcm_v1 Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Release history for google-apis-fcm_v1
2
2
3
+ ### v0.34.0 (2025-07-27)
4
+
5
+ * Regenerated from discovery document revision 20250722
6
+
3
7
### v0.33.0 (2025-06-15)
4
8
5
9
* Regenerated from discovery document revision 20250610
Original file line number Diff line number Diff line change @@ -28,7 +28,9 @@ class AndroidConfig
28
28
include Google ::Apis ::Core ::Hashable
29
29
30
30
# 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.
32
34
# Corresponds to the JSON property `bandwidthConstrainedOk`
33
35
# @return [Boolean]
34
36
attr_accessor :bandwidth_constrained_ok
@@ -80,7 +82,7 @@ class AndroidConfig
80
82
# Optional. If set to true, messages will be allowed to be delivered to the app
81
83
# while the device is connected over a restricted satellite network. This should
82
84
# 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
84
86
# network. Note that the ability of the app to connect to a restricted satellite
85
87
# network is dependent on the carrier's settings and the device model.
86
88
# Corresponds to the JSON property `restrictedSatelliteOk`
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
16
16
module Apis
17
17
module FcmV1
18
18
# Version of the google-apis-fcm_v1 gem
19
- GEM_VERSION = "0.33 .0"
19
+ GEM_VERSION = "0.34 .0"
20
20
21
21
# Version of the code generator used to generate this client
22
22
GENERATOR_VERSION = "0.18.0"
23
23
24
24
# Revision of the discovery document this client was generated from
25
- REVISION = "20250610 "
25
+ REVISION = "20250722 "
26
26
end
27
27
end
28
28
end
You can’t perform that action at this time.
0 commit comments