google-apis-fcm_v1 0.35.0 → 0.36.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: f45818508d9a3e5ef94f992f9541c7f7b4a53ba63f4a4280a03c7aaf0a55cb56
4
- data.tar.gz: ec5f8bc25c48d5ea25166fc377df0b49b95bd7d0211d47dfe9d7003ddd35a30c
3
+ metadata.gz: 1de1538694429e5dfa198198ee5e3d8740e9ca69549a11c7d028f19e52bac8ae
4
+ data.tar.gz: 61dff372504d78f0eb1d0a5c2f35ad47710be0da137ef74c2e47702508f893c2
5
5
  SHA512:
6
- metadata.gz: c5ee5c14ac6715fbfc20e6b837f49592b24d5e98aab758210b1892531a0ca213f6052652032a049d424d167d3c4ed6603b9a08fbd1cec36d540fa890a800ff2f
7
- data.tar.gz: 858e3f53e54edff38c0c93f1ce59a98cc62844fdb53047e33efa94c5d141752af79a8018d85774addb3adc5c5428d5acffaad280f5fe2df2e12e7f92447f8b4c
6
+ metadata.gz: 7f45020de9eed1c8654bdf48de47c59dd2a2c81b3cd133567b5846b05ddf83d3a90ba74bcc0aae628e4971641b4961cf99fb91214e948cc227fe40f1d37412b9
7
+ data.tar.gz: 7480ca8a56dab11e1ea9999dd17022aa9a9004bf26f6e5dd59c7f137df9edbbb18d3af7df1011fb3ffae8191777b6064b575b98d4cfac77689f42cc50cc13dc4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-fcm_v1
2
2
 
3
+ ### v0.36.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260529
6
+ * Regenerated using generator version 0.19.0
7
+
3
8
  ### v0.35.0 (2026-03-15)
4
9
 
5
10
  * Regenerated from discovery document revision 20260306
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://firebase.google.com/docs/cloud-messaging) ma
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -168,6 +168,13 @@ module Google
168
168
  # @return [String]
169
169
  attr_accessor :body_loc_key
170
170
 
171
+ # Optional. If set, display notifications delivered to the device will be
172
+ # handled by the app instead of the proxy.
173
+ # Corresponds to the JSON property `bypassProxyNotification`
174
+ # @return [Boolean]
175
+ attr_accessor :bypass_proxy_notification
176
+ alias_method :bypass_proxy_notification?, :bypass_proxy_notification
177
+
171
178
  # The [notification's channel id](https://developer.android.com/guide/topics/ui/
172
179
  # notifiers/notifications#ManageChannels) (new in Android O). The app must
173
180
  # create a channel with this channel ID before any notification with this
@@ -366,6 +373,7 @@ module Google
366
373
  @body = args[:body] if args.key?(:body)
367
374
  @body_loc_args = args[:body_loc_args] if args.key?(:body_loc_args)
368
375
  @body_loc_key = args[:body_loc_key] if args.key?(:body_loc_key)
376
+ @bypass_proxy_notification = args[:bypass_proxy_notification] if args.key?(:bypass_proxy_notification)
369
377
  @channel_id = args[:channel_id] if args.key?(:channel_id)
370
378
  @click_action = args[:click_action] if args.key?(:click_action)
371
379
  @color = args[:color] if args.key?(:color)
@@ -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.35.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260306"
25
+ REVISION = "20260529"
26
26
  end
27
27
  end
28
28
  end
@@ -131,6 +131,7 @@ module Google
131
131
  property :body, as: 'body'
132
132
  collection :body_loc_args, as: 'bodyLocArgs'
133
133
  property :body_loc_key, as: 'bodyLocKey'
134
+ property :bypass_proxy_notification, as: 'bypassProxyNotification'
134
135
  property :channel_id, as: 'channelId'
135
136
  property :click_action, as: 'clickAction'
136
137
  property :color, as: 'color'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-fcm_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.36.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-fcm_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-fcm_v1/v0.35.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-fcm_v1/v0.36.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-fcm_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="