Skip to content

Commit 3e84927

Browse files
feat: Automated regeneration of firebaseappdistribution v1alpha client (googleapis#27405)
Auto-created at 2026-07-19 11:47:56 +0000 using the toys pull request generator.
1 parent 679abf7 commit 3e84927

5 files changed

Lines changed: 14 additions & 2 deletions

File tree

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281809,6 +281809,7 @@
281809281809
"/firebaseappdistribution:v1alpha/AndroidxCrawlerOutputRectangle/right": right
281810281810
"/firebaseappdistribution:v1alpha/AndroidxCrawlerOutputRectangle/top": top
281811281811
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1Release": google_firebase_appdistro_v1_release
281812+
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1Release/androidPackageRegistrationState": android_package_registration_state
281812281813
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1Release/binaryDownloadUri": binary_download_uri
281813281814
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1Release/buildVersion": build_version
281814281815
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1Release/createTime": create_time

generated/google-apis-firebaseappdistribution_v1alpha/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_v1alpha
22

3+
### v0.30.0 (2026-07-19)
4+
5+
* Regenerated from discovery document revision 20260713
6+
37
### v0.29.0 (2026-06-14)
48

59
* Regenerated from discovery document revision 20260518

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ def update!(**args)
8888
class GoogleFirebaseAppdistroV1Release
8989
include Google::Apis::Core::Hashable
9090

91+
# Output only. Registration state of the Android package (BinaryType.APK).
92+
# Corresponds to the JSON property `androidPackageRegistrationState`
93+
# @return [String]
94+
attr_accessor :android_package_registration_state
95+
9196
# Output only. A signed link (which expires in one hour) to directly download
9297
# the app binary (IPA/APK/AAB) file.
9398
# Corresponds to the JSON property `binaryDownloadUri`
@@ -152,6 +157,7 @@ def initialize(**args)
152157

153158
# Update properties of this object
154159
def update!(**args)
160+
@android_package_registration_state = args[:android_package_registration_state] if args.key?(:android_package_registration_state)
155161
@binary_download_uri = args[:binary_download_uri] if args.key?(:binary_download_uri)
156162
@build_version = args[:build_version] if args.key?(:build_version)
157163
@create_time = args[:create_time] if args.key?(:create_time)

generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/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 FirebaseappdistributionV1alpha
1818
# Version of the google-apis-firebaseappdistribution_v1alpha gem
19-
GEM_VERSION = "0.29.0"
19+
GEM_VERSION = "0.30.0"
2020

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

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
379379
class GoogleFirebaseAppdistroV1Release
380380
# @private
381381
class Representation < Google::Apis::Core::JsonRepresentation
382+
property :android_package_registration_state, as: 'androidPackageRegistrationState'
382383
property :binary_download_uri, as: 'binaryDownloadUri'
383384
property :build_version, as: 'buildVersion'
384385
property :create_time, as: 'createTime'

0 commit comments

Comments
 (0)