google-apis-firebaseappdistribution_v1alpha 0.25.0 → 0.27.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: 8711355e09c8a1d9462f059279fdd68197cbdd8c4e7850ef954bb94a3061bb74
|
|
4
|
+
data.tar.gz: a7b5fa19d2725f47066c741351fa743e47539a7b068d78d819f14c84119d6896
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 50c048811df400fdbd2b421b0f5d21b89f3f9bba605e0fc8d595fbb585c9bf5c10480f84017f3da9742e11efe821099a65bdc07a6767dedf822f5a7ceff8da15
|
|
7
|
+
data.tar.gz: e88f7423c217ca4645a876d2fa028aa596a5d24eb15b6628373dfab354be572ccc770640438c94fe4b35807ead499ade05097b510f1efcbbb1c994496ae1c99b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-firebaseappdistribution_v1alpha
|
|
2
2
|
|
|
3
|
+
### v0.27.0 (2026-05-03)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260430
|
|
6
|
+
|
|
7
|
+
### v0.26.0 (2026-03-08)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260305
|
|
10
|
+
|
|
3
11
|
### v0.25.0 (2025-12-07)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251203
|
|
@@ -292,8 +292,10 @@ module Google
|
|
|
292
292
|
# @return [String]
|
|
293
293
|
attr_accessor :hint
|
|
294
294
|
|
|
295
|
-
# Optional. A description of
|
|
296
|
-
#
|
|
295
|
+
# Optional. A visual description of the screen's expected state after the step
|
|
296
|
+
# has been successfully completed. This is referred to as the "final screen
|
|
297
|
+
# assertion" in the Firebase console and CLI tools. This field must be provided
|
|
298
|
+
# for the last step in a test case, and is optional for all other steps.
|
|
297
299
|
# Corresponds to the JSON property `successCriteria`
|
|
298
300
|
# @return [String]
|
|
299
301
|
attr_accessor :success_criteria
|
|
@@ -801,6 +803,18 @@ module Google
|
|
|
801
803
|
# @return [Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputPoint]
|
|
802
804
|
attr_accessor :tap_prop
|
|
803
805
|
|
|
806
|
+
# Output only. The target folded state of the device in a set folded state
|
|
807
|
+
# action. The valid string values are device-dependent, and can be found using `
|
|
808
|
+
# adb shell cmd device_state print-states`.
|
|
809
|
+
# Corresponds to the JSON property `targetFoldedState`
|
|
810
|
+
# @return [String]
|
|
811
|
+
attr_accessor :target_folded_state
|
|
812
|
+
|
|
813
|
+
# Output only. The target orientation of the device in a set orientation action.
|
|
814
|
+
# Corresponds to the JSON property `targetOrientation`
|
|
815
|
+
# @return [String]
|
|
816
|
+
attr_accessor :target_orientation
|
|
817
|
+
|
|
804
818
|
# Output only. A text input action, that types some text into whatever field is
|
|
805
819
|
# currently focused, if any. Unlike `enter_text` this action requires that the
|
|
806
820
|
# field be brought into focus first, for example by emitting a tap action before
|
|
@@ -828,6 +842,8 @@ module Google
|
|
|
828
842
|
@screenshot = args[:screenshot] if args.key?(:screenshot)
|
|
829
843
|
@swipe = args[:swipe] if args.key?(:swipe)
|
|
830
844
|
@tap_prop = args[:tap_prop] if args.key?(:tap_prop)
|
|
845
|
+
@target_folded_state = args[:target_folded_state] if args.key?(:target_folded_state)
|
|
846
|
+
@target_orientation = args[:target_orientation] if args.key?(:target_orientation)
|
|
831
847
|
@text_input = args[:text_input] if args.key?(:text_input)
|
|
832
848
|
@wait = args[:wait] if args.key?(:wait)
|
|
833
849
|
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.
|
|
19
|
+
GEM_VERSION = "0.27.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 = "20260430"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -598,6 +598,8 @@ module Google
|
|
|
598
598
|
|
|
599
599
|
property :tap_prop, as: 'tap', class: Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputPoint, decorator: Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputPoint::Representation
|
|
600
600
|
|
|
601
|
+
property :target_folded_state, as: 'targetFoldedState'
|
|
602
|
+
property :target_orientation, as: 'targetOrientation'
|
|
601
603
|
property :text_input, as: 'textInput'
|
|
602
604
|
property :wait, as: 'wait', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionWait, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionWait::Representation
|
|
603
605
|
|
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.27.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.27.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:
|