google-apis-fcm_v1 0.28.0 → 0.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f9c3a4a14a4f0b396f4941ec5ec5fe26b5f3446330ffe5e20fd80965061a542d
4
- data.tar.gz: 6eecbc984dbe8a0d42e5704ba1807ede125c16e4bda306ab723cd81db26061dd
3
+ metadata.gz: 31c16fcb43f6874b076865a7eb7f15ad3b3e34284929a6d06cc64910218bdb55
4
+ data.tar.gz: 19c3bea0e3e4ed1b3fc21f08b17d026ce51918eac101cd1fac5ee9c0ce9c629d
5
5
  SHA512:
6
- metadata.gz: 61ffd6c7e808be3de19cfad959c24e842a37fe657bcbdb6e12d168bf009b9cdb0c662daaa64cb6e3e7f738ddaef8e2e56e675ca6b6453f5e98756577047cc781
7
- data.tar.gz: ed349eb5dc5b1d948fd8472aae655940f5495b9a22b92e61a26620d50d6ab47c70b92062bc8ad95508cbee2c836559e6296a03b76c09f7e5fb0c74f08295d3bb
6
+ metadata.gz: 38bf3447a957ec81387d394e880cc6ef2b555c60d305bd2b28c1d320ee17607bc7ed25349a3d137abcf719250e3a14204062652b9f0bac5b6b4c6798202011b2
7
+ data.tar.gz: d6fed0b24345a4d2c3af1c537ac64e04a89e365d31a881a85063a43fdf35e6308c906980e00c7a2f4997f3c4e688d8f541034ab9938b4fbe593f24e0c9af21a4
data/CHANGELOG.md CHANGED
@@ -1,8 +1,13 @@
1
1
  # Release history for google-apis-fcm_v1
2
2
 
3
- ### v0.28.0 (2024-11-10)
3
+ ### v0.29.0 (2025-03-02)
4
4
 
5
- * Regenerated from discovery document revision 20241101
5
+ * Regenerated from discovery document revision 20250219
6
+ * Regenerated using generator version 0.16.0
7
+
8
+ ### v0.28.0 (2024-11-17)
9
+
10
+ * Regenerated from discovery document revision 20241112
6
11
  * Regenerated using generator version 0.15.1
7
12
 
8
13
  ### v0.27.0 (2024-06-02)
@@ -27,6 +27,13 @@ module Google
27
27
  class AndroidConfig
28
28
  include Google::Apis::Core::Hashable
29
29
 
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.
32
+ # Corresponds to the JSON property `bandwidthConstrainedOk`
33
+ # @return [Boolean]
34
+ attr_accessor :bandwidth_constrained_ok
35
+ alias_method :bandwidth_constrained_ok?, :bandwidth_constrained_ok
36
+
30
37
  # An identifier of a group of messages that can be collapsed, so that only the
31
38
  # last message gets sent when delivery can be resumed. A maximum of 4 different
32
39
  # collapse keys is allowed at any given time.
@@ -90,6 +97,7 @@ module Google
90
97
 
91
98
  # Update properties of this object
92
99
  def update!(**args)
100
+ @bandwidth_constrained_ok = args[:bandwidth_constrained_ok] if args.key?(:bandwidth_constrained_ok)
93
101
  @collapse_key = args[:collapse_key] if args.key?(:collapse_key)
94
102
  @data = args[:data] if args.key?(:data)
95
103
  @direct_boot_ok = args[:direct_boot_ok] if args.key?(:direct_boot_ok)
@@ -398,7 +406,13 @@ module Google
398
406
  # Optional. [Apple Live Activity](https://developer.apple.com/design/human-
399
407
  # interface-guidelines/live-activities) token to send updates to. This token can
400
408
  # either be a push token or [push-to-start](https://developer.apple.com/
401
- # documentation/activitykit/activity/pushtostarttoken) token from Apple.
409
+ # documentation/activitykit/activity/pushtostarttoken) token from Apple. To
410
+ # start, update, or end a live activity remotely using FCM, construct an [`aps
411
+ # payload`](https://developer.apple.com/documentation/activitykit/starting-and-
412
+ # updating-live-activities-with-activitykit-push-notifications#Construct-the-
413
+ # payload-that-starts-a-Live-Activity) and put it in the [`apns.payload`](https:/
414
+ # /firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#ApnsConfig)
415
+ # field.
402
416
  # Corresponds to the JSON property `liveActivityToken`
403
417
  # @return [String]
404
418
  attr_accessor :live_activity_token
@@ -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.28.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241101"
25
+ REVISION = "20250219"
26
26
  end
27
27
  end
28
28
  end
@@ -103,6 +103,7 @@ module Google
103
103
  class AndroidConfig
104
104
  # @private
105
105
  class Representation < Google::Apis::Core::JsonRepresentation
106
+ property :bandwidth_constrained_ok, as: 'bandwidthConstrainedOk'
106
107
  property :collapse_key, as: 'collapseKey'
107
108
  hash :data, as: 'data'
108
109
  property :direct_boot_ok, as: 'directBootOk'
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-fcm_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-11-17 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-fcm_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-fcm_v1/v0.28.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-fcm_v1/v0.29.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-fcm_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.22
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Firebase Cloud Messaging API V1
82
79
  test_files: []