google-apis-firebaseappdistribution_v1alpha 0.22.0 → 0.23.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: dc513072338408b7e70b30bd0b62df9ee4eebd5db06e02d94ac040e1b609fd92
|
|
4
|
+
data.tar.gz: 0b1c642eaee224f038eef2c7ed8907df54b8c5b1b5f45efc66871ef3e7a6f413
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6219d0fd93d6eae4e83e4132a3363f0ae3f99f695c9a67a3548157ffbbffe4e206d2ba08dc740becef2976a32cc061b37b8e938ee3c55944b073698569ca0343
|
|
7
|
+
data.tar.gz: d00b68f5cd3a2c240d1d9997ed410d4122010976bbe4766f7ed1a772f23abb187eadfe45f0645335e99e99cd9920089c5fe102458c99926bcc4ce79b767f4f00
|
data/CHANGELOG.md
CHANGED
|
@@ -660,6 +660,11 @@ module Google
|
|
|
660
660
|
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestDevice]
|
|
661
661
|
attr_accessor :device
|
|
662
662
|
|
|
663
|
+
# Output only. The type of execution for the test.
|
|
664
|
+
# Corresponds to the JSON property `executionType`
|
|
665
|
+
# @return [String]
|
|
666
|
+
attr_accessor :execution_type
|
|
667
|
+
|
|
663
668
|
# Output only. The reason why the test failed.
|
|
664
669
|
# Corresponds to the JSON property `failedReason`
|
|
665
670
|
# @return [String]
|
|
@@ -713,6 +718,7 @@ module Google
|
|
|
713
718
|
@app_crash = args[:app_crash] if args.key?(:app_crash)
|
|
714
719
|
@crawl_graph_uri = args[:crawl_graph_uri] if args.key?(:crawl_graph_uri)
|
|
715
720
|
@device = args[:device] if args.key?(:device)
|
|
721
|
+
@execution_type = args[:execution_type] if args.key?(:execution_type)
|
|
716
722
|
@failed_reason = args[:failed_reason] if args.key?(:failed_reason)
|
|
717
723
|
@inconclusive_reason = args[:inconclusive_reason] if args.key?(:inconclusive_reason)
|
|
718
724
|
@results_storage_path = args[:results_storage_path] if args.key?(:results_storage_path)
|
|
@@ -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.23.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 = "20251030"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -564,6 +564,7 @@ module Google
|
|
|
564
564
|
property :crawl_graph_uri, as: 'crawlGraphUri'
|
|
565
565
|
property :device, as: 'device', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestDevice, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestDevice::Representation
|
|
566
566
|
|
|
567
|
+
property :execution_type, as: 'executionType'
|
|
567
568
|
property :failed_reason, as: 'failedReason'
|
|
568
569
|
property :inconclusive_reason, as: 'inconclusiveReason'
|
|
569
570
|
property :results_storage_path, as: 'resultsStoragePath'
|
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.23.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.23.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:
|