google-apis-firebaseappdistribution_v1 0.17.0 → 0.18.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: 1f60802004378840333588022145b5e0ecb7c3098657b1e410d86f13bcdfbc53
4
- data.tar.gz: 0fbe9c203798c63b76a9ae478a78211c15db94cb8bf14245870f9b908937ee4f
3
+ metadata.gz: 50ec0d965a4ac59b1f16eaf6cc84046756e43c1e7c7688bbb424879392375134
4
+ data.tar.gz: 7e8aab6285a61f4c38e88e7a6732b922211bd373ea99491803b859f3524fcc7e
5
5
  SHA512:
6
- metadata.gz: f5254525047c585b1d56e94c3a01bfe431287a5e17a25f48375d3a3b0ffc1b336151a8a4b6c8ba9e258fba622980286c654146e8033bc6099118869e6b279b7f
7
- data.tar.gz: 52381a529a6e75c82f29f1d6749905fd763641efc0bc85ad964b22792a1a164abcf78d7f7cfe11ec748ae8e34f3db7ebf39d9b669fe525fb5a06c5f1344ffd29
6
+ metadata.gz: 8d288b3b211837f1f2f2d95a3844dc5d53c84134744c0085bb87bd036b4b5ca4678c7da3aabbe864882fb3509905d6f1aa1d7fcdcb8790eace5c9728dddc4aaf
7
+ data.tar.gz: c80268d297ff763d725299434bceb0588f64ed0d1da1a092051e35baf2e30f65329ed64d9db79437774d3658cc147dc085b19686b16cd76d9df615008397d67a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebaseappdistribution_v1
2
2
 
3
+ ### v0.18.0 (2026-04-19)
4
+
5
+ * Regenerated from discovery document revision 20260408
6
+
3
7
  ### v0.17.0 (2026-01-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20260113
@@ -211,6 +211,11 @@ module Google
211
211
  # @return [String]
212
212
  attr_accessor :from_file_name
213
213
 
214
+ # The content type of the file detected by Fusion ID. go/fusionid
215
+ # Corresponds to the JSON property `fromFusionId`
216
+ # @return [String]
217
+ attr_accessor :from_fusion_id
218
+
214
219
  # The content type of the file as specified in the request headers, multipart
215
220
  # headers, or RUPIO start request.
216
221
  # Corresponds to the JSON property `fromHeader`
@@ -224,6 +229,13 @@ module Google
224
229
  # @return [String]
225
230
  attr_accessor :from_url_path
226
231
 
232
+ # Metadata information from Fusion ID detection. Serialized
233
+ # FusionIdDetectionMetadata proto. Only set if from_fusion_id is set.
234
+ # Corresponds to the JSON property `fusionIdDetectionMetadata`
235
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
236
+ # @return [String]
237
+ attr_accessor :fusion_id_detection_metadata
238
+
227
239
  def initialize(**args)
228
240
  update!(**args)
229
241
  end
@@ -233,8 +245,10 @@ module Google
233
245
  @best_guess = args[:best_guess] if args.key?(:best_guess)
234
246
  @from_bytes = args[:from_bytes] if args.key?(:from_bytes)
235
247
  @from_file_name = args[:from_file_name] if args.key?(:from_file_name)
248
+ @from_fusion_id = args[:from_fusion_id] if args.key?(:from_fusion_id)
236
249
  @from_header = args[:from_header] if args.key?(:from_header)
237
250
  @from_url_path = args[:from_url_path] if args.key?(:from_url_path)
251
+ @fusion_id_detection_metadata = args[:fusion_id_detection_metadata] if args.key?(:fusion_id_detection_metadata)
238
252
  end
239
253
  end
240
254
 
@@ -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.17.0"
19
+ GEM_VERSION = "0.18.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 = "20260113"
25
+ REVISION = "20260408"
26
26
  end
27
27
  end
28
28
  end
@@ -300,8 +300,10 @@ module Google
300
300
  property :best_guess, as: 'bestGuess'
301
301
  property :from_bytes, as: 'fromBytes'
302
302
  property :from_file_name, as: 'fromFileName'
303
+ property :from_fusion_id, as: 'fromFusionId'
303
304
  property :from_header, as: 'fromHeader'
304
305
  property :from_url_path, as: 'fromUrlPath'
306
+ property :fusion_id_detection_metadata, :base64 => true, as: 'fusionIdDetectionMetadata'
305
307
  end
306
308
  end
307
309
 
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.17.0
4
+ version: 0.18.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.17.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1/v0.18.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: