google-apis-fcm_v1 0.22.0 → 0.24.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: e02af7da113f300c6bef685a84463903ead1b588bb98f6facbfbc0015e029faf
4
- data.tar.gz: a4c8c0446e678292700e4a10518f46dd736c4269a63e7fb4debf2b56f70efbd1
3
+ metadata.gz: d8b790bd6752300302600e5457a3419bdcac88d2b0fdec5f97867ca574eb5861
4
+ data.tar.gz: 4a542828e44ad01f9d4b9509feda88e9c396c5c224a30b700c78074580791433
5
5
  SHA512:
6
- metadata.gz: 6c6cf3019db7cf3149454c9f208a5a5cd73830ced26b88ba71273b9cc24e2cb7337e3d1607497eeb651c08542553a743095df2c92ba5f3b3d94fc571d69841bd
7
- data.tar.gz: c49721ae58ee94d88bf831ac16a827e23c0154d9afbc9103210c3f332a5945e8e586fd071d5209b1ab26de071f4bee45ad70a33fac39b1be6d6234fdace70fe3
6
+ metadata.gz: '090d2a24e6c1ed502dbe43e1f73bfe3750de15d733a4c0838564629a96ee290508afc306d9cbf3fbef790c14e2f4e4ce4fc5879502e277cdfff50d789fcc5c34'
7
+ data.tar.gz: 4b703ccdef8ef9cd9efa09655db04eec3d1ef11ffbb22d21a67e38c07e577d67b7260c5e6f63aa4f40aa8004340627d696c14f3c47114e959e476325305f5712
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-fcm_v1
2
2
 
3
+ ### v0.24.0 (2024-01-22)
4
+
5
+ * Regenerated from discovery document revision 20230623
6
+ * Regenerated using generator version 0.13.0
7
+
8
+ ### v0.23.0 (2023-06-18)
9
+
10
+ * Regenerated from discovery document revision 20230609
11
+
3
12
  ### v0.22.0 (2023-05-28)
4
13
 
5
14
  * Regenerated from discovery document revision 20230522
@@ -448,7 +448,7 @@ module Google
448
448
  # be trivially provided to the constructor of `java.awt.Color` in Java; it can
449
449
  # also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
450
450
  # method in iOS; and, with just a little work, it can be easily formatted into a
451
- # CSS `rgba()` string in JavaScript. This reference page does not have
451
+ # CSS `rgba()` string in JavaScript. This reference page doesn't have
452
452
  # information about the absolute color space that should be used to interpret
453
453
  # the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
454
454
  # applications should assume the sRGB color space. When color equality needs to
@@ -559,7 +559,7 @@ module Google
559
559
  # be trivially provided to the constructor of `java.awt.Color` in Java; it can
560
560
  # also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
561
561
  # method in iOS; and, with just a little work, it can be easily formatted into a
562
- # CSS `rgba()` string in JavaScript. This reference page does not have
562
+ # CSS `rgba()` string in JavaScript. This reference page doesn't have
563
563
  # information about the absolute color space that should be used to interpret
564
564
  # the RGB value—for example, sRGB, Adobe RGB, DCI-P3, and BT.2020. By default,
565
565
  # applications should assume the sRGB color space. When color equality needs to
@@ -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.22.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230522"
25
+ REVISION = "20230623"
26
26
  end
27
27
  end
28
28
  end
@@ -33,6 +33,8 @@ module Google
33
33
  #
34
34
  # @see https://firebase.google.com/docs/cloud-messaging
35
35
  class FirebaseCloudMessagingService < Google::Apis::Core::BaseService
36
+ DEFAULT_ENDPOINT_TEMPLATE = "https://fcm.$UNIVERSE_DOMAIN$/"
37
+
36
38
  # @return [String]
37
39
  # API key. Your API key identifies your project and provides you with API access,
38
40
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -44,7 +46,7 @@ module Google
44
46
  attr_accessor :quota_user
45
47
 
46
48
  def initialize
47
- super('https://fcm.googleapis.com/', '',
49
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
48
50
  client_name: 'google-apis-fcm_v1',
49
51
  client_version: Google::Apis::FcmV1::GEM_VERSION)
50
52
  @batch_path = 'batch'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-fcm_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.24.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: 2023-05-28 00:00:00.000000000 Z
11
+ date: 2024-01-23 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.11.0
19
+ version: 0.12.0
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.11.0
29
+ version: 0.12.0
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-fcm_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-fcm_v1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-fcm_v1/v0.24.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-fcm_v1
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.4.2
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Firebase Cloud Messaging API V1