Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ class GoogleFirebaseFcmDataV1beta1DeliveryPerformancePercents extends \Google\Mo
* The percentage of accepted messages that were delayed due to message
* throttling, such as [collapsible message
* throttling](https://firebase.google.com/docs/cloud-messaging/concept-
* options#collapsible_throttling) or [maximum message rate
* throttling](https://firebase.google.com/docs/cloud-messaging/concept-
* options#device_throttling).
* options#collapsible_throttling).
*
* @var float
*/
Expand Down Expand Up @@ -108,9 +106,7 @@ public function getDelayedDeviceOffline()
* The percentage of accepted messages that were delayed due to message
* throttling, such as [collapsible message
* throttling](https://firebase.google.com/docs/cloud-messaging/concept-
* options#collapsible_throttling) or [maximum message rate
* throttling](https://firebase.google.com/docs/cloud-messaging/concept-
* options#device_throttling).
* options#collapsible_throttling).
*
* @param float $delayedMessageThrottled
*/
Expand Down
Loading