google-apis-firebaseappdistribution_v1alpha 0.21.0 → 0.22.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: e7bae4a42d6eb4701b130725d5888ab616a9610b9e0ee828b64ae9ebd1381007
4
- data.tar.gz: fb87133409e365ad269a43938b46b4172ee977ed355209796ac3cfe09de94d9f
3
+ metadata.gz: '01833e30e832640450af24c3fe3b7a4bf329994d0f29f72720291ebf6ed267ed'
4
+ data.tar.gz: d314d115d869505655038615a176f97c9815df789ec94f364c3755d34265d78f
5
5
  SHA512:
6
- metadata.gz: dc34b1a8c2a3f6286ff2a0148aacabb833a2e6306a528e973f276b6ecdf2a98765fe8f58669f9db5dec5f8befe151d1a4dd499d7d3dc560dfa89a594fc700310
7
- data.tar.gz: 19756649ae743dee27997a1c2a2ba84cd25c00bd3514d0aa1853d23c640c9eab9477b092eff2bdd01752db59d0cec59592b7279f089fafe337101a2b7eb4308a
6
+ metadata.gz: 2c4b73ee8e3f97bbad109675ffc6dbe62ab7550c8ae0120c4355474996989b6f7058032084f93a62d70bc7ea5fea70d2f54a92efb75464a852d59f3e64086273
7
+ data.tar.gz: b4d6e850a21b6015336c60122c92477c8b49d369f44c033b976a36f1c79ca0031973ba64c29361f6ba25e79ad0be16c06aed512f304c6491b4dfa14f3ff784f9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebaseappdistribution_v1alpha
2
2
 
3
+ ### v0.22.0 (2025-10-26)
4
+
5
+ * Regenerated from discovery document revision 20251022
6
+
3
7
  ### v0.21.0 (2025-10-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20251015
@@ -543,6 +543,39 @@ module Google
543
543
  end
544
544
  end
545
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
+
546
579
  # The request message for `CreateReleaseNotes`.
547
580
  class GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest
548
581
  include Google::Apis::Core::Hashable
@@ -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.21.0"
19
+ GEM_VERSION = "0.22.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 = "20251015"
25
+ REVISION = "20251022"
26
26
  end
27
27
  end
28
28
  end
@@ -124,6 +124,18 @@ module Google
124
124
  include Google::Apis::Core::JsonObjectSupport
125
125
  end
126
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
+
127
139
  class GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest
128
140
  class Representation < Google::Apis::Core::JsonRepresentation; end
129
141
 
@@ -505,6 +517,20 @@ module Google
505
517
  end
506
518
  end
507
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
+
508
534
  class GoogleFirebaseAppdistroV1alphaCreateReleaseNotesRequest
509
535
  # @private
510
536
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -611,6 +611,40 @@ module Google
611
611
  execute_or_queue_command(command, &block)
612
612
  end
613
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_id`/testCases/`test_case_id``
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
+
614
648
  # Create a new test case.
615
649
  # @param [String] parent
616
650
  # Required. The parent resource where this test case will be created. Format: `
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.21.0
4
+ version: 0.22.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.21.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1alpha/v0.22.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: