google-apis-walletobjects_v1 0.30.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: 6ffd72621bc7df5bc0ea4cabe50e8fafd738f20c9ebecd219db785e65143a276
4
- data.tar.gz: 4b0872c64d2c6f57bc892bcf7ea1b6425d3dfc09035a2195a848194e6f652e36
3
+ metadata.gz: df126ed308007bfec728b2f3b134f259bc66b74fe1e9dd9457c4b01bbf4d1c21
4
+ data.tar.gz: e7b531343949e976d4b91f385e7a514e36920f225227dd450e4a5c066395d5a5
5
5
  SHA512:
6
- metadata.gz: b046b96787964799176b7fb450fb910f75c000ff4f08ac26076245537c592d000ea798af7b116ee2a03de66fa4f583013ce7a706aabcfcfd51a0a061d9636fe2
7
- data.tar.gz: 5a012218d4d3ffd25e8208247d56f330cf301c1f5f2ecfbdadc38cdecb650ed65aa6877b92a05524ac8001628e102e210a42325c94ffa2a02d4ccd9f28a8bb5f
6
+ metadata.gz: 7a3fb88835a90593a6296a2036b437d18341fef03d4c0d293b7f64ace34761cec9b919090d205f93704a540e9cb2fd0003e2a834b5032f7e3fa1764524a33141
7
+ data.tar.gz: f65cc00a4604603ace2fc196f92e4e19d45c234b19e5e51f207173772a1dac7018bd92d93c4b5b99ab6ed27df807eaabf783f0b203b4d519892a7d270e155aa6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-walletobjects_v1
2
2
 
3
+ ### v0.32.0 (2026-05-10)
4
+
5
+ * Regenerated from discovery document revision 20260506
6
+
7
+ ### v0.31.0 (2026-04-19)
8
+
9
+ * Regenerated from discovery document revision 20260408
10
+
3
11
  ### v0.30.0 (2026-02-22)
4
12
 
5
13
  * Regenerated from discovery document revision 20260220
@@ -879,6 +879,11 @@ module Google
879
879
  # @return [String]
880
880
  attr_accessor :from_file_name
881
881
 
882
+ # The content type of the file detected by Fusion ID. go/fusionid
883
+ # Corresponds to the JSON property `fromFusionId`
884
+ # @return [String]
885
+ attr_accessor :from_fusion_id
886
+
882
887
  # The content type of the file as specified in the request headers, multipart
883
888
  # headers, or RUPIO start request.
884
889
  # Corresponds to the JSON property `fromHeader`
@@ -892,6 +897,13 @@ module Google
892
897
  # @return [String]
893
898
  attr_accessor :from_url_path
894
899
 
900
+ # Metadata information from Fusion ID detection. Serialized
901
+ # FusionIdDetectionMetadata proto. Only set if from_fusion_id is set.
902
+ # Corresponds to the JSON property `fusionIdDetectionMetadata`
903
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
904
+ # @return [String]
905
+ attr_accessor :fusion_id_detection_metadata
906
+
895
907
  def initialize(**args)
896
908
  update!(**args)
897
909
  end
@@ -901,8 +913,10 @@ module Google
901
913
  @best_guess = args[:best_guess] if args.key?(:best_guess)
902
914
  @from_bytes = args[:from_bytes] if args.key?(:from_bytes)
903
915
  @from_file_name = args[:from_file_name] if args.key?(:from_file_name)
916
+ @from_fusion_id = args[:from_fusion_id] if args.key?(:from_fusion_id)
904
917
  @from_header = args[:from_header] if args.key?(:from_header)
905
918
  @from_url_path = args[:from_url_path] if args.key?(:from_url_path)
919
+ @fusion_id_detection_metadata = args[:fusion_id_detection_metadata] if args.key?(:fusion_id_detection_metadata)
906
920
  end
907
921
  end
908
922
 
@@ -5909,6 +5923,12 @@ module Google
5909
5923
  # @return [String]
5910
5924
  attr_accessor :sha256_hash
5911
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
+
5912
5932
  # Time at which the media data was last updated, in milliseconds since UNIX
5913
5933
  # epoch
5914
5934
  # Corresponds to the JSON property `timestamp`
@@ -5954,6 +5974,7 @@ module Google
5954
5974
  @reference_type = args[:reference_type] if args.key?(:reference_type)
5955
5975
  @sha1_hash = args[:sha1_hash] if args.key?(:sha1_hash)
5956
5976
  @sha256_hash = args[:sha256_hash] if args.key?(:sha256_hash)
5977
+ @sha512_hash = args[:sha512_hash] if args.key?(:sha512_hash)
5957
5978
  @timestamp = args[:timestamp] if args.key?(:timestamp)
5958
5979
  @token = args[:token] if args.key?(:token)
5959
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.30.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 = "20260220"
25
+ REVISION = "20260506"
26
26
  end
27
27
  end
28
28
  end
@@ -1183,8 +1183,10 @@ module Google
1183
1183
  property :best_guess, as: 'bestGuess'
1184
1184
  property :from_bytes, as: 'fromBytes'
1185
1185
  property :from_file_name, as: 'fromFileName'
1186
+ property :from_fusion_id, as: 'fromFusionId'
1186
1187
  property :from_header, as: 'fromHeader'
1187
1188
  property :from_url_path, as: 'fromUrlPath'
1189
+ property :fusion_id_detection_metadata, :base64 => true, as: 'fusionIdDetectionMetadata'
1188
1190
  end
1189
1191
  end
1190
1192
 
@@ -2457,6 +2459,7 @@ module Google
2457
2459
  property :reference_type, as: 'referenceType'
2458
2460
  property :sha1_hash, :base64 => true, as: 'sha1Hash'
2459
2461
  property :sha256_hash, :base64 => true, as: 'sha256Hash'
2462
+ property :sha512_hash, :base64 => true, as: 'sha512Hash'
2460
2463
  property :timestamp, :numeric_string => true, as: 'timestamp'
2461
2464
  property :token, as: 'token'
2462
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.30.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.30.0
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: