google-apis-walletobjects_v1 0.31.0 → 0.32.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: df126ed308007bfec728b2f3b134f259bc66b74fe1e9dd9457c4b01bbf4d1c21
|
|
4
|
+
data.tar.gz: e7b531343949e976d4b91f385e7a514e36920f225227dd450e4a5c066395d5a5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7a3fb88835a90593a6296a2036b437d18341fef03d4c0d293b7f64ace34761cec9b919090d205f93704a540e9cb2fd0003e2a834b5032f7e3fa1764524a33141
|
|
7
|
+
data.tar.gz: f65cc00a4604603ace2fc196f92e4e19d45c234b19e5e51f207173772a1dac7018bd92d93c4b5b99ab6ed27df807eaabf783f0b203b4d519892a7d270e155aa6
|
data/CHANGELOG.md
CHANGED
|
@@ -5923,6 +5923,12 @@ module Google
|
|
|
5923
5923
|
# @return [String]
|
|
5924
5924
|
attr_accessor :sha256_hash
|
|
5925
5925
|
|
|
5926
|
+
# Scotty-provided SHA512 hash for an upload.
|
|
5927
|
+
# Corresponds to the JSON property `sha512Hash`
|
|
5928
|
+
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
|
5929
|
+
# @return [String]
|
|
5930
|
+
attr_accessor :sha512_hash
|
|
5931
|
+
|
|
5926
5932
|
# Time at which the media data was last updated, in milliseconds since UNIX
|
|
5927
5933
|
# epoch
|
|
5928
5934
|
# Corresponds to the JSON property `timestamp`
|
|
@@ -5968,6 +5974,7 @@ module Google
|
|
|
5968
5974
|
@reference_type = args[:reference_type] if args.key?(:reference_type)
|
|
5969
5975
|
@sha1_hash = args[:sha1_hash] if args.key?(:sha1_hash)
|
|
5970
5976
|
@sha256_hash = args[:sha256_hash] if args.key?(:sha256_hash)
|
|
5977
|
+
@sha512_hash = args[:sha512_hash] if args.key?(:sha512_hash)
|
|
5971
5978
|
@timestamp = args[:timestamp] if args.key?(:timestamp)
|
|
5972
5979
|
@token = args[:token] if args.key?(:token)
|
|
5973
5980
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module WalletobjectsV1
|
|
18
18
|
# Version of the google-apis-walletobjects_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.32.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 = "20260506"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2459,6 +2459,7 @@ module Google
|
|
|
2459
2459
|
property :reference_type, as: 'referenceType'
|
|
2460
2460
|
property :sha1_hash, :base64 => true, as: 'sha1Hash'
|
|
2461
2461
|
property :sha256_hash, :base64 => true, as: 'sha256Hash'
|
|
2462
|
+
property :sha512_hash, :base64 => true, as: 'sha512Hash'
|
|
2462
2463
|
property :timestamp, :numeric_string => true, as: 'timestamp'
|
|
2463
2464
|
property :token, as: 'token'
|
|
2464
2465
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-walletobjects_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.32.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-walletobjects_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-walletobjects_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-walletobjects_v1/v0.32.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-walletobjects_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|