google-apis-firebaseappdistribution_v1alpha 0.23.0 → 0.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dc513072338408b7e70b30bd0b62df9ee4eebd5db06e02d94ac040e1b609fd92
4
- data.tar.gz: 0b1c642eaee224f038eef2c7ed8907df54b8c5b1b5f45efc66871ef3e7a6f413
3
+ metadata.gz: 62167b94be820fce53ed872dadd5a11bba1383ce535e1f4dae7984f89de24929
4
+ data.tar.gz: 71d8b0624455fd3720be04d14ea2a050269549b608035f6e3e648e1a6ad00fcb
5
5
  SHA512:
6
- metadata.gz: 6219d0fd93d6eae4e83e4132a3363f0ae3f99f695c9a67a3548157ffbbffe4e206d2ba08dc740becef2976a32cc061b37b8e938ee3c55944b073698569ca0343
7
- data.tar.gz: d00b68f5cd3a2c240d1d9997ed410d4122010976bbe4766f7ed1a772f23abb187eadfe45f0645335e99e99cd9920089c5fe102458c99926bcc4ce79b767f4f00
6
+ metadata.gz: 15b050b674417bcaa99feda4329798b3ff965f550c5f1d0d9d7f7a01b5b66e91d7ff621941f23a9ec88ace7309f2d67c9527512b2777ec9dc48630579637ba83
7
+ data.tar.gz: 54da19b992e6e18951108003144181b5930fe13f929879fe35ff02145719c6b670db77f59d5655a6462bf915c66c303f8f27854aae2d539b3cb9f377869ddc0e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
3
11
  ### v0.23.0 (2025-11-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20251030
@@ -123,8 +123,8 @@ module Google
123
123
  # @return [String]
124
124
  attr_accessor :firebase_console_uri
125
125
 
126
- # The name of the release resource. Format: `projects/`project_number`/apps/`
127
- # app_id`/releases/`release_id``
126
+ # The name of the release resource. Format: `projects/`project_number`/apps/`app`
127
+ # /releases/`release``
128
128
  # Corresponds to the JSON property `name`
129
129
  # @return [String]
130
130
  attr_accessor :name
@@ -475,8 +475,8 @@ module Google
475
475
  include Google::Apis::Core::Hashable
476
476
 
477
477
  # Required. The name of the test cases to delete. A maximum number of 1000 test
478
- # cases can be deleted in one batch Format: `projects/`project_number`/apps/`
479
- # app_id`/testCases/`test_case_id``
478
+ # cases can be deleted in one batch Format: `projects/`project_number`/apps/`app`
479
+ # /testCases/`test_case``
480
480
  # Corresponds to the JSON property `names`
481
481
  # @return [Array<String>]
482
482
  attr_accessor :names
@@ -670,11 +670,34 @@ module Google
670
670
  # @return [String]
671
671
  attr_accessor :failed_reason
672
672
 
673
+ # Output only. Indicates that the test replayed saved actions and concluded
674
+ # without a final AI assertion.
675
+ # Corresponds to the JSON property `finalAiAssertionMissing`
676
+ # @return [Boolean]
677
+ attr_accessor :final_ai_assertion_missing
678
+ alias_method :final_ai_assertion_missing?, :final_ai_assertion_missing
679
+
673
680
  # Output only. The reason why the test was inconclusive.
674
681
  # Corresponds to the JSON property `inconclusiveReason`
675
682
  # @return [String]
676
683
  attr_accessor :inconclusive_reason
677
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
+
678
701
  # Output only. The path to a directory in Cloud Storage that will eventually
679
702
  # contain the results for this execution. For example, gs://bucket/Nexus5-18-en-
680
703
  # portrait.
@@ -720,7 +743,10 @@ module Google
720
743
  @device = args[:device] if args.key?(:device)
721
744
  @execution_type = args[:execution_type] if args.key?(:execution_type)
722
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)
723
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)
724
750
  @results_storage_path = args[:results_storage_path] if args.key?(:results_storage_path)
725
751
  @robo_stats = args[:robo_stats] if args.key?(:robo_stats)
726
752
  @screenshot_uris = args[:screenshot_uris] if args.key?(:screenshot_uris)
@@ -1411,7 +1437,7 @@ module Google
1411
1437
  attr_accessor :login_credential
1412
1438
 
1413
1439
  # The name of the release test resource. Format: `projects/`project_number`/apps/
1414
- # `app_id`/releases/`release_id`/tests/`test_id``
1440
+ # `app`/releases/`release`/tests/`test``
1415
1441
  # Corresponds to the JSON property `name`
1416
1442
  # @return [String]
1417
1443
  attr_accessor :name
@@ -1589,7 +1615,7 @@ module Google
1589
1615
  attr_accessor :display_name
1590
1616
 
1591
1617
  # Identifier. The name of the test case resource. Format: `projects/`
1592
- # project_number`/apps/`app_id`/testCases/`test_case_id``
1618
+ # project_number`/apps/`app`/testCases/`test_case``
1593
1619
  # Corresponds to the JSON property `name`
1594
1620
  # @return [String]
1595
1621
  attr_accessor :name
@@ -1625,7 +1651,7 @@ module Google
1625
1651
  attr_accessor :display_name
1626
1652
 
1627
1653
  # Identifier. The name of the test configuration resource. Format: `projects/`
1628
- # project_number`/apps/`app_id`/testConfig`
1654
+ # project_number`/apps/`app`/testConfig`
1629
1655
  # Corresponds to the JSON property `name`
1630
1656
  # @return [String]
1631
1657
  attr_accessor :name
@@ -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.23.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251030"
25
+ REVISION = "20251203"
26
26
  end
27
27
  end
28
28
  end
@@ -566,7 +566,10 @@ module Google
566
566
 
567
567
  property :execution_type, as: 'executionType'
568
568
  property :failed_reason, as: 'failedReason'
569
+ property :final_ai_assertion_missing, as: 'finalAiAssertionMissing'
569
570
  property :inconclusive_reason, as: 'inconclusiveReason'
571
+ property :name, as: 'name'
572
+ property :origin_device_execution, as: 'originDeviceExecution'
570
573
  property :results_storage_path, as: 'resultsStoragePath'
571
574
  property :robo_stats, as: 'roboStats', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaRoboStats, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaRoboStats::Representation
572
575
 
@@ -333,7 +333,7 @@ module Google
333
333
  # Gets configuration for automated tests.
334
334
  # @param [String] name
335
335
  # Required. The name of the `TestConfig` resource to retrieve. Format: `projects/
336
- # `project_number`/apps/`app_id`/testConfig`
336
+ # `project_number`/apps/`app`/testConfig`
337
337
  # @param [String] fields
338
338
  # Selector specifying which fields to include in a partial response.
339
339
  # @param [String] quota_user
@@ -364,7 +364,7 @@ module Google
364
364
  # Updates automated test configuration.
365
365
  # @param [String] name
366
366
  # Identifier. The name of the test configuration resource. Format: `projects/`
367
- # project_number`/apps/`app_id`/testConfig`
367
+ # project_number`/apps/`app`/testConfig`
368
368
  # @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestConfig] google_firebase_appdistro_v1alpha_test_config_object
369
369
  # @param [String] update_mask
370
370
  # Optional. The list of fields to update.
@@ -401,7 +401,7 @@ module Google
401
401
  # Abort automated test run on release.
402
402
  # @param [String] name
403
403
  # Required. The name of the release test resource. Format: `projects/`
404
- # project_number`/apps/`app_id`/releases/`release_id`/tests/`test_id``
404
+ # project_number`/apps/`app`/releases/`release`/tests/`test``
405
405
  # @param [String] fields
406
406
  # Selector specifying which fields to include in a partial response.
407
407
  # @param [String] quota_user
@@ -432,7 +432,7 @@ module Google
432
432
  # Run automated test(s) on release.
433
433
  # @param [String] parent
434
434
  # Required. The name of the release resource, which is the parent of the test
435
- # Format: `projects/`project_number`/apps/`app_id`/releases/`release_id``
435
+ # Format: `projects/`project_number`/apps/`app`/releases/`release``
436
436
  # @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaReleaseTest] google_firebase_appdistro_v1alpha_release_test_object
437
437
  # @param [String] release_test_id
438
438
  # Optional. The ID to use for the test, which will become the final component of
@@ -472,7 +472,7 @@ module Google
472
472
  # Get results for automated test run on release.
473
473
  # @param [String] name
474
474
  # Required. The name of the release test resource. Format: `projects/`
475
- # project_number`/apps/`app_id`/releases/`release_id`/tests/`test_id``
475
+ # project_number`/apps/`app`/releases/`release`/tests/`test``
476
476
  # @param [String] fields
477
477
  # Selector specifying which fields to include in a partial response.
478
478
  # @param [String] quota_user
@@ -503,7 +503,7 @@ module Google
503
503
  # List results for automated tests run on release.
504
504
  # @param [String] parent
505
505
  # Required. The name of the release resource, which is the parent of the tests
506
- # Format: `projects/`project_number`/apps/`app_id`/releases/`release_id``
506
+ # Format: `projects/`project_number`/apps/`app`/releases/`release``
507
507
  # @param [Fixnum] page_size
508
508
  # Optional. The maximum number of tests to return. The service may return fewer
509
509
  # than this value.
@@ -546,7 +546,7 @@ module Google
546
546
  # Deletes multiple test cases.
547
547
  # @param [String] parent
548
548
  # Required. The parent resource of the test cases being deleted. Format: `
549
- # projects/`project_number`/apps/`app_id``
549
+ # projects/`project_number`/apps/`app``
550
550
  # @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest] google_firebase_appdistro_v1alpha_batch_delete_test_cases_request_object
551
551
  # @param [String] fields
552
552
  # Selector specifying which fields to include in a partial response.
@@ -580,7 +580,7 @@ module Google
580
580
  # Updates multiple test cases.
581
581
  # @param [String] parent
582
582
  # Required. The parent resource of the test cases being updated. Format: `
583
- # projects/`project_number`/apps/`app_id``
583
+ # projects/`project_number`/apps/`app``
584
584
  # @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaBatchUpdateTestCasesRequest] google_firebase_appdistro_v1alpha_batch_update_test_cases_request_object
585
585
  # @param [String] fields
586
586
  # Selector specifying which fields to include in a partial response.
@@ -614,7 +614,7 @@ module Google
614
614
  # Clears cached test runs for a specific test case and device(s).
615
615
  # @param [String] test_case
616
616
  # Required. The name of the test case resource for which to clear the cache.
617
- # Format: `projects/`project_number`/apps/`app_id`/testCases/`test_case_id``
617
+ # Format: `projects/`project_number`/apps/`app`/testCases/`test_case``
618
618
  # @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaClearTestCaseCacheRequest] google_firebase_appdistro_v1alpha_clear_test_case_cache_request_object
619
619
  # @param [String] fields
620
620
  # Selector specifying which fields to include in a partial response.
@@ -648,7 +648,7 @@ module Google
648
648
  # Create a new test case.
649
649
  # @param [String] parent
650
650
  # Required. The parent resource where this test case will be created. Format: `
651
- # projects/`project_number`/apps/`app_id``
651
+ # projects/`project_number`/apps/`app``
652
652
  # @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase] google_firebase_appdistro_v1alpha_test_case_object
653
653
  # @param [String] test_case_id
654
654
  # Optional. The ID to use for the test case, which will become the final
@@ -687,7 +687,7 @@ module Google
687
687
  # Delete a test case.
688
688
  # @param [String] name
689
689
  # Required. The name of the test case resource to delete. Format: `projects/`
690
- # project_number`/apps/`app_id`/testCases/`test_case_id``
690
+ # project_number`/apps/`app`/testCases/`test_case``
691
691
  # @param [String] fields
692
692
  # Selector specifying which fields to include in a partial response.
693
693
  # @param [String] quota_user
@@ -718,7 +718,7 @@ module Google
718
718
  # Get a test case.
719
719
  # @param [String] name
720
720
  # Required. The name of the test case resource to retrieve. Format: `projects/`
721
- # project_number`/apps/`app_id`/testCases/`test_case_id``
721
+ # project_number`/apps/`app`/testCases/`test_case``
722
722
  # @param [String] fields
723
723
  # Selector specifying which fields to include in a partial response.
724
724
  # @param [String] quota_user
@@ -749,7 +749,7 @@ module Google
749
749
  # List test cases.
750
750
  # @param [String] parent
751
751
  # Required. The parent resource from which to list test cases. Format: `projects/
752
- # `project_number`/apps/`app_id``
752
+ # `project_number`/apps/`app``
753
753
  # @param [Fixnum] page_size
754
754
  # Optional. The maximum number of test cases to return. The service may return
755
755
  # fewer than this value. If unspecified, at most 50 test cases will be returned.
@@ -790,7 +790,7 @@ module Google
790
790
  # Update a test case.
791
791
  # @param [String] name
792
792
  # Identifier. The name of the test case resource. Format: `projects/`
793
- # project_number`/apps/`app_id`/testCases/`test_case_id``
793
+ # project_number`/apps/`app`/testCases/`test_case``
794
794
  # @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase] google_firebase_appdistro_v1alpha_test_case_object
795
795
  # @param [Boolean] allow_missing
796
796
  # Optional. If set to true, and the test case is not found, a new test case will
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.23.0
4
+ version: 0.25.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappdistribution_v1alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1alpha/v0.23.0
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: