google-apis-firebaseappdistribution_v1 0.16.0 → 0.17.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: 1f60802004378840333588022145b5e0ecb7c3098657b1e410d86f13bcdfbc53
4
+ data.tar.gz: 0fbe9c203798c63b76a9ae478a78211c15db94cb8bf14245870f9b908937ee4f
5
5
  SHA512:
6
- metadata.gz: 50234f85c65373981965cd3bc81ac96e8b108b1bcda875f1fff2664d6cab886b938245b3bea49fbc5da7765209ba0ecc2a352f86ab9ed141a7aba84152d8a5ae
7
- data.tar.gz: cd94223c99a7efaf99dc3c17e7e963908e35108fcdf8494e06476e66f9355f7885bd729443438a4d5ddcc0463957567c2aee6c2f9a299781b08fe7ebf804743d
6
+ metadata.gz: f5254525047c585b1d56e94c3a01bfe431287a5e17a25f48375d3a3b0ffc1b336151a8a4b6c8ba9e258fba622980286c654146e8033bc6099118869e6b279b7f
7
+ data.tar.gz: 52381a529a6e75c82f29f1d6749905fd763641efc0bc85ad964b22792a1a164abcf78d7f7cfe11ec748ae8e34f3db7ebf39d9b669fe525fb5a06c5f1344ffd29
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebaseappdistribution_v1
2
2
 
3
+ ### v0.17.0 (2026-01-18)
4
+
5
+ * Regenerated from discovery document revision 20260113
6
+
3
7
  ### v0.16.0 (2025-12-07)
4
8
 
5
9
  * 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
@@ -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.17.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 = "20260113"
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
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.17.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.17.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: