google-apis-firebase_v1beta1 0.22.0 → 0.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f90e4d5c8a90e2ffedd489d6d64c0b079d8412a015dba99a3294c99e7e88cfc
4
- data.tar.gz: 19a195163891cec671cb84d3350e4abb8686f33623f3a8975ead760867a6bfcd
3
+ metadata.gz: 9c725909d43134c79ff2e045cfe0d61cdf1971c26751aad1c3ec2977fa6f26f8
4
+ data.tar.gz: b8a6e0379d32939aac85576146d4684b059ba2b58f5c80f445597e6d2bb2cfac
5
5
  SHA512:
6
- metadata.gz: f922943b2650057ccf53618075eefc6e7efa71a5c58ee9ba24cc4803421e03666bccff02f65e301b064cf7408df7ce645145164e5c485aec19b340d830ee865d
7
- data.tar.gz: fe9f55dbcd8588b7385de2e1ddc7794c108b2b62996554b9a3c1b4a13e7ebbb3ffb27305114cee1cc0c09c647ffe30a401a1dee0adb002c9a6b9d59f89f8097c
6
+ metadata.gz: c6f082053931ed29ed1572ab2dd50fc6d7712400591059a46238532d4af461cb34565c6a688060ba01bfdd7f640b49169d8b95aecba2800a29f864fd913da757
7
+ data.tar.gz: 24a5ac03014bf91e06001ffd5a103751d9377531a1efbe9adb823779f195f1566bc98a8733fead03f2e49d15f31accb0bff25e4118a42bfd421fa54888127b14
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebase_v1beta1
2
2
 
3
+ ### v0.23.0 (2022-08-18)
4
+
5
+ * Regenerated from discovery document revision 20220813
6
+
3
7
  ### v0.22.0 (2022-08-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20220808
@@ -246,16 +246,6 @@ module Google
246
246
  # @return [String]
247
247
  attr_accessor :project_id
248
248
 
249
- # The SHA1 certificate hashes for the AndroidApp.
250
- # Corresponds to the JSON property `sha1Hashes`
251
- # @return [Array<String>]
252
- attr_accessor :sha1_hashes
253
-
254
- # The SHA256 certificate hashes for the AndroidApp.
255
- # Corresponds to the JSON property `sha256Hashes`
256
- # @return [Array<String>]
257
- attr_accessor :sha256_hashes
258
-
259
249
  # Output only. The lifecycle state of the App.
260
250
  # Corresponds to the JSON property `state`
261
251
  # @return [String]
@@ -273,8 +263,6 @@ module Google
273
263
  @name = args[:name] if args.key?(:name)
274
264
  @package_name = args[:package_name] if args.key?(:package_name)
275
265
  @project_id = args[:project_id] if args.key?(:project_id)
276
- @sha1_hashes = args[:sha1_hashes] if args.key?(:sha1_hashes)
277
- @sha256_hashes = args[:sha256_hashes] if args.key?(:sha256_hashes)
278
266
  @state = args[:state] if args.key?(:state)
279
267
  end
280
268
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirebaseV1beta1
18
18
  # Version of the google-apis-firebase_v1beta1 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220808"
25
+ REVISION = "20220813"
26
26
  end
27
27
  end
28
28
  end
@@ -291,8 +291,6 @@ module Google
291
291
  property :name, as: 'name'
292
292
  property :package_name, as: 'packageName'
293
293
  property :project_id, as: 'projectId'
294
- collection :sha1_hashes, as: 'sha1Hashes'
295
- collection :sha256_hashes, as: 'sha256Hashes'
296
294
  property :state, as: 'state'
297
295
  end
298
296
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebase_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.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-08-15 00:00:00.000000000 Z
11
+ date: 2022-08-22 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-firebase_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebase_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []