google-apis-firebaseappdistribution_v1alpha 0.28.0 → 0.30.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: 75fe43e58f3e63d6a0db166c5f4bcf2588f1ed7ff5086c3d73018cf406aa5a3c
4
- data.tar.gz: 201ab9153dee45bf9e6422768441932d7ed70be689527e0af080097a00cff1c5
3
+ metadata.gz: 2955c057ae2a6903b8bef4defbb93363ef527bde0eee6e3103962a2585307eff
4
+ data.tar.gz: fc9ea49b8f18fc7f7ecb0de988167a8ec368e905705590355dabc52dd119247f
5
5
  SHA512:
6
- metadata.gz: 7a18ac875a145871dca6ac49afe79a6e0f7502c848bbd345e028930513df87fc25a33abbde361c8879dc514e2e189ab90f2596cb830e0b78dcf7940549822728
7
- data.tar.gz: 11abaa6888ba4431af601a21641fd244fa8b6b9f0d5fa4d636f8fd5a154f4750153a028305cd975b16fa49f34d5c20460229f06a2bd207597a87c7f53fd73a18
6
+ metadata.gz: 875ecbf53c2aa7f78b95e3b39049df9d199798d797b37e08795c451d6e4dac69273dec2f20cfe1cbb27a7ffc332e20370cedc16852fbe01545247fb128fa3a40
7
+ data.tar.gz: e1d6b7a21f0180923d11b92729f8f2b5c3640af6769c64074ab62746ccf031880e2d11bee8de85ce4991da98789b16ef241e96b847b1cdcd11d393d4f8a2222d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-firebaseappdistribution_v1alpha
2
2
 
3
+ ### v0.30.0 (2026-07-19)
4
+
5
+ * Regenerated from discovery document revision 20260713
6
+
7
+ ### v0.29.0 (2026-06-14)
8
+
9
+ * Regenerated from discovery document revision 20260518
10
+ * Regenerated using generator version 0.19.0
11
+
3
12
  ### v0.28.0 (2026-05-10)
4
13
 
5
14
  * Regenerated from discovery document revision 20260504
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://firebase.google.com/products/app-distributio
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -88,6 +88,11 @@ module Google
88
88
  class GoogleFirebaseAppdistroV1Release
89
89
  include Google::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`
@@ -152,6 +157,7 @@ module Google
152
157
 
153
158
  # Update properties of this object
154
159
  def update!(**args)
160
+ @android_package_registration_state = args[:android_package_registration_state] if args.key?(:android_package_registration_state)
155
161
  @binary_download_uri = args[:binary_download_uri] if args.key?(:binary_download_uri)
156
162
  @build_version = args[:build_version] if args.key?(:build_version)
157
163
  @create_time = args[:create_time] if args.key?(:create_time)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirebaseappdistributionV1alpha
18
18
  # Version of the google-apis-firebaseappdistribution_v1alpha gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260504"
25
+ REVISION = "20260713"
26
26
  end
27
27
  end
28
28
  end
@@ -379,6 +379,7 @@ module Google
379
379
  class GoogleFirebaseAppdistroV1Release
380
380
  # @private
381
381
  class Representation < Google::Apis::Core::JsonRepresentation
382
+ property :android_package_registration_state, as: 'androidPackageRegistrationState'
382
383
  property :binary_download_uri, as: 'binaryDownloadUri'
383
384
  property :build_version, as: 'buildVersion'
384
385
  property :create_time, as: 'createTime'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebaseappdistribution_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.30.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_v1alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1alpha/v0.28.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1alpha/v0.30.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappdistribution_v1alpha
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="