google-apis-firebaseappdistribution_v1alpha 0.24.0 → 0.25.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: 62167b94be820fce53ed872dadd5a11bba1383ce535e1f4dae7984f89de24929
|
|
4
|
+
data.tar.gz: 71d8b0624455fd3720be04d14ea2a050269549b608035f6e3e648e1a6ad00fcb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 15b050b674417bcaa99feda4329798b3ff965f550c5f1d0d9d7f7a01b5b66e91d7ff621941f23a9ec88ace7309f2d67c9527512b2777ec9dc48630579637ba83
|
|
7
|
+
data.tar.gz: 54da19b992e6e18951108003144181b5930fe13f929879fe35ff02145719c6b670db77f59d5655a6462bf915c66c303f8f27854aae2d539b3cb9f377869ddc0e
|
data/CHANGELOG.md
CHANGED
|
@@ -670,6 +670,13 @@ module Google
|
|
|
670
670
|
# @return [String]
|
|
671
671
|
attr_accessor :failed_reason
|
|
672
672
|
|
|
673
|
+
# Output only. Indicates that the test replayed saved actions and concluded
|
|
674
|
+
# without a final AI assertion.
|
|
675
|
+
# Corresponds to the JSON property `finalAiAssertionMissing`
|
|
676
|
+
# @return [Boolean]
|
|
677
|
+
attr_accessor :final_ai_assertion_missing
|
|
678
|
+
alias_method :final_ai_assertion_missing?, :final_ai_assertion_missing
|
|
679
|
+
|
|
673
680
|
# Output only. The reason why the test was inconclusive.
|
|
674
681
|
# Corresponds to the JSON property `inconclusiveReason`
|
|
675
682
|
# @return [String]
|
|
@@ -736,6 +743,7 @@ module Google
|
|
|
736
743
|
@device = args[:device] if args.key?(:device)
|
|
737
744
|
@execution_type = args[:execution_type] if args.key?(:execution_type)
|
|
738
745
|
@failed_reason = args[:failed_reason] if args.key?(:failed_reason)
|
|
746
|
+
@final_ai_assertion_missing = args[:final_ai_assertion_missing] if args.key?(:final_ai_assertion_missing)
|
|
739
747
|
@inconclusive_reason = args[:inconclusive_reason] if args.key?(:inconclusive_reason)
|
|
740
748
|
@name = args[:name] if args.key?(:name)
|
|
741
749
|
@origin_device_execution = args[:origin_device_execution] if args.key?(:origin_device_execution)
|
|
@@ -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.25.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 = "20251203"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -566,6 +566,7 @@ module Google
|
|
|
566
566
|
|
|
567
567
|
property :execution_type, as: 'executionType'
|
|
568
568
|
property :failed_reason, as: 'failedReason'
|
|
569
|
+
property :final_ai_assertion_missing, as: 'finalAiAssertionMissing'
|
|
569
570
|
property :inconclusive_reason, as: 'inconclusiveReason'
|
|
570
571
|
property :name, as: 'name'
|
|
571
572
|
property :origin_device_execution, as: 'originDeviceExecution'
|
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.25.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.25.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:
|