google-apis-firebaseappdistribution_v1alpha 0.14.0 → 0.16.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: 1376cdfa81b91f24c4fbc78d26aeb33d5cce0e49cb711d3fbd363943835f1cbd
4
- data.tar.gz: bc620d483e6719692f5f65db79703516c567f66d6082a99f5c1de99a2c598500
3
+ metadata.gz: 6ca3bed50df17f5a22e65f7917f0ec469a25a957619d948447a7577a1f2e3e07
4
+ data.tar.gz: 7d62324de02ce745b928010bae63a65008caa3bd065eed14ece8808f0da73964
5
5
  SHA512:
6
- metadata.gz: 4a849cbfe6626de1c8f29b39942f86124823bcaabcad3474fa4509854fdd16bb51d7c2bbc7559995fa3280593ef6195455f3b233a8164f3a4835bbe17f8c5909
7
- data.tar.gz: 296ec307770e55d28913902baca626463be972f01962f0a9ba3e5ec350a02bac618543a7583c3b1d2742cfe34a39ccdabcc862df466490858950d5d10ed1244d
6
+ metadata.gz: e0d273db25bc183dc6dcba91d42c6d753782b748a0ae63ac17ca5147e54ab66759adba43423db4d2b736cf760593fe753c5d079ba2b5b0973048dfe26e33bd06
7
+ data.tar.gz: 758278d3c0dd7d21987d6dceda19c1d3457a71da94e2095efb07e1c7b7b8dff3e565ae090dd4ef3acfa98d75050cc97aaa3cbd36b274acd6bf10ae5d85d44926
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-firebaseappdistribution_v1alpha
2
2
 
3
+ ### v0.16.0 (2025-08-31)
4
+
5
+ * Regenerated from discovery document revision 20250825
6
+
7
+ ### v0.15.0 (2025-08-17)
8
+
9
+ * Regenerated from discovery document revision 20250811
10
+
3
11
  ### v0.14.0 (2025-06-15)
4
12
 
5
13
  * Regenerated from discovery document revision 20250612
@@ -113,6 +113,11 @@ module Google
113
113
  # @return [String]
114
114
  attr_accessor :display_version
115
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
+
116
121
  # Output only. A link to the Firebase console displaying a single release.
117
122
  # Corresponds to the JSON property `firebaseConsoleUri`
118
123
  # @return [String]
@@ -136,6 +141,11 @@ module Google
136
141
  # @return [String]
137
142
  attr_accessor :testing_uri
138
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
+
139
149
  def initialize(**args)
140
150
  update!(**args)
141
151
  end
@@ -146,10 +156,12 @@ module Google
146
156
  @build_version = args[:build_version] if args.key?(:build_version)
147
157
  @create_time = args[:create_time] if args.key?(:create_time)
148
158
  @display_version = args[:display_version] if args.key?(:display_version)
159
+ @expire_time = args[:expire_time] if args.key?(:expire_time)
149
160
  @firebase_console_uri = args[:firebase_console_uri] if args.key?(:firebase_console_uri)
150
161
  @name = args[:name] if args.key?(:name)
151
162
  @release_notes = args[:release_notes] if args.key?(:release_notes)
152
163
  @testing_uri = args[:testing_uri] if args.key?(:testing_uri)
164
+ @update_time = args[:update_time] if args.key?(:update_time)
153
165
  end
154
166
  end
155
167
 
@@ -286,6 +298,13 @@ module Google
286
298
  # @return [String]
287
299
  attr_accessor :success_criteria
288
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
+
289
308
  def initialize(**args)
290
309
  update!(**args)
291
310
  end
@@ -296,6 +315,7 @@ module Google
296
315
  @goal = args[:goal] if args.key?(:goal)
297
316
  @hint = args[:hint] if args.key?(:hint)
298
317
  @success_criteria = args[:success_criteria] if args.key?(:success_criteria)
318
+ @test_case = args[:test_case] if args.key?(:test_case)
299
319
  end
300
320
  end
301
321
 
@@ -630,6 +650,16 @@ module Google
630
650
  class GoogleFirebaseAppdistroV1alphaDeviceInteraction
631
651
  include Google::Apis::Core::Hashable
632
652
 
653
+ # A back action.
654
+ # Corresponds to the JSON property `backAction`
655
+ # @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionBack]
656
+ attr_accessor :back_action
657
+
658
+ # A drag and drop action.
659
+ # Corresponds to the JSON property `dragAndDrop`
660
+ # @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionDragAndDrop]
661
+ attr_accessor :drag_and_drop
662
+
633
663
  # A text entry action, that enters text into a particular text field, clearing
634
664
  # any existing text in the field.
635
665
  # Corresponds to the JSON property `enterText`
@@ -641,6 +671,11 @@ module Google
641
671
  # @return [String]
642
672
  attr_accessor :key_code
643
673
 
674
+ # Point for describing bounding boxes tap locations Top left is 0,0
675
+ # Corresponds to the JSON property `longPress`
676
+ # @return [Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputPoint]
677
+ attr_accessor :long_press
678
+
644
679
  # A device screenshot taken during a test.
645
680
  # Corresponds to the JSON property `screenshot`
646
681
  # @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaScreenshot]
@@ -675,8 +710,11 @@ module Google
675
710
 
676
711
  # Update properties of this object
677
712
  def update!(**args)
713
+ @back_action = args[:back_action] if args.key?(:back_action)
714
+ @drag_and_drop = args[:drag_and_drop] if args.key?(:drag_and_drop)
678
715
  @enter_text = args[:enter_text] if args.key?(:enter_text)
679
716
  @key_code = args[:key_code] if args.key?(:key_code)
717
+ @long_press = args[:long_press] if args.key?(:long_press)
680
718
  @screenshot = args[:screenshot] if args.key?(:screenshot)
681
719
  @swipe = args[:swipe] if args.key?(:swipe)
682
720
  @tap_prop = args[:tap_prop] if args.key?(:tap_prop)
@@ -685,6 +723,44 @@ module Google
685
723
  end
686
724
  end
687
725
 
726
+ # A back action.
727
+ class GoogleFirebaseAppdistroV1alphaDeviceInteractionBack
728
+ include Google::Apis::Core::Hashable
729
+
730
+ def initialize(**args)
731
+ update!(**args)
732
+ end
733
+
734
+ # Update properties of this object
735
+ def update!(**args)
736
+ end
737
+ end
738
+
739
+ # A drag and drop action.
740
+ class GoogleFirebaseAppdistroV1alphaDeviceInteractionDragAndDrop
741
+ include Google::Apis::Core::Hashable
742
+
743
+ # Point for describing bounding boxes tap locations Top left is 0,0
744
+ # Corresponds to the JSON property `end`
745
+ # @return [Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputPoint]
746
+ attr_accessor :end
747
+
748
+ # Point for describing bounding boxes tap locations Top left is 0,0
749
+ # Corresponds to the JSON property `start`
750
+ # @return [Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputPoint]
751
+ attr_accessor :start
752
+
753
+ def initialize(**args)
754
+ update!(**args)
755
+ end
756
+
757
+ # Update properties of this object
758
+ def update!(**args)
759
+ @end = args[:end] if args.key?(:end)
760
+ @start = args[:start] if args.key?(:start)
761
+ end
762
+ end
763
+
688
764
  # A text entry action, that enters text into a particular text field, clearing
689
765
  # any existing text in the field.
690
766
  class GoogleFirebaseAppdistroV1alphaDeviceInteractionEnterText
@@ -1208,7 +1284,7 @@ module Google
1208
1284
  end
1209
1285
  end
1210
1286
 
1211
- # The results of running an automated test on a release.
1287
+ # Instance of an automated test for a release.
1212
1288
  class GoogleFirebaseAppdistroV1alphaReleaseTest
1213
1289
  include Google::Apis::Core::Hashable
1214
1290
 
@@ -1406,6 +1482,11 @@ module Google
1406
1482
  # @return [String]
1407
1483
  attr_accessor :create_time
1408
1484
 
1485
+ # Output only. Other test cases that depend on this test cse as a prerequisite.
1486
+ # Corresponds to the JSON property `dependentTestCases`
1487
+ # @return [Array<String>]
1488
+ attr_accessor :dependent_test_cases
1489
+
1409
1490
  # Required. Display name of the test case.
1410
1491
  # Corresponds to the JSON property `displayName`
1411
1492
  # @return [String]
@@ -1417,6 +1498,11 @@ module Google
1417
1498
  # @return [String]
1418
1499
  attr_accessor :name
1419
1500
 
1501
+ # Optional. Test case that must be run before this test case.
1502
+ # Corresponds to the JSON property `prerequisiteTestCase`
1503
+ # @return [String]
1504
+ attr_accessor :prerequisite_test_case
1505
+
1420
1506
  def initialize(**args)
1421
1507
  update!(**args)
1422
1508
  end
@@ -1425,8 +1511,10 @@ module Google
1425
1511
  def update!(**args)
1426
1512
  @ai_instructions = args[:ai_instructions] if args.key?(:ai_instructions)
1427
1513
  @create_time = args[:create_time] if args.key?(:create_time)
1514
+ @dependent_test_cases = args[:dependent_test_cases] if args.key?(:dependent_test_cases)
1428
1515
  @display_name = args[:display_name] if args.key?(:display_name)
1429
1516
  @name = args[:name] if args.key?(:name)
1517
+ @prerequisite_test_case = args[:prerequisite_test_case] if args.key?(:prerequisite_test_case)
1430
1518
  end
1431
1519
  end
1432
1520
 
@@ -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.14.0"
19
+ GEM_VERSION = "0.16.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 = "20250612"
25
+ REVISION = "20250825"
26
26
  end
27
27
  end
28
28
  end
@@ -142,6 +142,18 @@ module Google
142
142
  include Google::Apis::Core::JsonObjectSupport
143
143
  end
144
144
 
145
+ class GoogleFirebaseAppdistroV1alphaDeviceInteractionBack
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class GoogleFirebaseAppdistroV1alphaDeviceInteractionDragAndDrop
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
145
157
  class GoogleFirebaseAppdistroV1alphaDeviceInteractionEnterText
146
158
  class Representation < Google::Apis::Core::JsonRepresentation; end
147
159
 
@@ -341,11 +353,13 @@ module Google
341
353
  property :build_version, as: 'buildVersion'
342
354
  property :create_time, as: 'createTime'
343
355
  property :display_version, as: 'displayVersion'
356
+ property :expire_time, as: 'expireTime'
344
357
  property :firebase_console_uri, as: 'firebaseConsoleUri'
345
358
  property :name, as: 'name'
346
359
  property :release_notes, as: 'releaseNotes', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1ReleaseNotes, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1ReleaseNotes::Representation
347
360
 
348
361
  property :testing_uri, as: 'testingUri'
362
+ property :update_time, as: 'updateTime'
349
363
  end
350
364
  end
351
365
 
@@ -395,6 +409,7 @@ module Google
395
409
  property :goal, as: 'goal'
396
410
  property :hint, as: 'hint'
397
411
  property :success_criteria, as: 'successCriteria'
412
+ property :test_case, as: 'testCase'
398
413
  end
399
414
  end
400
415
 
@@ -503,9 +518,15 @@ module Google
503
518
  class GoogleFirebaseAppdistroV1alphaDeviceInteraction
504
519
  # @private
505
520
  class Representation < Google::Apis::Core::JsonRepresentation
521
+ property :back_action, as: 'backAction', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionBack, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionBack::Representation
522
+
523
+ property :drag_and_drop, as: 'dragAndDrop', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionDragAndDrop, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionDragAndDrop::Representation
524
+
506
525
  property :enter_text, as: 'enterText', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionEnterText, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionEnterText::Representation
507
526
 
508
527
  property :key_code, as: 'keyCode'
528
+ property :long_press, as: 'longPress', class: Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputPoint, decorator: Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputPoint::Representation
529
+
509
530
  property :screenshot, as: 'screenshot', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaScreenshot, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaScreenshot::Representation
510
531
 
511
532
  property :swipe, as: 'swipe', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionSwipe, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceInteractionSwipe::Representation
@@ -518,6 +539,22 @@ module Google
518
539
  end
519
540
  end
520
541
 
542
+ class GoogleFirebaseAppdistroV1alphaDeviceInteractionBack
543
+ # @private
544
+ class Representation < Google::Apis::Core::JsonRepresentation
545
+ end
546
+ end
547
+
548
+ class GoogleFirebaseAppdistroV1alphaDeviceInteractionDragAndDrop
549
+ # @private
550
+ class Representation < Google::Apis::Core::JsonRepresentation
551
+ property :end, as: 'end', class: Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputPoint, decorator: Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputPoint::Representation
552
+
553
+ property :start, as: 'start', class: Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputPoint, decorator: Google::Apis::FirebaseappdistributionV1alpha::AndroidxCrawlerOutputPoint::Representation
554
+
555
+ end
556
+ end
557
+
521
558
  class GoogleFirebaseAppdistroV1alphaDeviceInteractionEnterText
522
559
  # @private
523
560
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -745,8 +782,10 @@ module Google
745
782
  property :ai_instructions, as: 'aiInstructions', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaAiInstructions, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaAiInstructions::Representation
746
783
 
747
784
  property :create_time, as: 'createTime'
785
+ collection :dependent_test_cases, as: 'dependentTestCases'
748
786
  property :display_name, as: 'displayName'
749
787
  property :name, as: 'name'
788
+ property :prerequisite_test_case, as: 'prerequisiteTestCase'
750
789
  end
751
790
  end
752
791
 
@@ -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`:`project_number`:`
92
- # platform`:`hash(bundle_id)` Example: 1:581234567376:android:aa0a3c7b135e90289
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`:`project_number`:`
123
- # platform`:`hash(bundle_id)` Example: 1:581234567376:android:aa0a3c7b135e90289
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`:`project_number`:`
157
- # platform`:`hash(bundle_id)` Example: 1:581234567376:android:aa0a3c7b135e90289
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`:`project_number`:`
194
- # platform`:`hash(bundle_id)` Example: 1:581234567376:android:aa0a3c7b135e90289
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`:`project_number`:`
266
- # platform`:`hash(bundle_id)` Example: 1:581234567376:android:aa0a3c7b135e90289
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
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.14.0
4
+ version: 0.16.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.14.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1alpha/v0.16.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: