google-apis-fcmdata_v1beta1 0.4.0 → 0.7.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: 61b8ca3d8cfcf6e503236ea8b5f4674bef3a3f47cb4e18044ec8a23b3ccef5d1
4
- data.tar.gz: 1e4240725377c7e8fa7b0715b433bd44f534e67877b28a333af65288e5899e29
3
+ metadata.gz: 7732c5ac0c3e9e6d714100779fd0e0c532160c1e005a815ec8ccd6245921df4f
4
+ data.tar.gz: 564c3b3c97698e1f23939d33de5a72adfc8e35d500539322b6b5dc25c3ffd245
5
5
  SHA512:
6
- metadata.gz: 38784a0f4c9436c86d790a8480b582f9a4c8043594fdcfffd964203ab09957307bac22fd5630d59a89108d8b49b58264c6137151ceca2ddea303d47857cd6e8c
7
- data.tar.gz: 937065185cebd14a01349fcde6c61c41600d841fbedfcc0e51198f90f66234087cef4cc3c0628ca53cd53095f0e6f96a1cf065275f191950a155618d709d8ae0
6
+ metadata.gz: df60ba13de523169d08d6eae00ade2b77fc8e056c701b21354ef835a3a52f7d2c21cfd4584efc0efe7e9cc98b00131b5ec17e72ec7b4dd3516257d8728596654
7
+ data.tar.gz: 1f4cb8688ca7ad613f93ac16527769a5ffc0c83ce4af2fed08609584362e1064e4f48e06edfd36c3d27e92a550ea3c12f190517e04b7ce20b2d0ec74cacd4cba
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-fcmdata_v1beta1
2
2
 
3
+ ### v0.7.0 (2022-04-07)
4
+
5
+ * Regenerated from discovery document revision 20220405
6
+
7
+ ### v0.6.0 (2022-03-02)
8
+
9
+ * Regenerated from discovery document revision 20220228
10
+
11
+ ### v0.5.0 (2022-02-03)
12
+
13
+ * Regenerated from discovery document revision 20220131
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.4.0 (2021-12-14)
4
17
 
5
18
  * Unspecified changes
@@ -45,11 +45,11 @@ module Google
45
45
  # Represents a whole or partial calendar date, such as a birthday. The time of
46
46
  # day and time zone are either specified elsewhere or are insignificant. The
47
47
  # date is relative to the Gregorian Calendar. This can represent one of the
48
- # following: * A full date, with non-zero year, month, and day values * A month
49
- # and day value, with a zero year, such as an anniversary * A year on its own,
50
- # with zero month and day values * A year and month value, with a zero day, such
51
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
52
- # google.protobuf.Timestamp`.
48
+ # following: * A full date, with non-zero year, month, and day values. * A month
49
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
50
+ # with a zero month and a zero day. * A year and month, with a zero day (for
51
+ # example, a credit card expiration date). Related types: * google.type.
52
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
53
53
  # Corresponds to the JSON property `date`
54
54
  # @return [Google::Apis::FcmdataV1beta1::GoogleTypeDate]
55
55
  attr_accessor :date
@@ -205,8 +205,8 @@ module Google
205
205
  include Google::Apis::Core::Hashable
206
206
 
207
207
  # The percentage of accepted messages that had their priority lowered from high
208
- # to normal due to [app standby buckets](https://firebase.google.com/docs/cloud-
209
- # messaging/concept-options#setting-the-priority-of-a-message).
208
+ # to normal. See [documentation for setting message priority](https://firebase.
209
+ # google.com/docs/cloud-messaging/android/message-priority).
210
210
  # Corresponds to the JSON property `priorityLowered`
211
211
  # @return [Float]
212
212
  attr_accessor :priority_lowered
@@ -289,11 +289,11 @@ module Google
289
289
  # Represents a whole or partial calendar date, such as a birthday. The time of
290
290
  # day and time zone are either specified elsewhere or are insignificant. The
291
291
  # date is relative to the Gregorian Calendar. This can represent one of the
292
- # following: * A full date, with non-zero year, month, and day values * A month
293
- # and day value, with a zero year, such as an anniversary * A year on its own,
294
- # with zero month and day values * A year and month value, with a zero day, such
295
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
296
- # google.protobuf.Timestamp`.
292
+ # following: * A full date, with non-zero year, month, and day values. * A month
293
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
294
+ # with a zero month and a zero day. * A year and month, with a zero day (for
295
+ # example, a credit card expiration date). Related types: * google.type.
296
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
297
297
  class GoogleTypeDate
298
298
  include Google::Apis::Core::Hashable
299
299
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FcmdataV1beta1
18
18
  # Version of the google-apis-fcmdata_v1beta1 gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210806"
25
+ REVISION = "20220405"
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-fcmdata_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.7.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: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-fcmdata_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-fcmdata_v1beta1/v0.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-fcmdata_v1beta1/v0.7.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-fcmdata_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Firebase Cloud Messaging Data API V1beta1