You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/classes.rb
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,11 @@ def update!(**args)
88
88
classGoogleFirebaseAppdistroV1Release
89
89
includeGoogle::Apis::Core::Hashable
90
90
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
+
91
96
# Output only. A signed link (which expires in one hour) to directly download
92
97
# the app binary (IPA/APK/AAB) file.
93
98
# Corresponds to the JSON property `binaryDownloadUri`
Copy file name to clipboardExpand all lines: generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/gem_version.rb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ module Google
16
16
moduleApis
17
17
moduleFirebaseappdistributionV1alpha
18
18
# Version of the google-apis-firebaseappdistribution_v1alpha gem
19
-
GEM_VERSION="0.29.0"
19
+
GEM_VERSION="0.30.0"
20
20
21
21
# Version of the code generator used to generate this client
22
22
GENERATOR_VERSION="0.19.0"
23
23
24
24
# Revision of the discovery document this client was generated from
Copy file name to clipboardExpand all lines: generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/representations.rb
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -379,6 +379,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
0 commit comments