Skip to content

Commit 7a3cd5a

Browse files
feat: Automated regeneration of firebaseappdistribution v1 client (#25381)
Auto-created at 2026-01-18 09:51:46 +0000 using the toys pull request generator.
1 parent 615c38f commit 7a3cd5a

File tree

5 files changed

+17
-2
lines changed

5 files changed

+17
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261485,6 +261485,7 @@
261485261485
"/firebaseappdistribution:v1/GdataBlobstore2Info/downloadExternalReadToken": download_external_read_token
261486261486
"/firebaseappdistribution:v1/GdataBlobstore2Info/downloadReadHandle": download_read_handle
261487261487
"/firebaseappdistribution:v1/GdataBlobstore2Info/readToken": read_token
261488+
"/firebaseappdistribution:v1/GdataBlobstore2Info/uploadFragmentListCreationInfo": upload_fragment_list_creation_info
261488261489
"/firebaseappdistribution:v1/GdataBlobstore2Info/uploadMetadataContainer": upload_metadata_container
261489261490
"/firebaseappdistribution:v1/GdataCompositeMedia": gdata_composite_media
261490261491
"/firebaseappdistribution:v1/GdataCompositeMedia/blobRef": blob_ref

generated/google-apis-firebaseappdistribution_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-firebaseappdistribution_v1
22

3+
### v0.17.0 (2026-01-18)
4+
5+
* Regenerated from discovery document revision 20260113
6+
37
### v0.16.0 (2025-12-07)
48

59
* Regenerated from discovery document revision 20251203

generated/google-apis-firebaseappdistribution_v1/lib/google/apis/firebaseappdistribution_v1/classes.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ class GdataBlobstore2Info
5858
# @return [String]
5959
attr_accessor :read_token
6060

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+
6169
# Metadata passed from Blobstore -> Scotty for a new GCS upload. This is a
6270
# signed, serialized blobstore2.BlobMetadataContainer proto which must never be
6371
# consumed outside of Bigstore, and is not applicable to non-GCS media uploads.
@@ -77,6 +85,7 @@ def update!(**args)
7785
@download_external_read_token = args[:download_external_read_token] if args.key?(:download_external_read_token)
7886
@download_read_handle = args[:download_read_handle] if args.key?(:download_read_handle)
7987
@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)
8089
@upload_metadata_container = args[:upload_metadata_container] if args.key?(:upload_metadata_container)
8190
end
8291
end

generated/google-apis-firebaseappdistribution_v1/lib/google/apis/firebaseappdistribution_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module FirebaseappdistributionV1
1818
# Version of the google-apis-firebaseappdistribution_v1 gem
19-
GEM_VERSION = "0.16.0"
19+
GEM_VERSION = "0.17.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20251203"
25+
REVISION = "20260113"
2626
end
2727
end
2828
end

generated/google-apis-firebaseappdistribution_v1/lib/google/apis/firebaseappdistribution_v1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
270270
property :download_external_read_token, :base64 => true, as: 'downloadExternalReadToken'
271271
property :download_read_handle, :base64 => true, as: 'downloadReadHandle'
272272
property :read_token, as: 'readToken'
273+
property :upload_fragment_list_creation_info, :base64 => true, as: 'uploadFragmentListCreationInfo'
273274
property :upload_metadata_container, :base64 => true, as: 'uploadMetadataContainer'
274275
end
275276
end

0 commit comments

Comments
 (0)