google-apis-fcm_v1 0.5.0 → 0.9.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: c5c381a52c7bc71f567cb4ba001154f3b2de344584d0c5d3fac7e4d2ef11478a
4
+ data.tar.gz: f2882814547cc197c4904ad9e2f8e96661967365b25bf514698f9452cbdfe05c
5
5
  SHA512:
6
- metadata.gz: 17075024a0c03a0e851abe8e2cd7b6a3e18c047690c1f11cf40af857b63d7490fcea81dd880ffad64af90a7762b45899091e8e9a7afd0b1f0a8baa0790a52373
7
- data.tar.gz: c253ea5b3c9c0e2fc712e8cd991a4f6d42adb15446bfae11e8ef51d1b04de16a497e096d9b4e60af6823baf4e756f5f7a4f57979edd8d95458320c63fffeab58
6
+ metadata.gz: 76030623231201b854b3f44e85c2a7abacd99db454623d9cfa06196f6ad5b35fb495e2fad35ed0820e9ec7fded4367e4e9ed1b396143a16cef16d8a1d0e4cb63
7
+ data.tar.gz: 00b78ed3e74ba8bd7a3de88d66907f0dc23f3ad332b9fba204c943e833251e0b1361266b2f4d7215beb951f4ba5ab26dcbf3e995bece71a76e967c325c11a1fd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-fcm_v1
2
2
 
3
+ ### v0.9.0 (2021-07-28)
4
+
5
+ * Regenerated from discovery document revision 20210726
6
+
7
+ ### v0.8.0 (2021-06-29)
8
+
9
+ * Regenerated using generator version 0.4.0
10
+
11
+ ### v0.7.0 (2021-06-24)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.6.0 (2021-06-10)
16
+
17
+ * Regenerated from discovery document revision 20210607
18
+ * Regenerated using generator version 0.3.0
19
+
3
20
  ### v0.5.0 (2021-05-19)
4
21
 
5
22
  * Unspecified changes
@@ -32,6 +32,9 @@ module Google
32
32
 
33
33
  # See, edit, configure, and delete your Google Cloud Platform data
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
+
36
+ # Send messages and manage messaging subscriptions for your Firebase applications
37
+ AUTH_FIREBASE_MESSAGING = 'https://www.googleapis.com/auth/firebase.messaging'
35
38
  end
36
39
  end
37
40
  end
@@ -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.9.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.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210317"
25
+ REVISION = "20210726"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,29 +1,35 @@
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.9.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-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Firebase Cloud Messaging API V1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-fcm_v1/v0.9.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-fcm_v1
57
63
  post_install_message:
58
64
  rdoc_options: []