google-apis-firebaseappdistribution_v1 0.18.0 → 0.20.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: 50ec0d965a4ac59b1f16eaf6cc84046756e43c1e7c7688bbb424879392375134
4
- data.tar.gz: 7e8aab6285a61f4c38e88e7a6732b922211bd373ea99491803b859f3524fcc7e
3
+ metadata.gz: 15d34a40a6b34ad4fbcf04d8f3cd6c98d4e645c3da96a4991364e4a2dd2f3bf1
4
+ data.tar.gz: 957182c6afeaa061c4f111d283517f74227107fad60f5d8311e977adf5eb7f09
5
5
  SHA512:
6
- metadata.gz: 8d288b3b211837f1f2f2d95a3844dc5d53c84134744c0085bb87bd036b4b5ca4678c7da3aabbe864882fb3509905d6f1aa1d7fcdcb8790eace5c9728dddc4aaf
7
- data.tar.gz: c80268d297ff763d725299434bceb0588f64ed0d1da1a092051e35baf2e30f65329ed64d9db79437774d3658cc147dc085b19686b16cd76d9df615008397d67a
6
+ metadata.gz: 970cc2e143c798860c9691a9d9ca5934b1e03aa834f6119c9c6ed32a31cac6665ec7a77bb9cfc7a3388dc49a3b81138d390af8a1211dece16337afd02a7c3453
7
+ data.tar.gz: 79b85bba46a935db36045ee962e6fc67acd1639a682d9d6e2fd822e4b50ff1c27e523caf17059e19ca834d882d78576a8aa397c7fcade4d5aa2233f2a4caa6c3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-firebaseappdistribution_v1
2
2
 
3
+ ### v0.20.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260518
6
+ * Regenerated using generator version 0.19.0
7
+
8
+ ### v0.19.0 (2026-05-17)
9
+
10
+ * Regenerated from discovery document revision 20260511
11
+
3
12
  ### v0.18.0 (2026-04-19)
4
13
 
5
14
  * Regenerated from discovery document revision 20260408
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://firebase.google.com/products/app-distributio
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -641,6 +641,12 @@ module Google
641
641
  # @return [String]
642
642
  attr_accessor :sha256_hash
643
643
 
644
+ # Scotty-provided SHA512 hash for an upload.
645
+ # Corresponds to the JSON property `sha512Hash`
646
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
647
+ # @return [String]
648
+ attr_accessor :sha512_hash
649
+
644
650
  # Time at which the media data was last updated, in milliseconds since UNIX
645
651
  # epoch
646
652
  # Corresponds to the JSON property `timestamp`
@@ -686,6 +692,7 @@ module Google
686
692
  @reference_type = args[:reference_type] if args.key?(:reference_type)
687
693
  @sha1_hash = args[:sha1_hash] if args.key?(:sha1_hash)
688
694
  @sha256_hash = args[:sha256_hash] if args.key?(:sha256_hash)
695
+ @sha512_hash = args[:sha512_hash] if args.key?(:sha512_hash)
689
696
  @timestamp = args[:timestamp] if args.key?(:timestamp)
690
697
  @token = args[:token] if args.key?(:token)
691
698
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirebaseappdistributionV1
18
18
  # Version of the google-apis-firebaseappdistribution_v1 gem
19
- GEM_VERSION = "0.18.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260408"
25
+ REVISION = "20260518"
26
26
  end
27
27
  end
28
28
  end
@@ -405,6 +405,7 @@ module Google
405
405
  property :reference_type, as: 'referenceType'
406
406
  property :sha1_hash, :base64 => true, as: 'sha1Hash'
407
407
  property :sha256_hash, :base64 => true, as: 'sha256Hash'
408
+ property :sha512_hash, :base64 => true, as: 'sha512Hash'
408
409
  property :timestamp, :numeric_string => true, as: 'timestamp'
409
410
  property :token, as: 'token'
410
411
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebaseappdistribution_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappdistribution_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1/v0.18.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1/v0.20.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappdistribution_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="