google-apis-firebaseappdistribution_v1alpha 0.27.0 → 0.29.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: 8711355e09c8a1d9462f059279fdd68197cbdd8c4e7850ef954bb94a3061bb74
4
- data.tar.gz: a7b5fa19d2725f47066c741351fa743e47539a7b068d78d819f14c84119d6896
3
+ metadata.gz: d60f9f43a6ca0f200ac8edeeccd81228395a52048ffca44a898a10b52897252c
4
+ data.tar.gz: e369b13d90e17aba33a2954f2cf8f1e72f6132fc9131596e98392d0b04ea4d65
5
5
  SHA512:
6
- metadata.gz: 50c048811df400fdbd2b421b0f5d21b89f3f9bba605e0fc8d595fbb585c9bf5c10480f84017f3da9742e11efe821099a65bdc07a6767dedf822f5a7ceff8da15
7
- data.tar.gz: e88f7423c217ca4645a876d2fa028aa596a5d24eb15b6628373dfab354be572ccc770640438c94fe4b35807ead499ade05097b510f1efcbbb1c994496ae1c99b
6
+ metadata.gz: a5879c19195d1da7ad19e16de89b6c4dd0138c09783fae18c9797cd8a7dd4be0d06bbbd15c9e89ba9d37af57b11fe188f30206599a573cefb45e4405a89e1e4b
7
+ data.tar.gz: b6f20f8387a1772321d3662da4512a065026b4f23b68df079ed00d89ff0032c733adf232c93c031c516885e8e4cad83bde2676150ca34b5ee0b18151a073ffcd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-firebaseappdistribution_v1alpha
2
2
 
3
+ ### v0.29.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260518
6
+ * Regenerated using generator version 0.19.0
7
+
8
+ ### v0.28.0 (2026-05-10)
9
+
10
+ * Regenerated from discovery document revision 20260504
11
+
3
12
  ### v0.27.0 (2026-05-03)
4
13
 
5
14
  * Regenerated from discovery document revision 20260430
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
 
@@ -1458,6 +1458,13 @@ module Google
1458
1458
  # @return [String]
1459
1459
  attr_accessor :name
1460
1460
 
1461
+ # Optional. Input only. The custom Cloud Storage bucket where test results are
1462
+ # stored. Format: `projects/`project_number`/buckets/`bucket`` If not provided,
1463
+ # the default test lab bucket is used.
1464
+ # Corresponds to the JSON property `resultsBucket`
1465
+ # @return [String]
1466
+ attr_accessor :results_bucket
1467
+
1461
1468
  # Optional. The test case that was used to generate this release test. Note: The
1462
1469
  # test case may have changed or been deleted since the release test was created.
1463
1470
  # Format: `projects/`project_number`/apps/`app`/testCases/`test_case``
@@ -1482,6 +1489,7 @@ module Google
1482
1489
  @display_name = args[:display_name] if args.key?(:display_name)
1483
1490
  @login_credential = args[:login_credential] if args.key?(:login_credential)
1484
1491
  @name = args[:name] if args.key?(:name)
1492
+ @results_bucket = args[:results_bucket] if args.key?(:results_bucket)
1485
1493
  @test_case = args[:test_case] if args.key?(:test_case)
1486
1494
  @test_state = args[:test_state] if args.key?(:test_state)
1487
1495
  end
@@ -1672,6 +1680,13 @@ module Google
1672
1680
  # @return [String]
1673
1681
  attr_accessor :name
1674
1682
 
1683
+ # Optional. The custom Cloud Storage bucket where test results are stored.
1684
+ # Format: `projects/`project_number`/buckets/`bucket`` If not provided, the
1685
+ # default test lab bucket is used.
1686
+ # Corresponds to the JSON property `resultsBucket`
1687
+ # @return [String]
1688
+ attr_accessor :results_bucket
1689
+
1675
1690
  # Configuration for Robo crawler
1676
1691
  # Corresponds to the JSON property `roboCrawler`
1677
1692
  # @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaRoboCrawler]
@@ -1690,6 +1705,7 @@ module Google
1690
1705
  def update!(**args)
1691
1706
  @display_name = args[:display_name] if args.key?(:display_name)
1692
1707
  @name = args[:name] if args.key?(:name)
1708
+ @results_bucket = args[:results_bucket] if args.key?(:results_bucket)
1693
1709
  @robo_crawler = args[:robo_crawler] if args.key?(:robo_crawler)
1694
1710
  @test_devices = args[:test_devices] if args.key?(:test_devices)
1695
1711
  end
@@ -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.27.0"
19
+ GEM_VERSION = "0.29.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 = "20260430"
25
+ REVISION = "20260518"
26
26
  end
27
27
  end
28
28
  end
@@ -802,6 +802,7 @@ module Google
802
802
  property :login_credential, as: 'loginCredential', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaLoginCredential, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaLoginCredential::Representation
803
803
 
804
804
  property :name, as: 'name'
805
+ property :results_bucket, as: 'resultsBucket'
805
806
  property :test_case, as: 'testCase'
806
807
  property :test_state, as: 'testState'
807
808
  end
@@ -863,6 +864,7 @@ module Google
863
864
  class Representation < Google::Apis::Core::JsonRepresentation
864
865
  property :display_name, as: 'displayName'
865
866
  property :name, as: 'name'
867
+ property :results_bucket, as: 'resultsBucket'
866
868
  property :robo_crawler, as: 'roboCrawler', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaRoboCrawler, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaRoboCrawler::Representation
867
869
 
868
870
  collection :test_devices, as: 'testDevices', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestDevice, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestDevice::Representation
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.27.0
4
+ version: 0.29.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.27.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1alpha/v0.29.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
  - - ">="