google-apis-fcmdata_v1beta1 0.3.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: 29e44589c2cf4fb2e496461a67689801b4ac71567f9f957807020f8add0aec01
4
- data.tar.gz: 465a87a350630d09a2c47fd1beb109c6ce5d22ba9553788041642e6003c00d12
3
+ metadata.gz: fd9b1f8eb24b6c37885ad4d34c4f8aeee575bb6739c1eaf21f2272d1223f21a6
4
+ data.tar.gz: e31db40c3e1118d8679bf040c28caac8056b40251cf055af23df1d4fd5fe574c
5
5
  SHA512:
6
- metadata.gz: 40a5a363b0f2c1de9e25dbba66133d13b0c01a2e6197329d19edd184630f511fa2a64f5369cfae4df446463495dfb04b8e2fc65eef7c0a41e69cc7697098909b
7
- data.tar.gz: 63b63acedfab920f9caada751b6ea320fe619f8831e060d3d518e47079d1609893f3de655a434627007c135bdd3ded3adbb34114ecd341236cdb58bfdba563c6
6
+ metadata.gz: 985f85aee8c711f493d25846702d62c27536eb8606d9e505574e4aba2cad59139ed959866c8ebe689572abd4cdde97da020733b4719aef5440a6db8f8d8f0e64
7
+ data.tar.gz: c26dd6fb969a661ba8350ab538f7bd1e1a859c1e12f4f9026219ab27d249679b6ce7cfc4dc6f6e5599f0134499eec9620a5ba7a63bd8a104c687fac98e121b05
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-fcmdata_v1beta1
2
2
 
3
+ ### v0.6.0 (2022-03-02)
4
+
5
+ * Regenerated from discovery document revision 20220228
6
+
7
+ ### v0.5.0 (2022-02-03)
8
+
9
+ * Regenerated from discovery document revision 20220131
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.4.0 (2021-12-14)
13
+
14
+ * Unspecified changes
15
+
3
16
  ### v0.3.0 (2021-10-20)
4
17
 
5
18
  * Unspecified changes
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/fcmdata_v1beta1"
51
51
  client = Google::Apis::FcmdataV1beta1::FcmdataService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -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
@@ -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.3.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.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 = "20220228"
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.3.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-10-27 00:00:00.000000000 Z
11
+ date: 2022-03-07 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.3.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-fcmdata_v1beta1/v0.6.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.2.17
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