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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b2c7a37e9eb175a6b3deba5f848789c1d0168032f8293294e921ff6c15728665
|
4
|
+
data.tar.gz: f9a45ae060ddc596707cfb3508d28640a708dc43c32363ecabfffd2ae40c3013
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68108300c7637240a04759ce3521b299fcfde686227c180366ba01d117811c0beef9c416cef3428774c8c86483b88b9eaf6d808ee10066aa4cf73913dcddad54
|
7
|
+
data.tar.gz: 7ed17add7944f21157503b413ac1ad101bcd6889f46bdaa9d3c23ab4edc9c584efb484f5769f168026929e48757fd4010971fe051dedbcd75154db55652f950f
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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.
|
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.
|
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:
|