google-apis-firebaseappdistribution_v1 0.16.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: afaf0dbedfd7aafa8a016e15ff5b66cb692558de0bb40e1d60b18861c793c303
4
- data.tar.gz: 3e12a51f58e9d7d6942768d5e949f58d961900fc4eb59d1e55934c0e913dd5f8
3
+ metadata.gz: 50ec0d965a4ac59b1f16eaf6cc84046756e43c1e7c7688bbb424879392375134
4
+ data.tar.gz: 7e8aab6285a61f4c38e88e7a6732b922211bd373ea99491803b859f3524fcc7e
5
5
  SHA512:
6
- metadata.gz: 50234f85c65373981965cd3bc81ac96e8b108b1bcda875f1fff2664d6cab886b938245b3bea49fbc5da7765209ba0ecc2a352f86ab9ed141a7aba84152d8a5ae
7
- data.tar.gz: cd94223c99a7efaf99dc3c17e7e963908e35108fcdf8494e06476e66f9355f7885bd729443438a4d5ddcc0463957567c2aee6c2f9a299781b08fe7ebf804743d
6
+ metadata.gz: 8d288b3b211837f1f2f2d95a3844dc5d53c84134744c0085bb87bd036b4b5ca4678c7da3aabbe864882fb3509905d6f1aa1d7fcdcb8790eace5c9728dddc4aaf
7
+ data.tar.gz: c80268d297ff763d725299434bceb0588f64ed0d1da1a092051e35baf2e30f65329ed64d9db79437774d3658cc147dc085b19686b16cd76d9df615008397d67a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.17.0 (2026-01-18)
8
+
9
+ * Regenerated from discovery document revision 20260113
10
+
3
11
  ### v0.16.0 (2025-12-07)
4
12
 
5
13
  * Regenerated from discovery document revision 20251203
@@ -58,6 +58,14 @@ module Google
58
58
  # @return [String]
59
59
  attr_accessor :read_token
60
60
 
61
+ # A serialized Object Fragment List Creation Info passed from Bigstore -> Scotty
62
+ # for a GCS upload. This field must never be consumed outside of Bigstore, and
63
+ # is not applicable to non-GCS media uploads.
64
+ # Corresponds to the JSON property `uploadFragmentListCreationInfo`
65
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
66
+ # @return [String]
67
+ attr_accessor :upload_fragment_list_creation_info
68
+
61
69
  # Metadata passed from Blobstore -> Scotty for a new GCS upload. This is a
62
70
  # signed, serialized blobstore2.BlobMetadataContainer proto which must never be
63
71
  # consumed outside of Bigstore, and is not applicable to non-GCS media uploads.
@@ -77,6 +85,7 @@ module Google
77
85
  @download_external_read_token = args[:download_external_read_token] if args.key?(:download_external_read_token)
78
86
  @download_read_handle = args[:download_read_handle] if args.key?(:download_read_handle)
79
87
  @read_token = args[:read_token] if args.key?(:read_token)
88
+ @upload_fragment_list_creation_info = args[:upload_fragment_list_creation_info] if args.key?(:upload_fragment_list_creation_info)
80
89
  @upload_metadata_container = args[:upload_metadata_container] if args.key?(:upload_metadata_container)
81
90
  end
82
91
  end
@@ -202,6 +211,11 @@ module Google
202
211
  # @return [String]
203
212
  attr_accessor :from_file_name
204
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
+
205
219
  # The content type of the file as specified in the request headers, multipart
206
220
  # headers, or RUPIO start request.
207
221
  # Corresponds to the JSON property `fromHeader`
@@ -215,6 +229,13 @@ module Google
215
229
  # @return [String]
216
230
  attr_accessor :from_url_path
217
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
+
218
239
  def initialize(**args)
219
240
  update!(**args)
220
241
  end
@@ -224,8 +245,10 @@ module Google
224
245
  @best_guess = args[:best_guess] if args.key?(:best_guess)
225
246
  @from_bytes = args[:from_bytes] if args.key?(:from_bytes)
226
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)
227
249
  @from_header = args[:from_header] if args.key?(:from_header)
228
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)
229
252
  end
230
253
  end
231
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.16.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 = "20251203"
25
+ REVISION = "20260408"
26
26
  end
27
27
  end
28
28
  end
@@ -270,6 +270,7 @@ module Google
270
270
  property :download_external_read_token, :base64 => true, as: 'downloadExternalReadToken'
271
271
  property :download_read_handle, :base64 => true, as: 'downloadReadHandle'
272
272
  property :read_token, as: 'readToken'
273
+ property :upload_fragment_list_creation_info, :base64 => true, as: 'uploadFragmentListCreationInfo'
273
274
  property :upload_metadata_container, :base64 => true, as: 'uploadMetadataContainer'
274
275
  end
275
276
  end
@@ -299,8 +300,10 @@ module Google
299
300
  property :best_guess, as: 'bestGuess'
300
301
  property :from_bytes, as: 'fromBytes'
301
302
  property :from_file_name, as: 'fromFileName'
303
+ property :from_fusion_id, as: 'fromFusionId'
302
304
  property :from_header, as: 'fromHeader'
303
305
  property :from_url_path, as: 'fromUrlPath'
306
+ property :fusion_id_detection_metadata, :base64 => true, as: 'fusionIdDetectionMetadata'
304
307
  end
305
308
  end
306
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.16.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.16.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: