google-apis-fcm_v1 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8641d788b8f6e835786552bc70f3249c5289cd8ac443488f930a7eb5787ebf1
4
- data.tar.gz: 27f3201b02275d373e4b0119e783fa28b906a40ef6680e9508bfaad076e2fe8b
3
+ metadata.gz: b23b09a71dff8306d6ba51704145bdcf9dd48a4e9029dfcb043eec79c13e843b
4
+ data.tar.gz: a4419cedd44db209416399f283888eacbe4ec21b2a3fb06a715bc715cdb785e8
5
5
  SHA512:
6
- metadata.gz: 17075024a0c03a0e851abe8e2cd7b6a3e18c047690c1f11cf40af857b63d7490fcea81dd880ffad64af90a7762b45899091e8e9a7afd0b1f0a8baa0790a52373
7
- data.tar.gz: c253ea5b3c9c0e2fc712e8cd991a4f6d42adb15446bfae11e8ef51d1b04de16a497e096d9b4e60af6823baf4e756f5f7a4f57979edd8d95458320c63fffeab58
6
+ metadata.gz: 291c3dc1446ab042960cdbb6883109461f1bb8d4d998ade81611e9dcbaad8953bfefb3833d1f2e7994ea1d028c565d6840725bcf5f3e07cd0eee44f0e8d88951
7
+ data.tar.gz: 66b03762a4764b23e62b7e79439371b26092e5698be44c13377335bae012e724babac66fc9096ff1a0bba85f816843d70cefa5637893af9d6305d1e5107d5700
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-fcm_v1
2
2
 
3
+ ### v0.6.0 (2021-06-10)
4
+
5
+ * Regenerated from discovery document revision 20210607
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.5.0 (2021-05-19)
4
9
 
5
10
  * Unspecified changes
@@ -373,8 +373,8 @@ module Google
373
373
  # HTTP request headers defined in Apple Push Notification Service. Refer to [
374
374
  # APNs request headers](https://developer.apple.com/documentation/
375
375
  # usernotifications/setting_up_a_remote_notification_server/
376
- # sending_notification_requests_to_apns) for supported headers, e.g. "apns-
377
- # priority": "10".
376
+ # sending_notification_requests_to_apns) for supported headers such as `apns-
377
+ # expiration` and `apns-priority`.
378
378
  # Corresponds to the JSON property `headers`
379
379
  # @return [Hash<String,String>]
380
380
  attr_accessor :headers
@@ -383,7 +383,9 @@ module Google
383
383
  # payload. See [Payload Key Reference](https://developer.apple.com/documentation/
384
384
  # usernotifications/setting_up_a_remote_notification_server/
385
385
  # generating_a_remote_notification). If present, it overrides google.firebase.
386
- # fcm.v1.Notification.title and google.firebase.fcm.v1.Notification.body.
386
+ # fcm.v1.Notification.title and google.firebase.fcm.v1.Notification.body. The
387
+ # backend sets a default value for `apns-expiration` of 30 days and a default
388
+ # value for `apns-priority` of 10 if not explicitly set.
387
389
  # Corresponds to the JSON property `payload`
388
390
  # @return [Hash<String,Object>]
389
391
  attr_accessor :payload
@@ -632,8 +634,11 @@ module Google
632
634
  # @return [String]
633
635
  attr_accessor :condition
634
636
 
635
- # Input only. Arbitrary key/value payload. The key should not be a reserved word
636
- # ("from", "message_type", or any word starting with "google" or "gcm").
637
+ # Input only. Arbitrary key/value payload, which must be UTF-8 encoded. The key
638
+ # should not be a reserved word ("from", "message_type", or any word starting
639
+ # with "google" or "gcm"). When sending payloads containing only data fields to
640
+ # iOS devices, only normal priority (`"apns-priority": "5"`) is allowed in [`
641
+ # ApnsConfig`](/docs/reference/fcm/rest/v1/projects.messages#apnsconfig).
637
642
  # Corresponds to the JSON property `data`
638
643
  # @return [Hash<String,String>]
639
644
  attr_accessor :data
@@ -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.5.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210317"
25
+ REVISION = "20210607"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-fcm_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-24 00:00:00.000000000 Z
11
+ date: 2021-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-fcm_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-fcm_v1/v0.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-fcm_v1/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-fcm_v1
57
57
  post_install_message:
58
58
  rdoc_options: []