You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/fcm_v1.projects.messages.html
+2
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,7 @@ <h3>Method Details</h3>
98
98
{ # Request to send a message to specified target.
99
99
"message": { # Message to send by Firebase Cloud Messaging Service. # Required. Message to send.
100
100
"android": { # Android specific options for messages sent through [FCM connection server](https://goo.gl/4GLdUl). # Input only. Android specific options for messages sent through [FCM connection server](https://goo.gl/4GLdUl).
101
+
"bandwidthConstrainedOk": True or False, # Optional. If set to true, messages will be allowed to be delivered to the app while the device is in bandwidth constrained mode.
101
102
"collapseKey": "A String", # An identifier of a group of messages that can be collapsed, so that only the last message gets sent when delivery can be resumed. A maximum of 4 different collapse keys is allowed at any given time.
102
103
"data": { # Arbitrary key/value payload. If present, it will override google.firebase.fcm.v1.Message.data.
103
104
"a_key": "A String",
@@ -211,6 +212,7 @@ <h3>Method Details</h3>
211
212
212
213
{ # Message to send by Firebase Cloud Messaging Service.
213
214
"android": { # Android specific options for messages sent through [FCM connection server](https://goo.gl/4GLdUl). # Input only. Android specific options for messages sent through [FCM connection server](https://goo.gl/4GLdUl).
215
+
"bandwidthConstrainedOk": True or False, # Optional. If set to true, messages will be allowed to be delivered to the app while the device is in bandwidth constrained mode.
214
216
"collapseKey": "A String", # An identifier of a group of messages that can be collapsed, so that only the last message gets sent when delivery can be resumed. A maximum of 4 different collapse keys is allowed at any given time.
215
217
"data": { # Arbitrary key/value payload. If present, it will override google.firebase.fcm.v1.Message.data.
Copy file name to clipboardexpand all lines: googleapiclient/discovery_cache/documents/fcm.v1.json
+5-1
Original file line number
Diff line number
Diff line change
@@ -146,13 +146,17 @@
146
146
}
147
147
}
148
148
},
149
-
"revision": "20241112",
149
+
"revision": "20250219",
150
150
"rootUrl": "https://fcm.googleapis.com/",
151
151
"schemas": {
152
152
"AndroidConfig": {
153
153
"description": "Android specific options for messages sent through [FCM connection server](https://goo.gl/4GLdUl).",
154
154
"id": "AndroidConfig",
155
155
"properties": {
156
+
"bandwidthConstrainedOk": {
157
+
"description": "Optional. If set to true, messages will be allowed to be delivered to the app while the device is in bandwidth constrained mode.",
158
+
"type": "boolean"
159
+
},
156
160
"collapseKey": {
157
161
"description": "An identifier of a group of messages that can be collapsed, so that only the last message gets sent when delivery can be resumed. A maximum of 4 different collapse keys is allowed at any given time.",
0 commit comments