google-apis-firebaseappdistribution_v1alpha 0.12.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 +4 -4
- data/CHANGELOG.md +53 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/firebaseappdistribution_v1alpha/classes.rb +324 -14
- data/lib/google/apis/firebaseappdistribution_v1alpha/gem_version.rb +3 -3
- data/lib/google/apis/firebaseappdistribution_v1alpha/representations.rb +148 -0
- data/lib/google/apis/firebaseappdistribution_v1alpha/service.rb +106 -29
- metadata +5 -5
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
|
@@ -1,5 +1,58 @@
|
|
|
1
1
|
# Release history for google-apis-firebaseappdistribution_v1alpha
|
|
2
2
|
|
|
3
|
+
### v0.25.0 (2025-12-07)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251203
|
|
6
|
+
|
|
7
|
+
### v0.24.0 (2025-11-09)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251107
|
|
10
|
+
|
|
11
|
+
### v0.23.0 (2025-11-02)
|
|
12
|
+
|
|
13
|
+
* Regenerated from discovery document revision 20251030
|
|
14
|
+
|
|
15
|
+
### v0.22.0 (2025-10-26)
|
|
16
|
+
|
|
17
|
+
* Regenerated from discovery document revision 20251022
|
|
18
|
+
|
|
19
|
+
### v0.21.0 (2025-10-19)
|
|
20
|
+
|
|
21
|
+
* Regenerated from discovery document revision 20251015
|
|
22
|
+
|
|
23
|
+
### v0.20.0 (2025-09-28)
|
|
24
|
+
|
|
25
|
+
* Regenerated from discovery document revision 20250925
|
|
26
|
+
|
|
27
|
+
### v0.19.0 (2025-09-21)
|
|
28
|
+
|
|
29
|
+
* Regenerated from discovery document revision 20250916
|
|
30
|
+
|
|
31
|
+
### v0.18.0 (2025-09-14)
|
|
32
|
+
|
|
33
|
+
* Regenerated from discovery document revision 20250912
|
|
34
|
+
|
|
35
|
+
### v0.17.0 (2025-09-07)
|
|
36
|
+
|
|
37
|
+
* Regenerated from discovery document revision 20250902
|
|
38
|
+
|
|
39
|
+
### v0.16.0 (2025-08-31)
|
|
40
|
+
|
|
41
|
+
* Regenerated from discovery document revision 20250825
|
|
42
|
+
|
|
43
|
+
### v0.15.0 (2025-08-17)
|
|
44
|
+
|
|
45
|
+
* Regenerated from discovery document revision 20250811
|
|
46
|
+
|
|
47
|
+
### v0.14.0 (2025-06-15)
|
|
48
|
+
|
|
49
|
+
* Regenerated from discovery document revision 20250612
|
|
50
|
+
* Regenerated using generator version 0.18.0
|
|
51
|
+
|
|
52
|
+
### v0.13.0 (2025-05-04)
|
|
53
|
+
|
|
54
|
+
* Regenerated using generator version 0.17.0
|
|
55
|
+
|
|
3
56
|
### v0.12.0 (2025-04-20)
|
|
4
57
|
|
|
5
58
|
* Regenerated from discovery document revision 20250416
|
data/OVERVIEW.md
CHANGED
|
@@ -83,7 +83,7 @@ The [product documentation](https://firebase.google.com/products/app-distributio
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby
|
|
86
|
+
This library is supported on Ruby 3.1+.
|
|
87
87
|
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
|
89
89
|
|
|
@@ -47,6 +47,43 @@ module Google
|
|
|
47
47
|
end
|
|
48
48
|
end
|
|
49
49
|
|
|
50
|
+
# Rectangle for describing bounding boxes
|
|
51
|
+
class AndroidxCrawlerOutputRectangle
|
|
52
|
+
include Google::Apis::Core::Hashable
|
|
53
|
+
|
|
54
|
+
#
|
|
55
|
+
# Corresponds to the JSON property `bottom`
|
|
56
|
+
# @return [Fixnum]
|
|
57
|
+
attr_accessor :bottom
|
|
58
|
+
|
|
59
|
+
#
|
|
60
|
+
# Corresponds to the JSON property `left`
|
|
61
|
+
# @return [Fixnum]
|
|
62
|
+
attr_accessor :left
|
|
63
|
+
|
|
64
|
+
#
|
|
65
|
+
# Corresponds to the JSON property `right`
|
|
66
|
+
# @return [Fixnum]
|
|
67
|
+
attr_accessor :right
|
|
68
|
+
|
|
69
|
+
#
|
|
70
|
+
# Corresponds to the JSON property `top`
|
|
71
|
+
# @return [Fixnum]
|
|
72
|
+
attr_accessor :top
|
|
73
|
+
|
|
74
|
+
def initialize(**args)
|
|
75
|
+
update!(**args)
|
|
76
|
+
end
|
|
77
|
+
|
|
78
|
+
# Update properties of this object
|
|
79
|
+
def update!(**args)
|
|
80
|
+
@bottom = args[:bottom] if args.key?(:bottom)
|
|
81
|
+
@left = args[:left] if args.key?(:left)
|
|
82
|
+
@right = args[:right] if args.key?(:right)
|
|
83
|
+
@top = args[:top] if args.key?(:top)
|
|
84
|
+
end
|
|
85
|
+
end
|
|
86
|
+
|
|
50
87
|
# A release of a Firebase app.
|
|
51
88
|
class GoogleFirebaseAppdistroV1Release
|
|
52
89
|
include Google::Apis::Core::Hashable
|
|
@@ -76,13 +113,18 @@ module Google
|
|
|
76
113
|
# @return [String]
|
|
77
114
|
attr_accessor :display_version
|
|
78
115
|
|
|
116
|
+
# Output only. The time the release will expire.
|
|
117
|
+
# Corresponds to the JSON property `expireTime`
|
|
118
|
+
# @return [String]
|
|
119
|
+
attr_accessor :expire_time
|
|
120
|
+
|
|
79
121
|
# Output only. A link to the Firebase console displaying a single release.
|
|
80
122
|
# Corresponds to the JSON property `firebaseConsoleUri`
|
|
81
123
|
# @return [String]
|
|
82
124
|
attr_accessor :firebase_console_uri
|
|
83
125
|
|
|
84
|
-
# The name of the release resource. Format: `projects/`project_number`/apps/`
|
|
85
|
-
#
|
|
126
|
+
# The name of the release resource. Format: `projects/`project_number`/apps/`app`
|
|
127
|
+
# /releases/`release``
|
|
86
128
|
# Corresponds to the JSON property `name`
|
|
87
129
|
# @return [String]
|
|
88
130
|
attr_accessor :name
|
|
@@ -99,6 +141,11 @@ module Google
|
|
|
99
141
|
# @return [String]
|
|
100
142
|
attr_accessor :testing_uri
|
|
101
143
|
|
|
144
|
+
# Output only. The time the release was last updated.
|
|
145
|
+
# Corresponds to the JSON property `updateTime`
|
|
146
|
+
# @return [String]
|
|
147
|
+
attr_accessor :update_time
|
|
148
|
+
|
|
102
149
|
def initialize(**args)
|
|
103
150
|
update!(**args)
|
|
104
151
|
end
|
|
@@ -109,10 +156,12 @@ module Google
|
|
|
109
156
|
@build_version = args[:build_version] if args.key?(:build_version)
|
|
110
157
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
111
158
|
@display_version = args[:display_version] if args.key?(:display_version)
|
|
159
|
+
@expire_time = args[:expire_time] if args.key?(:expire_time)
|
|
112
160
|
@firebase_console_uri = args[:firebase_console_uri] if args.key?(:firebase_console_uri)
|
|
113
161
|
@name = args[:name] if args.key?(:name)
|
|
114
162
|
@release_notes = args[:release_notes] if args.key?(:release_notes)
|
|
115
163
|
@testing_uri = args[:testing_uri] if args.key?(:testing_uri)
|
|
164
|
+
@update_time = args[:update_time] if args.key?(:update_time)
|
|
116
165
|
end
|
|
117
166
|
end
|
|
118
167
|
|
|
@@ -249,6 +298,13 @@ module Google
|
|
|
249
298
|
# @return [String]
|
|
250
299
|
attr_accessor :success_criteria
|
|
251
300
|
|
|
301
|
+
# Output only. The test case that contained this step. Note: The test case may
|
|
302
|
+
# have changed or been deleted since this step was created. Format: `projects/`
|
|
303
|
+
# project_number`/apps/`app`/testCases/`test_case``
|
|
304
|
+
# Corresponds to the JSON property `testCase`
|
|
305
|
+
# @return [String]
|
|
306
|
+
attr_accessor :test_case
|
|
307
|
+
|
|
252
308
|
def initialize(**args)
|
|
253
309
|
update!(**args)
|
|
254
310
|
end
|
|
@@ -259,6 +315,7 @@ module Google
|
|
|
259
315
|
@goal = args[:goal] if args.key?(:goal)
|
|
260
316
|
@hint = args[:hint] if args.key?(:hint)
|
|
261
317
|
@success_criteria = args[:success_criteria] if args.key?(:success_criteria)
|
|
318
|
+
@test_case = args[:test_case] if args.key?(:test_case)
|
|
262
319
|
end
|
|
263
320
|
end
|
|
264
321
|
|
|
@@ -413,13 +470,13 @@ module Google
|
|
|
413
470
|
end
|
|
414
471
|
end
|
|
415
472
|
|
|
416
|
-
# The request message for `
|
|
473
|
+
# The request message for `BatchDeleteTestCase`.
|
|
417
474
|
class GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest
|
|
418
475
|
include Google::Apis::Core::Hashable
|
|
419
476
|
|
|
420
477
|
# Required. The name of the test cases to delete. A maximum number of 1000 test
|
|
421
|
-
# cases can be deleted in one batch Format: `projects/`project_number`/apps/`
|
|
422
|
-
#
|
|
478
|
+
# cases can be deleted in one batch Format: `projects/`project_number`/apps/`app`
|
|
479
|
+
# /testCases/`test_case``
|
|
423
480
|
# Corresponds to the JSON property `names`
|
|
424
481
|
# @return [Array<String>]
|
|
425
482
|
attr_accessor :names
|
|
@@ -434,6 +491,45 @@ module Google
|
|
|
434
491
|
end
|
|
435
492
|
end
|
|
436
493
|
|
|
494
|
+
# The request message for `BatchUpdateTestCase`.
|
|
495
|
+
class GoogleFirebaseAppdistroV1alphaBatchUpdateTestCasesRequest
|
|
496
|
+
include Google::Apis::Core::Hashable
|
|
497
|
+
|
|
498
|
+
# Required. The update requests. A maximum number of 1000 test cases can be
|
|
499
|
+
# updated in one batch
|
|
500
|
+
# Corresponds to the JSON property `requests`
|
|
501
|
+
# @return [Array<Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaUpdateTestCaseRequest>]
|
|
502
|
+
attr_accessor :requests
|
|
503
|
+
|
|
504
|
+
def initialize(**args)
|
|
505
|
+
update!(**args)
|
|
506
|
+
end
|
|
507
|
+
|
|
508
|
+
# Update properties of this object
|
|
509
|
+
def update!(**args)
|
|
510
|
+
@requests = args[:requests] if args.key?(:requests)
|
|
511
|
+
end
|
|
512
|
+
end
|
|
513
|
+
|
|
514
|
+
# The response message for `BatchUpdateTestCase`.
|
|
515
|
+
class GoogleFirebaseAppdistroV1alphaBatchUpdateTestCasesResponse
|
|
516
|
+
include Google::Apis::Core::Hashable
|
|
517
|
+
|
|
518
|
+
# The updated test cases.
|
|
519
|
+
# Corresponds to the JSON property `testCases`
|
|
520
|
+
# @return [Array<Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase>]
|
|
521
|
+
attr_accessor :test_cases
|
|
522
|
+
|
|
523
|
+
def initialize(**args)
|
|
524
|
+
update!(**args)
|
|
525
|
+
end
|
|
526
|
+
|
|
527
|
+
# Update properties of this object
|
|
528
|
+
def update!(**args)
|
|
529
|
+
@test_cases = args[:test_cases] if args.key?(:test_cases)
|
|
530
|
+
end
|
|
531
|
+
end
|
|
532
|
+
|
|
437
533
|
# The (empty) response message for `CancelReleaseTest`.
|
|
438
534
|
class GoogleFirebaseAppdistroV1alphaCancelReleaseTestResponse
|
|
439
535
|
include Google::Apis::Core::Hashable
|
|
@@ -447,6 +543,39 @@ module Google
|
|
|
447
543
|
end
|
|
448
544
|
end
|
|
449
545
|
|
|
546
|
+
# Request message for `ClearTestCaseCache`.
|
|
547
|
+
class GoogleFirebaseAppdistroV1alphaClearTestCaseCacheRequest
|
|
548
|
+
include Google::Apis::Core::Hashable
|
|
549
|
+
|
|
550
|
+
# Optional. The list of devices for which to clear the cache. If not present,
|
|
551
|
+
# clear all of them.
|
|
552
|
+
# Corresponds to the JSON property `testDevices`
|
|
553
|
+
# @return [Array<Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestDevice>]
|
|
554
|
+
attr_accessor :test_devices
|
|
555
|
+
|
|
556
|
+
def initialize(**args)
|
|
557
|
+
update!(**args)
|
|
558
|
+
end
|
|
559
|
+
|
|
560
|
+
# Update properties of this object
|
|
561
|
+
def update!(**args)
|
|
562
|
+
@test_devices = args[:test_devices] if args.key?(:test_devices)
|
|
563
|
+
end
|
|
564
|
+
end
|
|
565
|
+
|
|
566
|
+
# Response empty (google.protobuf.Empty) message for `ClearTestCaseCache`
|
|
567
|
+
class GoogleFirebaseAppdistroV1alphaClearTestCaseCacheResponse
|
|
568
|
+
include Google::Apis::Core::Hashable
|
|
569
|
+
|
|
570
|
+
def initialize(**args)
|
|
571
|
+
update!(**args)
|
|
572
|
+
end
|
|
573
|
+
|
|
574
|
+
# Update properties of this object
|
|
575
|
+
def update!(**args)
|
|
576
|
+
end
|
|
577
|
+
end
|
|
578
|
+
|
|
450
579
|
# The request message for `CreateReleaseNotes`.
|
|
451
580
|
class GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest
|
|
452
581
|
include Google::Apis::Core::Hashable
|
|
@@ -531,16 +660,44 @@ module Google
|
|
|
531
660
|
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestDevice]
|
|
532
661
|
attr_accessor :device
|
|
533
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
|
+
|
|
534
668
|
# Output only. The reason why the test failed.
|
|
535
669
|
# Corresponds to the JSON property `failedReason`
|
|
536
670
|
# @return [String]
|
|
537
671
|
attr_accessor :failed_reason
|
|
538
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
|
+
|
|
539
680
|
# Output only. The reason why the test was inconclusive.
|
|
540
681
|
# Corresponds to the JSON property `inconclusiveReason`
|
|
541
682
|
# @return [String]
|
|
542
683
|
attr_accessor :inconclusive_reason
|
|
543
684
|
|
|
685
|
+
# Identifier. The name of the device execution resource. Format: `projects/`
|
|
686
|
+
# project_number`/apps/`app`/releases/`release`/tests/`test`/deviceExecutions/`
|
|
687
|
+
# device_execution``
|
|
688
|
+
# Corresponds to the JSON property `name`
|
|
689
|
+
# @return [String]
|
|
690
|
+
attr_accessor :name
|
|
691
|
+
|
|
692
|
+
# Output only. The device execution from which cached steps were used during
|
|
693
|
+
# this execution. Note: This field is only populated for ACTION_BASED_REPLAY
|
|
694
|
+
# executions. If the original device execution no longer exists, this field will
|
|
695
|
+
# be empty. Format: `projects/`project_number`/apps/`app`/releases/`release`/
|
|
696
|
+
# tests/`test`/deviceExecutions/`device_execution``
|
|
697
|
+
# Corresponds to the JSON property `originDeviceExecution`
|
|
698
|
+
# @return [String]
|
|
699
|
+
attr_accessor :origin_device_execution
|
|
700
|
+
|
|
544
701
|
# Output only. The path to a directory in Cloud Storage that will eventually
|
|
545
702
|
# contain the results for this execution. For example, gs://bucket/Nexus5-18-en-
|
|
546
703
|
# portrait.
|
|
@@ -564,6 +721,11 @@ module Google
|
|
|
564
721
|
# @return [String]
|
|
565
722
|
attr_accessor :state
|
|
566
723
|
|
|
724
|
+
# Output only. The time at which the video started recording.
|
|
725
|
+
# Corresponds to the JSON property `videoStartTime`
|
|
726
|
+
# @return [String]
|
|
727
|
+
attr_accessor :video_start_time
|
|
728
|
+
|
|
567
729
|
# Output only. A URI to a video of the test run.
|
|
568
730
|
# Corresponds to the JSON property `videoUri`
|
|
569
731
|
# @return [String]
|
|
@@ -579,12 +741,17 @@ module Google
|
|
|
579
741
|
@app_crash = args[:app_crash] if args.key?(:app_crash)
|
|
580
742
|
@crawl_graph_uri = args[:crawl_graph_uri] if args.key?(:crawl_graph_uri)
|
|
581
743
|
@device = args[:device] if args.key?(:device)
|
|
744
|
+
@execution_type = args[:execution_type] if args.key?(:execution_type)
|
|
582
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)
|
|
583
747
|
@inconclusive_reason = args[:inconclusive_reason] if args.key?(:inconclusive_reason)
|
|
748
|
+
@name = args[:name] if args.key?(:name)
|
|
749
|
+
@origin_device_execution = args[:origin_device_execution] if args.key?(:origin_device_execution)
|
|
584
750
|
@results_storage_path = args[:results_storage_path] if args.key?(:results_storage_path)
|
|
585
751
|
@robo_stats = args[:robo_stats] if args.key?(:robo_stats)
|
|
586
752
|
@screenshot_uris = args[:screenshot_uris] if args.key?(:screenshot_uris)
|
|
587
753
|
@state = args[:state] if args.key?(:state)
|
|
754
|
+
@video_start_time = args[:video_start_time] if args.key?(:video_start_time)
|
|
588
755
|
@video_uri = args[:video_uri] if args.key?(:video_uri)
|
|
589
756
|
end
|
|
590
757
|
end
|
|
@@ -593,11 +760,32 @@ module Google
|
|
|
593
760
|
class GoogleFirebaseAppdistroV1alphaDeviceInteraction
|
|
594
761
|
include Google::Apis::Core::Hashable
|
|
595
762
|
|
|
763
|
+
# A back action.
|
|
764
|
+
# Corresponds to the JSON property `backAction`
|
|
765
|
+
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionBack]
|
|
766
|
+
attr_accessor :back_action
|
|
767
|
+
|
|
768
|
+
# A drag and drop action.
|
|
769
|
+
# Corresponds to the JSON property `dragAndDrop`
|
|
770
|
+
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionDragAndDrop]
|
|
771
|
+
attr_accessor :drag_and_drop
|
|
772
|
+
|
|
773
|
+
# A text entry action, that enters text into a particular text field, clearing
|
|
774
|
+
# any existing text in the field.
|
|
775
|
+
# Corresponds to the JSON property `enterText`
|
|
776
|
+
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionEnterText]
|
|
777
|
+
attr_accessor :enter_text
|
|
778
|
+
|
|
596
779
|
# Output only. Key code for a key event action.
|
|
597
780
|
# Corresponds to the JSON property `keyCode`
|
|
598
781
|
# @return [String]
|
|
599
782
|
attr_accessor :key_code
|
|
600
783
|
|
|
784
|
+
# Point for describing bounding boxes tap locations Top left is 0,0
|
|
785
|
+
# Corresponds to the JSON property `longPress`
|
|
786
|
+
# @return [Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputPoint]
|
|
787
|
+
attr_accessor :long_press
|
|
788
|
+
|
|
601
789
|
# A device screenshot taken during a test.
|
|
602
790
|
# Corresponds to the JSON property `screenshot`
|
|
603
791
|
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaScreenshot]
|
|
@@ -613,7 +801,10 @@ module Google
|
|
|
613
801
|
# @return [Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputPoint]
|
|
614
802
|
attr_accessor :tap_prop
|
|
615
803
|
|
|
616
|
-
# Output only.
|
|
804
|
+
# Output only. A text input action, that types some text into whatever field is
|
|
805
|
+
# currently focused, if any. Unlike `enter_text` this action requires that the
|
|
806
|
+
# field be brought into focus first, for example by emitting a tap action before
|
|
807
|
+
# this one.
|
|
617
808
|
# Corresponds to the JSON property `textInput`
|
|
618
809
|
# @return [String]
|
|
619
810
|
attr_accessor :text_input
|
|
@@ -629,7 +820,11 @@ module Google
|
|
|
629
820
|
|
|
630
821
|
# Update properties of this object
|
|
631
822
|
def update!(**args)
|
|
823
|
+
@back_action = args[:back_action] if args.key?(:back_action)
|
|
824
|
+
@drag_and_drop = args[:drag_and_drop] if args.key?(:drag_and_drop)
|
|
825
|
+
@enter_text = args[:enter_text] if args.key?(:enter_text)
|
|
632
826
|
@key_code = args[:key_code] if args.key?(:key_code)
|
|
827
|
+
@long_press = args[:long_press] if args.key?(:long_press)
|
|
633
828
|
@screenshot = args[:screenshot] if args.key?(:screenshot)
|
|
634
829
|
@swipe = args[:swipe] if args.key?(:swipe)
|
|
635
830
|
@tap_prop = args[:tap_prop] if args.key?(:tap_prop)
|
|
@@ -638,6 +833,70 @@ module Google
|
|
|
638
833
|
end
|
|
639
834
|
end
|
|
640
835
|
|
|
836
|
+
# A back action.
|
|
837
|
+
class GoogleFirebaseAppdistroV1alphaDeviceInteractionBack
|
|
838
|
+
include Google::Apis::Core::Hashable
|
|
839
|
+
|
|
840
|
+
def initialize(**args)
|
|
841
|
+
update!(**args)
|
|
842
|
+
end
|
|
843
|
+
|
|
844
|
+
# Update properties of this object
|
|
845
|
+
def update!(**args)
|
|
846
|
+
end
|
|
847
|
+
end
|
|
848
|
+
|
|
849
|
+
# A drag and drop action.
|
|
850
|
+
class GoogleFirebaseAppdistroV1alphaDeviceInteractionDragAndDrop
|
|
851
|
+
include Google::Apis::Core::Hashable
|
|
852
|
+
|
|
853
|
+
# Point for describing bounding boxes tap locations Top left is 0,0
|
|
854
|
+
# Corresponds to the JSON property `end`
|
|
855
|
+
# @return [Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputPoint]
|
|
856
|
+
attr_accessor :end
|
|
857
|
+
|
|
858
|
+
# Point for describing bounding boxes tap locations Top left is 0,0
|
|
859
|
+
# Corresponds to the JSON property `start`
|
|
860
|
+
# @return [Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputPoint]
|
|
861
|
+
attr_accessor :start
|
|
862
|
+
|
|
863
|
+
def initialize(**args)
|
|
864
|
+
update!(**args)
|
|
865
|
+
end
|
|
866
|
+
|
|
867
|
+
# Update properties of this object
|
|
868
|
+
def update!(**args)
|
|
869
|
+
@end = args[:end] if args.key?(:end)
|
|
870
|
+
@start = args[:start] if args.key?(:start)
|
|
871
|
+
end
|
|
872
|
+
end
|
|
873
|
+
|
|
874
|
+
# A text entry action, that enters text into a particular text field, clearing
|
|
875
|
+
# any existing text in the field.
|
|
876
|
+
class GoogleFirebaseAppdistroV1alphaDeviceInteractionEnterText
|
|
877
|
+
include Google::Apis::Core::Hashable
|
|
878
|
+
|
|
879
|
+
# Rectangle for describing bounding boxes
|
|
880
|
+
# Corresponds to the JSON property `elementBounds`
|
|
881
|
+
# @return [Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputRectangle]
|
|
882
|
+
attr_accessor :element_bounds
|
|
883
|
+
|
|
884
|
+
# Output only. The text to enter.
|
|
885
|
+
# Corresponds to the JSON property `text`
|
|
886
|
+
# @return [String]
|
|
887
|
+
attr_accessor :text
|
|
888
|
+
|
|
889
|
+
def initialize(**args)
|
|
890
|
+
update!(**args)
|
|
891
|
+
end
|
|
892
|
+
|
|
893
|
+
# Update properties of this object
|
|
894
|
+
def update!(**args)
|
|
895
|
+
@element_bounds = args[:element_bounds] if args.key?(:element_bounds)
|
|
896
|
+
@text = args[:text] if args.key?(:text)
|
|
897
|
+
end
|
|
898
|
+
end
|
|
899
|
+
|
|
641
900
|
# A swipe action.
|
|
642
901
|
class GoogleFirebaseAppdistroV1alphaDeviceInteractionSwipe
|
|
643
902
|
include Google::Apis::Core::Hashable
|
|
@@ -817,7 +1076,12 @@ module Google
|
|
|
817
1076
|
class GoogleFirebaseAppdistroV1alphaGoalAction
|
|
818
1077
|
include Google::Apis::Core::Hashable
|
|
819
1078
|
|
|
820
|
-
#
|
|
1079
|
+
# Output only. The type of caching used to determine the action.
|
|
1080
|
+
# Corresponds to the JSON property `cachingType`
|
|
1081
|
+
# @return [String]
|
|
1082
|
+
attr_accessor :caching_type
|
|
1083
|
+
|
|
1084
|
+
# Information to help the customer understand why the agent took this action.
|
|
821
1085
|
# Corresponds to the JSON property `debugInfo`
|
|
822
1086
|
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo]
|
|
823
1087
|
attr_accessor :debug_info
|
|
@@ -833,6 +1097,11 @@ module Google
|
|
|
833
1097
|
# @return [String]
|
|
834
1098
|
attr_accessor :explanation
|
|
835
1099
|
|
|
1100
|
+
# Output only. The time at which the action started.
|
|
1101
|
+
# Corresponds to the JSON property `startTime`
|
|
1102
|
+
# @return [String]
|
|
1103
|
+
attr_accessor :start_time
|
|
1104
|
+
|
|
836
1105
|
# An action taken by the AI to end the goal.
|
|
837
1106
|
# Corresponds to the JSON property `terminalAction`
|
|
838
1107
|
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTerminalAction]
|
|
@@ -844,24 +1113,26 @@ module Google
|
|
|
844
1113
|
|
|
845
1114
|
# Update properties of this object
|
|
846
1115
|
def update!(**args)
|
|
1116
|
+
@caching_type = args[:caching_type] if args.key?(:caching_type)
|
|
847
1117
|
@debug_info = args[:debug_info] if args.key?(:debug_info)
|
|
848
1118
|
@device_action = args[:device_action] if args.key?(:device_action)
|
|
849
1119
|
@explanation = args[:explanation] if args.key?(:explanation)
|
|
1120
|
+
@start_time = args[:start_time] if args.key?(:start_time)
|
|
850
1121
|
@terminal_action = args[:terminal_action] if args.key?(:terminal_action)
|
|
851
1122
|
end
|
|
852
1123
|
end
|
|
853
1124
|
|
|
854
|
-
# Information to help the customer understand why the agent took this action
|
|
1125
|
+
# Information to help the customer understand why the agent took this action.
|
|
855
1126
|
class GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo
|
|
856
1127
|
include Google::Apis::Core::Hashable
|
|
857
1128
|
|
|
858
1129
|
# Output only. URI of the screenshot with elements labeled which was used by the
|
|
859
|
-
# agent
|
|
1130
|
+
# agent.
|
|
860
1131
|
# Corresponds to the JSON property `annotatedScreenshotUri`
|
|
861
1132
|
# @return [String]
|
|
862
1133
|
attr_accessor :annotated_screenshot_uri
|
|
863
1134
|
|
|
864
|
-
# Output only. Structured data explaining the agent's choice
|
|
1135
|
+
# Output only. Structured data explaining the agent's choice.
|
|
865
1136
|
# Corresponds to the JSON property `jsonUri`
|
|
866
1137
|
# @return [String]
|
|
867
1138
|
attr_accessor :json_uri
|
|
@@ -1135,7 +1406,7 @@ module Google
|
|
|
1135
1406
|
end
|
|
1136
1407
|
end
|
|
1137
1408
|
|
|
1138
|
-
#
|
|
1409
|
+
# Instance of an automated test for a release.
|
|
1139
1410
|
class GoogleFirebaseAppdistroV1alphaReleaseTest
|
|
1140
1411
|
include Google::Apis::Core::Hashable
|
|
1141
1412
|
|
|
@@ -1166,7 +1437,7 @@ module Google
|
|
|
1166
1437
|
attr_accessor :login_credential
|
|
1167
1438
|
|
|
1168
1439
|
# The name of the release test resource. Format: `projects/`project_number`/apps/
|
|
1169
|
-
# `
|
|
1440
|
+
# `app`/releases/`release`/tests/`test``
|
|
1170
1441
|
# Corresponds to the JSON property `name`
|
|
1171
1442
|
# @return [String]
|
|
1172
1443
|
attr_accessor :name
|
|
@@ -1333,17 +1604,27 @@ module Google
|
|
|
1333
1604
|
# @return [String]
|
|
1334
1605
|
attr_accessor :create_time
|
|
1335
1606
|
|
|
1607
|
+
# Output only. Other test cases that depend on this test case as a prerequisite.
|
|
1608
|
+
# Corresponds to the JSON property `dependentTestCases`
|
|
1609
|
+
# @return [Array<String>]
|
|
1610
|
+
attr_accessor :dependent_test_cases
|
|
1611
|
+
|
|
1336
1612
|
# Required. Display name of the test case.
|
|
1337
1613
|
# Corresponds to the JSON property `displayName`
|
|
1338
1614
|
# @return [String]
|
|
1339
1615
|
attr_accessor :display_name
|
|
1340
1616
|
|
|
1341
1617
|
# Identifier. The name of the test case resource. Format: `projects/`
|
|
1342
|
-
# project_number`/apps/`
|
|
1618
|
+
# project_number`/apps/`app`/testCases/`test_case``
|
|
1343
1619
|
# Corresponds to the JSON property `name`
|
|
1344
1620
|
# @return [String]
|
|
1345
1621
|
attr_accessor :name
|
|
1346
1622
|
|
|
1623
|
+
# Optional. Test case that must be run before this test case.
|
|
1624
|
+
# Corresponds to the JSON property `prerequisiteTestCase`
|
|
1625
|
+
# @return [String]
|
|
1626
|
+
attr_accessor :prerequisite_test_case
|
|
1627
|
+
|
|
1347
1628
|
def initialize(**args)
|
|
1348
1629
|
update!(**args)
|
|
1349
1630
|
end
|
|
@@ -1352,8 +1633,10 @@ module Google
|
|
|
1352
1633
|
def update!(**args)
|
|
1353
1634
|
@ai_instructions = args[:ai_instructions] if args.key?(:ai_instructions)
|
|
1354
1635
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
1636
|
+
@dependent_test_cases = args[:dependent_test_cases] if args.key?(:dependent_test_cases)
|
|
1355
1637
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
1356
1638
|
@name = args[:name] if args.key?(:name)
|
|
1639
|
+
@prerequisite_test_case = args[:prerequisite_test_case] if args.key?(:prerequisite_test_case)
|
|
1357
1640
|
end
|
|
1358
1641
|
end
|
|
1359
1642
|
|
|
@@ -1368,7 +1651,7 @@ module Google
|
|
|
1368
1651
|
attr_accessor :display_name
|
|
1369
1652
|
|
|
1370
1653
|
# Identifier. The name of the test configuration resource. Format: `projects/`
|
|
1371
|
-
# project_number`/apps/`
|
|
1654
|
+
# project_number`/apps/`app`/testConfig`
|
|
1372
1655
|
# Corresponds to the JSON property `name`
|
|
1373
1656
|
# @return [String]
|
|
1374
1657
|
attr_accessor :name
|
|
@@ -1499,6 +1782,33 @@ module Google
|
|
|
1499
1782
|
end
|
|
1500
1783
|
end
|
|
1501
1784
|
|
|
1785
|
+
# The request message for `UpdateTestCase`.
|
|
1786
|
+
class GoogleFirebaseAppdistroV1alphaUpdateTestCaseRequest
|
|
1787
|
+
include Google::Apis::Core::Hashable
|
|
1788
|
+
|
|
1789
|
+
# Optional. If set to true, and the test case is not found, a new test case will
|
|
1790
|
+
# be created.
|
|
1791
|
+
# Corresponds to the JSON property `allowMissing`
|
|
1792
|
+
# @return [Boolean]
|
|
1793
|
+
attr_accessor :allow_missing
|
|
1794
|
+
alias_method :allow_missing?, :allow_missing
|
|
1795
|
+
|
|
1796
|
+
# AI test cases
|
|
1797
|
+
# Corresponds to the JSON property `testCase`
|
|
1798
|
+
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase]
|
|
1799
|
+
attr_accessor :test_case
|
|
1800
|
+
|
|
1801
|
+
def initialize(**args)
|
|
1802
|
+
update!(**args)
|
|
1803
|
+
end
|
|
1804
|
+
|
|
1805
|
+
# Update properties of this object
|
|
1806
|
+
def update!(**args)
|
|
1807
|
+
@allow_missing = args[:allow_missing] if args.key?(:allow_missing)
|
|
1808
|
+
@test_case = args[:test_case] if args.key?(:test_case)
|
|
1809
|
+
end
|
|
1810
|
+
end
|
|
1811
|
+
|
|
1502
1812
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
|
1503
1813
|
# messages in your APIs. A typical example is to use it as the request or the
|
|
1504
1814
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
|
@@ -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
|
-
GENERATOR_VERSION = "0.
|
|
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
|
|
@@ -28,6 +28,12 @@ module Google
|
|
|
28
28
|
include Google::Apis::Core::JsonObjectSupport
|
|
29
29
|
end
|
|
30
30
|
|
|
31
|
+
class AndroidxCrawlerOutputRectangle
|
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
|
+
|
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
35
|
+
end
|
|
36
|
+
|
|
31
37
|
class GoogleFirebaseAppdistroV1Release
|
|
32
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
39
|
|
|
@@ -100,12 +106,36 @@ module Google
|
|
|
100
106
|
include Google::Apis::Core::JsonObjectSupport
|
|
101
107
|
end
|
|
102
108
|
|
|
109
|
+
class GoogleFirebaseAppdistroV1alphaBatchUpdateTestCasesRequest
|
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
111
|
+
|
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
class GoogleFirebaseAppdistroV1alphaBatchUpdateTestCasesResponse
|
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
117
|
+
|
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
119
|
+
end
|
|
120
|
+
|
|
103
121
|
class GoogleFirebaseAppdistroV1alphaCancelReleaseTestResponse
|
|
104
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
105
123
|
|
|
106
124
|
include Google::Apis::Core::JsonObjectSupport
|
|
107
125
|
end
|
|
108
126
|
|
|
127
|
+
class GoogleFirebaseAppdistroV1alphaClearTestCaseCacheRequest
|
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
129
|
+
|
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
class GoogleFirebaseAppdistroV1alphaClearTestCaseCacheResponse
|
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
135
|
+
|
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
137
|
+
end
|
|
138
|
+
|
|
109
139
|
class GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest
|
|
110
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
111
141
|
|
|
@@ -136,6 +166,24 @@ module Google
|
|
|
136
166
|
include Google::Apis::Core::JsonObjectSupport
|
|
137
167
|
end
|
|
138
168
|
|
|
169
|
+
class GoogleFirebaseAppdistroV1alphaDeviceInteractionBack
|
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
171
|
+
|
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
173
|
+
end
|
|
174
|
+
|
|
175
|
+
class GoogleFirebaseAppdistroV1alphaDeviceInteractionDragAndDrop
|
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
177
|
+
|
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
179
|
+
end
|
|
180
|
+
|
|
181
|
+
class GoogleFirebaseAppdistroV1alphaDeviceInteractionEnterText
|
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
|
+
|
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
185
|
+
end
|
|
186
|
+
|
|
139
187
|
class GoogleFirebaseAppdistroV1alphaDeviceInteractionSwipe
|
|
140
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
141
189
|
|
|
@@ -298,6 +346,12 @@ module Google
|
|
|
298
346
|
include Google::Apis::Core::JsonObjectSupport
|
|
299
347
|
end
|
|
300
348
|
|
|
349
|
+
class GoogleFirebaseAppdistroV1alphaUpdateTestCaseRequest
|
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
351
|
+
|
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
353
|
+
end
|
|
354
|
+
|
|
301
355
|
class GoogleProtobufEmpty
|
|
302
356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
303
357
|
|
|
@@ -312,6 +366,16 @@ module Google
|
|
|
312
366
|
end
|
|
313
367
|
end
|
|
314
368
|
|
|
369
|
+
class AndroidxCrawlerOutputRectangle
|
|
370
|
+
# @private
|
|
371
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
372
|
+
property :bottom, as: 'bottom'
|
|
373
|
+
property :left, as: 'left'
|
|
374
|
+
property :right, as: 'right'
|
|
375
|
+
property :top, as: 'top'
|
|
376
|
+
end
|
|
377
|
+
end
|
|
378
|
+
|
|
315
379
|
class GoogleFirebaseAppdistroV1Release
|
|
316
380
|
# @private
|
|
317
381
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -319,11 +383,13 @@ module Google
|
|
|
319
383
|
property :build_version, as: 'buildVersion'
|
|
320
384
|
property :create_time, as: 'createTime'
|
|
321
385
|
property :display_version, as: 'displayVersion'
|
|
386
|
+
property :expire_time, as: 'expireTime'
|
|
322
387
|
property :firebase_console_uri, as: 'firebaseConsoleUri'
|
|
323
388
|
property :name, as: 'name'
|
|
324
389
|
property :release_notes, as: 'releaseNotes', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1ReleaseNotes, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1ReleaseNotes::Representation
|
|
325
390
|
|
|
326
391
|
property :testing_uri, as: 'testingUri'
|
|
392
|
+
property :update_time, as: 'updateTime'
|
|
327
393
|
end
|
|
328
394
|
end
|
|
329
395
|
|
|
@@ -373,6 +439,7 @@ module Google
|
|
|
373
439
|
property :goal, as: 'goal'
|
|
374
440
|
property :hint, as: 'hint'
|
|
375
441
|
property :success_criteria, as: 'successCriteria'
|
|
442
|
+
property :test_case, as: 'testCase'
|
|
376
443
|
end
|
|
377
444
|
end
|
|
378
445
|
|
|
@@ -428,12 +495,42 @@ module Google
|
|
|
428
495
|
end
|
|
429
496
|
end
|
|
430
497
|
|
|
498
|
+
class GoogleFirebaseAppdistroV1alphaBatchUpdateTestCasesRequest
|
|
499
|
+
# @private
|
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
501
|
+
collection :requests, as: 'requests', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaUpdateTestCaseRequest, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaUpdateTestCaseRequest::Representation
|
|
502
|
+
|
|
503
|
+
end
|
|
504
|
+
end
|
|
505
|
+
|
|
506
|
+
class GoogleFirebaseAppdistroV1alphaBatchUpdateTestCasesResponse
|
|
507
|
+
# @private
|
|
508
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
509
|
+
collection :test_cases, as: 'testCases', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase::Representation
|
|
510
|
+
|
|
511
|
+
end
|
|
512
|
+
end
|
|
513
|
+
|
|
431
514
|
class GoogleFirebaseAppdistroV1alphaCancelReleaseTestResponse
|
|
432
515
|
# @private
|
|
433
516
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
434
517
|
end
|
|
435
518
|
end
|
|
436
519
|
|
|
520
|
+
class GoogleFirebaseAppdistroV1alphaClearTestCaseCacheRequest
|
|
521
|
+
# @private
|
|
522
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
523
|
+
collection :test_devices, as: 'testDevices', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestDevice, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestDevice::Representation
|
|
524
|
+
|
|
525
|
+
end
|
|
526
|
+
end
|
|
527
|
+
|
|
528
|
+
class GoogleFirebaseAppdistroV1alphaClearTestCaseCacheResponse
|
|
529
|
+
# @private
|
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
531
|
+
end
|
|
532
|
+
end
|
|
533
|
+
|
|
437
534
|
class GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest
|
|
438
535
|
# @private
|
|
439
536
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -467,13 +564,18 @@ module Google
|
|
|
467
564
|
property :crawl_graph_uri, as: 'crawlGraphUri'
|
|
468
565
|
property :device, as: 'device', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestDevice, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestDevice::Representation
|
|
469
566
|
|
|
567
|
+
property :execution_type, as: 'executionType'
|
|
470
568
|
property :failed_reason, as: 'failedReason'
|
|
569
|
+
property :final_ai_assertion_missing, as: 'finalAiAssertionMissing'
|
|
471
570
|
property :inconclusive_reason, as: 'inconclusiveReason'
|
|
571
|
+
property :name, as: 'name'
|
|
572
|
+
property :origin_device_execution, as: 'originDeviceExecution'
|
|
472
573
|
property :results_storage_path, as: 'resultsStoragePath'
|
|
473
574
|
property :robo_stats, as: 'roboStats', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaRoboStats, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaRoboStats::Representation
|
|
474
575
|
|
|
475
576
|
collection :screenshot_uris, as: 'screenshotUris'
|
|
476
577
|
property :state, as: 'state'
|
|
578
|
+
property :video_start_time, as: 'videoStartTime'
|
|
477
579
|
property :video_uri, as: 'videoUri'
|
|
478
580
|
end
|
|
479
581
|
end
|
|
@@ -481,7 +583,15 @@ module Google
|
|
|
481
583
|
class GoogleFirebaseAppdistroV1alphaDeviceInteraction
|
|
482
584
|
# @private
|
|
483
585
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
586
|
+
property :back_action, as: 'backAction', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionBack, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionBack::Representation
|
|
587
|
+
|
|
588
|
+
property :drag_and_drop, as: 'dragAndDrop', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionDragAndDrop, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionDragAndDrop::Representation
|
|
589
|
+
|
|
590
|
+
property :enter_text, as: 'enterText', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionEnterText, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionEnterText::Representation
|
|
591
|
+
|
|
484
592
|
property :key_code, as: 'keyCode'
|
|
593
|
+
property :long_press, as: 'longPress', class: Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputPoint, decorator: Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputPoint::Representation
|
|
594
|
+
|
|
485
595
|
property :screenshot, as: 'screenshot', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaScreenshot, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaScreenshot::Representation
|
|
486
596
|
|
|
487
597
|
property :swipe, as: 'swipe', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionSwipe, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionSwipe::Representation
|
|
@@ -494,6 +604,31 @@ module Google
|
|
|
494
604
|
end
|
|
495
605
|
end
|
|
496
606
|
|
|
607
|
+
class GoogleFirebaseAppdistroV1alphaDeviceInteractionBack
|
|
608
|
+
# @private
|
|
609
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
610
|
+
end
|
|
611
|
+
end
|
|
612
|
+
|
|
613
|
+
class GoogleFirebaseAppdistroV1alphaDeviceInteractionDragAndDrop
|
|
614
|
+
# @private
|
|
615
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
616
|
+
property :end, as: 'end', class: Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputPoint, decorator: Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputPoint::Representation
|
|
617
|
+
|
|
618
|
+
property :start, as: 'start', class: Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputPoint, decorator: Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputPoint::Representation
|
|
619
|
+
|
|
620
|
+
end
|
|
621
|
+
end
|
|
622
|
+
|
|
623
|
+
class GoogleFirebaseAppdistroV1alphaDeviceInteractionEnterText
|
|
624
|
+
# @private
|
|
625
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
626
|
+
property :element_bounds, as: 'elementBounds', class: Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputRectangle, decorator: Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputRectangle::Representation
|
|
627
|
+
|
|
628
|
+
property :text, as: 'text'
|
|
629
|
+
end
|
|
630
|
+
end
|
|
631
|
+
|
|
497
632
|
class GoogleFirebaseAppdistroV1alphaDeviceInteractionSwipe
|
|
498
633
|
# @private
|
|
499
634
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -557,11 +692,13 @@ module Google
|
|
|
557
692
|
class GoogleFirebaseAppdistroV1alphaGoalAction
|
|
558
693
|
# @private
|
|
559
694
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
695
|
+
property :caching_type, as: 'cachingType'
|
|
560
696
|
property :debug_info, as: 'debugInfo', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo::Representation
|
|
561
697
|
|
|
562
698
|
property :device_action, as: 'deviceAction', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceAction, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceAction::Representation
|
|
563
699
|
|
|
564
700
|
property :explanation, as: 'explanation'
|
|
701
|
+
property :start_time, as: 'startTime'
|
|
565
702
|
property :terminal_action, as: 'terminalAction', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTerminalAction, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTerminalAction::Representation
|
|
566
703
|
|
|
567
704
|
end
|
|
@@ -712,8 +849,10 @@ module Google
|
|
|
712
849
|
property :ai_instructions, as: 'aiInstructions', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaAiInstructions, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaAiInstructions::Representation
|
|
713
850
|
|
|
714
851
|
property :create_time, as: 'createTime'
|
|
852
|
+
collection :dependent_test_cases, as: 'dependentTestCases'
|
|
715
853
|
property :display_name, as: 'displayName'
|
|
716
854
|
property :name, as: 'name'
|
|
855
|
+
property :prerequisite_test_case, as: 'prerequisiteTestCase'
|
|
717
856
|
end
|
|
718
857
|
end
|
|
719
858
|
|
|
@@ -757,6 +896,15 @@ module Google
|
|
|
757
896
|
end
|
|
758
897
|
end
|
|
759
898
|
|
|
899
|
+
class GoogleFirebaseAppdistroV1alphaUpdateTestCaseRequest
|
|
900
|
+
# @private
|
|
901
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
902
|
+
property :allow_missing, as: 'allowMissing'
|
|
903
|
+
property :test_case, as: 'testCase', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase::Representation
|
|
904
|
+
|
|
905
|
+
end
|
|
906
|
+
end
|
|
907
|
+
|
|
760
908
|
class GoogleProtobufEmpty
|
|
761
909
|
# @private
|
|
762
910
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -88,8 +88,9 @@ module Google
|
|
|
88
88
|
|
|
89
89
|
# Get a JWT token
|
|
90
90
|
# @param [String] mobilesdk_app_id
|
|
91
|
-
# Unique id for a Firebase app of the format: `version`:`
|
|
92
|
-
# platform`:`hash(bundle_id)` Example: 1:581234567376:android:
|
|
91
|
+
# Required. Unique id for a Firebase app of the format: `version`:`
|
|
92
|
+
# project_number`:`platform`:`hash(bundle_id)` Example: 1:581234567376:android:
|
|
93
|
+
# aa0a3c7b135e90289
|
|
93
94
|
# @param [String] fields
|
|
94
95
|
# Selector specifying which fields to include in a partial response.
|
|
95
96
|
# @param [String] quota_user
|
|
@@ -119,10 +120,11 @@ module Google
|
|
|
119
120
|
|
|
120
121
|
# GET Release by binary upload hash
|
|
121
122
|
# @param [String] mobilesdk_app_id
|
|
122
|
-
# Unique id for a Firebase app of the format: `version`:`
|
|
123
|
-
# platform`:`hash(bundle_id)` Example: 1:581234567376:android:
|
|
123
|
+
# Required. Unique id for a Firebase app of the format: `version`:`
|
|
124
|
+
# project_number`:`platform`:`hash(bundle_id)` Example: 1:581234567376:android:
|
|
125
|
+
# aa0a3c7b135e90289
|
|
124
126
|
# @param [String] upload_hash
|
|
125
|
-
# The hash for the upload
|
|
127
|
+
# Required. The hash for the upload
|
|
126
128
|
# @param [String] fields
|
|
127
129
|
# Selector specifying which fields to include in a partial response.
|
|
128
130
|
# @param [String] quota_user
|
|
@@ -153,10 +155,11 @@ module Google
|
|
|
153
155
|
|
|
154
156
|
# Enable access on a release for testers.
|
|
155
157
|
# @param [String] mobilesdk_app_id
|
|
156
|
-
# Unique id for a Firebase app of the format: `version`:`
|
|
157
|
-
# platform`:`hash(bundle_id)` Example: 1:581234567376:android:
|
|
158
|
+
# Required. Unique id for a Firebase app of the format: `version`:`
|
|
159
|
+
# project_number`:`platform`:`hash(bundle_id)` Example: 1:581234567376:android:
|
|
160
|
+
# aa0a3c7b135e90289
|
|
158
161
|
# @param [String] release_id
|
|
159
|
-
# Release identifier
|
|
162
|
+
# Required. Release identifier
|
|
160
163
|
# @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaEnableAccessOnReleaseRequest] google_firebase_appdistro_v1alpha_enable_access_on_release_request_object
|
|
161
164
|
# @param [String] fields
|
|
162
165
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -190,10 +193,11 @@ module Google
|
|
|
190
193
|
|
|
191
194
|
# Create release notes on a release.
|
|
192
195
|
# @param [String] mobilesdk_app_id
|
|
193
|
-
# Unique id for a Firebase app of the format: `version`:`
|
|
194
|
-
# platform`:`hash(bundle_id)` Example: 1:581234567376:android:
|
|
196
|
+
# Required. Unique id for a Firebase app of the format: `version`:`
|
|
197
|
+
# project_number`:`platform`:`hash(bundle_id)` Example: 1:581234567376:android:
|
|
198
|
+
# aa0a3c7b135e90289
|
|
195
199
|
# @param [String] release_id
|
|
196
|
-
# Release identifier
|
|
200
|
+
# Required. Release identifier
|
|
197
201
|
# @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest] google_firebase_appdistro_v1alpha_create_release_notes_request_object
|
|
198
202
|
# @param [String] fields
|
|
199
203
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -262,10 +266,11 @@ module Google
|
|
|
262
266
|
|
|
263
267
|
# GET Binary upload status by token
|
|
264
268
|
# @param [String] mobilesdk_app_id
|
|
265
|
-
# Unique id for a Firebase app of the format: `version`:`
|
|
266
|
-
# platform`:`hash(bundle_id)` Example: 1:581234567376:android:
|
|
269
|
+
# Required. Unique id for a Firebase app of the format: `version`:`
|
|
270
|
+
# project_number`:`platform`:`hash(bundle_id)` Example: 1:581234567376:android:
|
|
271
|
+
# aa0a3c7b135e90289
|
|
267
272
|
# @param [String] upload_token
|
|
268
|
-
# The token for the upload
|
|
273
|
+
# Required. The token for the upload
|
|
269
274
|
# @param [String] fields
|
|
270
275
|
# Selector specifying which fields to include in a partial response.
|
|
271
276
|
# @param [String] quota_user
|
|
@@ -328,7 +333,7 @@ module Google
|
|
|
328
333
|
# Gets configuration for automated tests.
|
|
329
334
|
# @param [String] name
|
|
330
335
|
# Required. The name of the `TestConfig` resource to retrieve. Format: `projects/
|
|
331
|
-
# `project_number`/apps/`
|
|
336
|
+
# `project_number`/apps/`app`/testConfig`
|
|
332
337
|
# @param [String] fields
|
|
333
338
|
# Selector specifying which fields to include in a partial response.
|
|
334
339
|
# @param [String] quota_user
|
|
@@ -359,7 +364,7 @@ module Google
|
|
|
359
364
|
# Updates automated test configuration.
|
|
360
365
|
# @param [String] name
|
|
361
366
|
# Identifier. The name of the test configuration resource. Format: `projects/`
|
|
362
|
-
# project_number`/apps/`
|
|
367
|
+
# project_number`/apps/`app`/testConfig`
|
|
363
368
|
# @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestConfig] google_firebase_appdistro_v1alpha_test_config_object
|
|
364
369
|
# @param [String] update_mask
|
|
365
370
|
# Optional. The list of fields to update.
|
|
@@ -396,7 +401,7 @@ module Google
|
|
|
396
401
|
# Abort automated test run on release.
|
|
397
402
|
# @param [String] name
|
|
398
403
|
# Required. The name of the release test resource. Format: `projects/`
|
|
399
|
-
# project_number`/apps/`
|
|
404
|
+
# project_number`/apps/`app`/releases/`release`/tests/`test``
|
|
400
405
|
# @param [String] fields
|
|
401
406
|
# Selector specifying which fields to include in a partial response.
|
|
402
407
|
# @param [String] quota_user
|
|
@@ -427,7 +432,7 @@ module Google
|
|
|
427
432
|
# Run automated test(s) on release.
|
|
428
433
|
# @param [String] parent
|
|
429
434
|
# Required. The name of the release resource, which is the parent of the test
|
|
430
|
-
# Format: `projects/`project_number`/apps/`
|
|
435
|
+
# Format: `projects/`project_number`/apps/`app`/releases/`release``
|
|
431
436
|
# @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaReleaseTest] google_firebase_appdistro_v1alpha_release_test_object
|
|
432
437
|
# @param [String] release_test_id
|
|
433
438
|
# Optional. The ID to use for the test, which will become the final component of
|
|
@@ -467,7 +472,7 @@ module Google
|
|
|
467
472
|
# Get results for automated test run on release.
|
|
468
473
|
# @param [String] name
|
|
469
474
|
# Required. The name of the release test resource. Format: `projects/`
|
|
470
|
-
# project_number`/apps/`
|
|
475
|
+
# project_number`/apps/`app`/releases/`release`/tests/`test``
|
|
471
476
|
# @param [String] fields
|
|
472
477
|
# Selector specifying which fields to include in a partial response.
|
|
473
478
|
# @param [String] quota_user
|
|
@@ -498,7 +503,7 @@ module Google
|
|
|
498
503
|
# List results for automated tests run on release.
|
|
499
504
|
# @param [String] parent
|
|
500
505
|
# Required. The name of the release resource, which is the parent of the tests
|
|
501
|
-
# Format: `projects/`project_number`/apps/`
|
|
506
|
+
# Format: `projects/`project_number`/apps/`app`/releases/`release``
|
|
502
507
|
# @param [Fixnum] page_size
|
|
503
508
|
# Optional. The maximum number of tests to return. The service may return fewer
|
|
504
509
|
# than this value.
|
|
@@ -538,10 +543,10 @@ module Google
|
|
|
538
543
|
execute_or_queue_command(command, &block)
|
|
539
544
|
end
|
|
540
545
|
|
|
541
|
-
#
|
|
546
|
+
# Deletes multiple test cases.
|
|
542
547
|
# @param [String] parent
|
|
543
|
-
# Required. The parent resource
|
|
544
|
-
# projects/`project_number`/apps/`
|
|
548
|
+
# Required. The parent resource of the test cases being deleted. Format: `
|
|
549
|
+
# projects/`project_number`/apps/`app``
|
|
545
550
|
# @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest] google_firebase_appdistro_v1alpha_batch_delete_test_cases_request_object
|
|
546
551
|
# @param [String] fields
|
|
547
552
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -572,10 +577,78 @@ module Google
|
|
|
572
577
|
execute_or_queue_command(command, &block)
|
|
573
578
|
end
|
|
574
579
|
|
|
580
|
+
# Updates multiple test cases.
|
|
581
|
+
# @param [String] parent
|
|
582
|
+
# Required. The parent resource of the test cases being updated. Format: `
|
|
583
|
+
# projects/`project_number`/apps/`app``
|
|
584
|
+
# @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaBatchUpdateTestCasesRequest] google_firebase_appdistro_v1alpha_batch_update_test_cases_request_object
|
|
585
|
+
# @param [String] fields
|
|
586
|
+
# Selector specifying which fields to include in a partial response.
|
|
587
|
+
# @param [String] quota_user
|
|
588
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
589
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
590
|
+
# @param [Google::Apis::RequestOptions] options
|
|
591
|
+
# Request-specific options
|
|
592
|
+
#
|
|
593
|
+
# @yield [result, err] Result & error if block supplied
|
|
594
|
+
# @yieldparam result [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaBatchUpdateTestCasesResponse] parsed result object
|
|
595
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
596
|
+
#
|
|
597
|
+
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaBatchUpdateTestCasesResponse]
|
|
598
|
+
#
|
|
599
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
600
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
601
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
602
|
+
def batch_project_app_test_case_update(parent, google_firebase_appdistro_v1alpha_batch_update_test_cases_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
603
|
+
command = make_simple_command(:post, 'v1alpha/{+parent}/testCases:batchUpdate', options)
|
|
604
|
+
command.request_representation = Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaBatchUpdateTestCasesRequest::Representation
|
|
605
|
+
command.request_object = google_firebase_appdistro_v1alpha_batch_update_test_cases_request_object
|
|
606
|
+
command.response_representation = Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaBatchUpdateTestCasesResponse::Representation
|
|
607
|
+
command.response_class = Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaBatchUpdateTestCasesResponse
|
|
608
|
+
command.params['parent'] = parent unless parent.nil?
|
|
609
|
+
command.query['fields'] = fields unless fields.nil?
|
|
610
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
611
|
+
execute_or_queue_command(command, &block)
|
|
612
|
+
end
|
|
613
|
+
|
|
614
|
+
# Clears cached test runs for a specific test case and device(s).
|
|
615
|
+
# @param [String] test_case
|
|
616
|
+
# Required. The name of the test case resource for which to clear the cache.
|
|
617
|
+
# Format: `projects/`project_number`/apps/`app`/testCases/`test_case``
|
|
618
|
+
# @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaClearTestCaseCacheRequest] google_firebase_appdistro_v1alpha_clear_test_case_cache_request_object
|
|
619
|
+
# @param [String] fields
|
|
620
|
+
# Selector specifying which fields to include in a partial response.
|
|
621
|
+
# @param [String] quota_user
|
|
622
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
623
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
624
|
+
# @param [Google::Apis::RequestOptions] options
|
|
625
|
+
# Request-specific options
|
|
626
|
+
#
|
|
627
|
+
# @yield [result, err] Result & error if block supplied
|
|
628
|
+
# @yieldparam result [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaClearTestCaseCacheResponse] parsed result object
|
|
629
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
630
|
+
#
|
|
631
|
+
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaClearTestCaseCacheResponse]
|
|
632
|
+
#
|
|
633
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
634
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
635
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
636
|
+
def clear_project_app_test_case_test_case_cache(test_case, google_firebase_appdistro_v1alpha_clear_test_case_cache_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
637
|
+
command = make_simple_command(:post, 'v1alpha/{+testCase}:clearTestCaseCache', options)
|
|
638
|
+
command.request_representation = Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaClearTestCaseCacheRequest::Representation
|
|
639
|
+
command.request_object = google_firebase_appdistro_v1alpha_clear_test_case_cache_request_object
|
|
640
|
+
command.response_representation = Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaClearTestCaseCacheResponse::Representation
|
|
641
|
+
command.response_class = Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaClearTestCaseCacheResponse
|
|
642
|
+
command.params['testCase'] = test_case unless test_case.nil?
|
|
643
|
+
command.query['fields'] = fields unless fields.nil?
|
|
644
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
645
|
+
execute_or_queue_command(command, &block)
|
|
646
|
+
end
|
|
647
|
+
|
|
575
648
|
# Create a new test case.
|
|
576
649
|
# @param [String] parent
|
|
577
650
|
# Required. The parent resource where this test case will be created. Format: `
|
|
578
|
-
# projects/`project_number`/apps/`
|
|
651
|
+
# projects/`project_number`/apps/`app``
|
|
579
652
|
# @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase] google_firebase_appdistro_v1alpha_test_case_object
|
|
580
653
|
# @param [String] test_case_id
|
|
581
654
|
# Optional. The ID to use for the test case, which will become the final
|
|
@@ -614,7 +687,7 @@ module Google
|
|
|
614
687
|
# Delete a test case.
|
|
615
688
|
# @param [String] name
|
|
616
689
|
# Required. The name of the test case resource to delete. Format: `projects/`
|
|
617
|
-
# project_number`/apps/`
|
|
690
|
+
# project_number`/apps/`app`/testCases/`test_case``
|
|
618
691
|
# @param [String] fields
|
|
619
692
|
# Selector specifying which fields to include in a partial response.
|
|
620
693
|
# @param [String] quota_user
|
|
@@ -645,7 +718,7 @@ module Google
|
|
|
645
718
|
# Get a test case.
|
|
646
719
|
# @param [String] name
|
|
647
720
|
# Required. The name of the test case resource to retrieve. Format: `projects/`
|
|
648
|
-
# project_number`/apps/`
|
|
721
|
+
# project_number`/apps/`app`/testCases/`test_case``
|
|
649
722
|
# @param [String] fields
|
|
650
723
|
# Selector specifying which fields to include in a partial response.
|
|
651
724
|
# @param [String] quota_user
|
|
@@ -676,7 +749,7 @@ module Google
|
|
|
676
749
|
# List test cases.
|
|
677
750
|
# @param [String] parent
|
|
678
751
|
# Required. The parent resource from which to list test cases. Format: `projects/
|
|
679
|
-
# `project_number`/apps/`
|
|
752
|
+
# `project_number`/apps/`app``
|
|
680
753
|
# @param [Fixnum] page_size
|
|
681
754
|
# Optional. The maximum number of test cases to return. The service may return
|
|
682
755
|
# fewer than this value. If unspecified, at most 50 test cases will be returned.
|
|
@@ -717,8 +790,11 @@ module Google
|
|
|
717
790
|
# Update a test case.
|
|
718
791
|
# @param [String] name
|
|
719
792
|
# Identifier. The name of the test case resource. Format: `projects/`
|
|
720
|
-
# project_number`/apps/`
|
|
793
|
+
# project_number`/apps/`app`/testCases/`test_case``
|
|
721
794
|
# @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase] google_firebase_appdistro_v1alpha_test_case_object
|
|
795
|
+
# @param [Boolean] allow_missing
|
|
796
|
+
# Optional. If set to true, and the test case is not found, a new test case will
|
|
797
|
+
# be created.
|
|
722
798
|
# @param [String] fields
|
|
723
799
|
# Selector specifying which fields to include in a partial response.
|
|
724
800
|
# @param [String] quota_user
|
|
@@ -736,13 +812,14 @@ module Google
|
|
|
736
812
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
737
813
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
738
814
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
739
|
-
def patch_project_app_test_case(name, google_firebase_appdistro_v1alpha_test_case_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
815
|
+
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)
|
|
740
816
|
command = make_simple_command(:patch, 'v1alpha/{+name}', options)
|
|
741
817
|
command.request_representation = Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase::Representation
|
|
742
818
|
command.request_object = google_firebase_appdistro_v1alpha_test_case_object
|
|
743
819
|
command.response_representation = Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase::Representation
|
|
744
820
|
command.response_class = Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase
|
|
745
821
|
command.params['name'] = name unless name.nil?
|
|
822
|
+
command.query['allowMissing'] = allow_missing unless allow_missing.nil?
|
|
746
823
|
command.query['fields'] = fields unless fields.nil?
|
|
747
824
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
748
825
|
execute_or_queue_command(command, &block)
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: google-apis-core
|
|
@@ -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:
|
|
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '
|
|
69
|
+
version: '3.1'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
74
|
version: '0'
|
|
75
75
|
requirements: []
|
|
76
|
-
rubygems_version: 3.6.
|
|
76
|
+
rubygems_version: 3.6.9
|
|
77
77
|
specification_version: 4
|
|
78
78
|
summary: Simple REST client for Firebase App Distribution API V1alpha
|
|
79
79
|
test_files: []
|