google-apis-fcmdata_v1beta1 0.1.0 → 0.5.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: 2c5cb61e3415756d69f6cffa286ad58bf69cbb4b0d97b35de02a60e58d0197c0
4
- data.tar.gz: e0b56a1ba379ed10acef0ffef915ad71fd8cd1db07589594a4e17b22bbcabdce
3
+ metadata.gz: 23c2e20da6567d72d606a53fa570c69b25c7c2325af0b4cc34906b5d0f6006b7
4
+ data.tar.gz: bab723a2f23ad35ca5c5e2759fdccc3ff965983d6797c3047decc06b8f4aacb6
5
5
  SHA512:
6
- metadata.gz: 9e60a2f729c70f5f3d23ec5daad2d6405b0846958d671f19fd137ce1abd5354a75014b5f6d46aab43f903626c07d5c4d2fbcf95d0159bdfbf08cb38ca541f1ea
7
- data.tar.gz: 49fa4cab44e0eaa0f9cc17a6f98e51a52bf88c307f48fb2a7e53bdfed3dbf8d53cc903bf0098e791646d4950610cae15e26539b3e09b517c7c99a4b4125fed4c
6
+ metadata.gz: 67d13e29e9413d8361306365a870b12a950476e1453a5f5612100a47c1c5d2180165494c4a7cbfe651a695a99825fddd8f42fe23f4fd9302ba9e034dd08c5dd4
7
+ data.tar.gz: 5ebe14f5fe6293a04cb582178f1dbf0b479c39e0fc138271c3329fa8e6e6994a75e169ad87d1358d192c9c1123e6aaed3e9ac470edab80bc0283e77554981b55
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-fcmdata_v1beta1
2
2
 
3
+ ### v0.5.0 (2022-02-03)
4
+
5
+ * Regenerated from discovery document revision 20220131
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.4.0 (2021-12-14)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.3.0 (2021-10-20)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.2.0 (2021-09-01)
17
+
18
+ * Regenerated from discovery document revision 20210806
19
+
3
20
  ### v0.1.0 (2021-07-15)
4
21
 
5
22
  * Regenerated from discovery document revision 20210713
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.
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Fcmdata service in particular.)
67
67
 
@@ -46,10 +46,10 @@ module Google
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
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`.
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
53
53
  # Corresponds to the JSON property `date`
54
54
  # @return [Google::Apis::FcmdataV1beta1::GoogleTypeDate]
55
55
  attr_accessor :date
@@ -290,10 +290,10 @@ module Google
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
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`.
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
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.1.0"
19
+ GEM_VERSION = "0.5.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 = "20210713"
25
+ REVISION = "20220131"
26
26
  end
27
27
  end
28
28
  end
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1beta1'
32
32
 
33
- # See, edit, configure, and delete your Google Cloud Platform data
33
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
  end
36
36
  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.1.0
4
+ version: 0.5.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-07-19 00:00:00.000000000 Z
11
+ date: 2022-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-fcmdata_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-fcmdata_v1beta1/v0.1.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-fcmdata_v1beta1
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
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: []
65
65
  require_paths:
@@ -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