google-apis-firebaseappdistribution_v1 0.18.0 → 0.19.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d27cd8bf2f83be35afd93c74524f941121d8e4f36139ca6f7bca1f455c07f330
|
|
4
|
+
data.tar.gz: 34c302989fa2319ad83acd8932433d9e3359b20728663860e8664d9e38ad6de0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8b365c42637950679c5c0c4ff33edbcc0fb528449d061898ba649bce21974128b795fb6d7fbc45902208ca7f24fe7a92c35ee464aad35fcc34e26b92fb7435c
|
|
7
|
+
data.tar.gz: 7f3a53579ef6b76b525915da7f1da5daff6014bc747eeaf31ef02db320438a076b294a94e2665c3d79f49d73dab9271f59b89172923087d4dd943b50edea514e
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.19.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260511"
|
|
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.
|
|
4
|
+
version: 0.19.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1/v0.19.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:
|