google-apis-fcmdata_v1beta1 0.5.0 → 0.8.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: 23c2e20da6567d72d606a53fa570c69b25c7c2325af0b4cc34906b5d0f6006b7
4
- data.tar.gz: bab723a2f23ad35ca5c5e2759fdccc3ff965983d6797c3047decc06b8f4aacb6
3
+ metadata.gz: 5332fae006862b761e514445410bf297167da2a4479227e91638310b4120b351
4
+ data.tar.gz: fd99393a67d06d36e138702645e87136cd334a33c11e3acf8baf1a2c50e590e9
5
5
  SHA512:
6
- metadata.gz: 67d13e29e9413d8361306365a870b12a950476e1453a5f5612100a47c1c5d2180165494c4a7cbfe651a695a99825fddd8f42fe23f4fd9302ba9e034dd08c5dd4
7
- data.tar.gz: 5ebe14f5fe6293a04cb582178f1dbf0b479c39e0fc138271c3329fa8e6e6994a75e169ad87d1358d192c9c1123e6aaed3e9ac470edab80bc0283e77554981b55
6
+ metadata.gz: be5f16265f799618d772547d66849a16d7edd6117abc076540c321e6c1a2ba1b46d8936c8a462e07243eedd50cc85b9a9bc13fee3399c3880fba5dc581276912
7
+ data.tar.gz: 7a5df807a53629aaf40725efe0bd57070dd5a85804260ddae980097792afbd3d15245e4065bc386e8682e03a9f05a73cf2d5f296813acd6997b399c6a3f42f89
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-fcmdata_v1beta1
2
2
 
3
+ ### v0.8.0 (2022-06-03)
4
+
5
+ * Regenerated using generator version 0.5.0
6
+
7
+ ### v0.7.0 (2022-04-07)
8
+
9
+ * Regenerated from discovery document revision 20220405
10
+
11
+ ### v0.6.0 (2022-03-02)
12
+
13
+ * Regenerated from discovery document revision 20220228
14
+
3
15
  ### v0.5.0 (2022-02-03)
4
16
 
5
17
  * Regenerated from discovery document revision 20220131
@@ -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, with a zero year (e.g., an anniversary) * A year on its own, with a
50
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
51
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
52
- # DateTime * 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, with a zero year (e.g., an anniversary) * A year on its own, with a
294
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
295
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
296
- # DateTime * 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.5.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220131"
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.5.0
4
+ version: 0.8.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-02-07 00:00:00.000000000 Z
11
+ date: 2022-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.5'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.5'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-fcmdata_v1beta1/v0.8.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.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Firebase Cloud Messaging Data API V1beta1