google-apis-firebaseappdistribution_v1alpha 0.18.0 → 0.19.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: 46b5ec56b08fabdb2643fb585ac901cf37129ecf8f8cc6d474c3f1c2499147a6
4
- data.tar.gz: 47f962ce8830038be9d99f00c906f17c6e6f90f27369f30851196d2dcea90520
3
+ metadata.gz: b2c7a37e9eb175a6b3deba5f848789c1d0168032f8293294e921ff6c15728665
4
+ data.tar.gz: f9a45ae060ddc596707cfb3508d28640a708dc43c32363ecabfffd2ae40c3013
5
5
  SHA512:
6
- metadata.gz: 83fe430224e87eb0733ddd4a7af9f7bebf27d89818a6abb408000fd5a916471f7831f9c152531728f30daee344b601bd68fa6d60cbb8317e8e9e7f25c1943b84
7
- data.tar.gz: 5105c52918ccefac58f4e99809559c5858d7a60c6fddefbaeb9e9c2dd066ae71afa1096acfe90a0064904f3d30cfa0e0c8923ad30d8ba6689ecd9b8cf8d6fad6
6
+ metadata.gz: 68108300c7637240a04759ce3521b299fcfde686227c180366ba01d117811c0beef9c416cef3428774c8c86483b88b9eaf6d808ee10066aa4cf73913dcddad54
7
+ data.tar.gz: 7ed17add7944f21157503b413ac1ad101bcd6889f46bdaa9d3c23ab4edc9c584efb484f5769f168026929e48757fd4010971fe051dedbcd75154db55652f950f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebaseappdistribution_v1alpha
2
2
 
3
+ ### v0.19.0 (2025-09-21)
4
+
5
+ * Regenerated from discovery document revision 20250916
6
+
3
7
  ### v0.18.0 (2025-09-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20250912
@@ -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.18.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250912"
25
+ REVISION = "20250916"
26
26
  end
27
27
  end
28
28
  end
@@ -724,6 +724,9 @@ module Google
724
724
  # Identifier. The name of the test case resource. Format: `projects/`
725
725
  # project_number`/apps/`app_id`/testCases/`test_case_id``
726
726
  # @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase] google_firebase_appdistro_v1alpha_test_case_object
727
+ # @param [Boolean] allow_missing
728
+ # Optional. If set to true, and the test case is not found, a new test case will
729
+ # be created.
727
730
  # @param [String] fields
728
731
  # Selector specifying which fields to include in a partial response.
729
732
  # @param [String] quota_user
@@ -741,13 +744,14 @@ module Google
741
744
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
742
745
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
743
746
  # @raise [Google::Apis::AuthorizationError] Authorization is required
744
- def patch_project_app_test_case(name, google_firebase_appdistro_v1alpha_test_case_object = nil, fields: nil, quota_user: nil, options: nil, &block)
747
+ def patch_project_app_test_case(name, google_firebase_appdistro_v1alpha_test_case_object = nil, allow_missing: nil, fields: nil, quota_user: nil, options: nil, &block)
745
748
  command = make_simple_command(:patch, 'v1alpha/{+name}', options)
746
749
  command.request_representation = Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase::Representation
747
750
  command.request_object = google_firebase_appdistro_v1alpha_test_case_object
748
751
  command.response_representation = Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase::Representation
749
752
  command.response_class = Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase
750
753
  command.params['name'] = name unless name.nil?
754
+ command.query['allowMissing'] = allow_missing unless allow_missing.nil?
751
755
  command.query['fields'] = fields unless fields.nil?
752
756
  command.query['quotaUser'] = quota_user unless quota_user.nil?
753
757
  execute_or_queue_command(command, &block)
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.18.0
4
+ version: 0.19.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.18.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1alpha/v0.19.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: