google-apis-firebaseappdistribution_v1alpha 0.18.0 → 0.20.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: 46b5ec56b08fabdb2643fb585ac901cf37129ecf8f8cc6d474c3f1c2499147a6
4
- data.tar.gz: 47f962ce8830038be9d99f00c906f17c6e6f90f27369f30851196d2dcea90520
3
+ metadata.gz: 605eb7a2492478fbbb5e3a9eaf19169e5a6d69c7de6a86a2175951e24ae73367
4
+ data.tar.gz: 66d1f3824360cc6a6316b6e17da6c0d66e8ecaa3d49ab3bcf57591eaeefa6913
5
5
  SHA512:
6
- metadata.gz: 83fe430224e87eb0733ddd4a7af9f7bebf27d89818a6abb408000fd5a916471f7831f9c152531728f30daee344b601bd68fa6d60cbb8317e8e9e7f25c1943b84
7
- data.tar.gz: 5105c52918ccefac58f4e99809559c5858d7a60c6fddefbaeb9e9c2dd066ae71afa1096acfe90a0064904f3d30cfa0e0c8923ad30d8ba6689ecd9b8cf8d6fad6
6
+ metadata.gz: a626e9df8a8b020ea12ca7ec53d893297ac67d78a5eddf33a52b4e083511a0b7f3c8cb7cbdb33e936b4aea6bf052a1d89e9b1289c8bb1c33579bb59d0332b4ef
7
+ data.tar.gz: debfaf7d47fc1ad8fddb1834be6986ee2191ef1de84fe93b787a29337fe92b6bc4045019191644443fe9abee13056ec57e562746c18c0648e3c7b07985e47d9e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-firebaseappdistribution_v1alpha
2
2
 
3
+ ### v0.20.0 (2025-09-28)
4
+
5
+ * Regenerated from discovery document revision 20250925
6
+
7
+ ### v0.19.0 (2025-09-21)
8
+
9
+ * Regenerated from discovery document revision 20250916
10
+
3
11
  ### v0.18.0 (2025-09-14)
4
12
 
5
13
  * Regenerated from discovery document revision 20250912
@@ -972,6 +972,11 @@ module Google
972
972
  class GoogleFirebaseAppdistroV1alphaGoalAction
973
973
  include Google::Apis::Core::Hashable
974
974
 
975
+ # Output only. The type of caching used to determine the action.
976
+ # Corresponds to the JSON property `cachingType`
977
+ # @return [String]
978
+ attr_accessor :caching_type
979
+
975
980
  # Information to help the customer understand why the agent took this action.
976
981
  # Corresponds to the JSON property `debugInfo`
977
982
  # @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo]
@@ -1004,6 +1009,7 @@ module Google
1004
1009
 
1005
1010
  # Update properties of this object
1006
1011
  def update!(**args)
1012
+ @caching_type = args[:caching_type] if args.key?(:caching_type)
1007
1013
  @debug_info = args[:debug_info] if args.key?(:debug_info)
1008
1014
  @device_action = args[:device_action] if args.key?(:device_action)
1009
1015
  @explanation = args[:explanation] if args.key?(:explanation)
@@ -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.18.0"
19
+ GEM_VERSION = "0.20.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 = "20250912"
25
+ REVISION = "20250925"
26
26
  end
27
27
  end
28
28
  end
@@ -628,6 +628,7 @@ module Google
628
628
  class GoogleFirebaseAppdistroV1alphaGoalAction
629
629
  # @private
630
630
  class Representation < Google::Apis::Core::JsonRepresentation
631
+ property :caching_type, as: 'cachingType'
631
632
  property :debug_info, as: 'debugInfo', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo::Representation
632
633
 
633
634
  property :device_action, as: 'deviceAction', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceAction, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceAction::Representation
@@ -724,6 +724,9 @@ module Google
724
724
  # Identifier. The name of the test case resource. Format: `projects/`
725
725
  # project_number`/apps/`app_id`/testCases/`test_case_id``
726
726
  # @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase] google_firebase_appdistro_v1alpha_test_case_object
727
+ # @param [Boolean] allow_missing
728
+ # Optional. If set to true, and the test case is not found, a new test case will
729
+ # be created.
727
730
  # @param [String] fields
728
731
  # Selector specifying which fields to include in a partial response.
729
732
  # @param [String] quota_user
@@ -741,13 +744,14 @@ module Google
741
744
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
742
745
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
743
746
  # @raise [Google::Apis::AuthorizationError] Authorization is required
744
- def patch_project_app_test_case(name, google_firebase_appdistro_v1alpha_test_case_object = nil, fields: nil, quota_user: nil, options: nil, &block)
747
+ 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)
745
748
  command = make_simple_command(:patch, 'v1alpha/{+name}', options)
746
749
  command.request_representation = Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase::Representation
747
750
  command.request_object = google_firebase_appdistro_v1alpha_test_case_object
748
751
  command.response_representation = Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase::Representation
749
752
  command.response_class = Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase
750
753
  command.params['name'] = name unless name.nil?
754
+ command.query['allowMissing'] = allow_missing unless allow_missing.nil?
751
755
  command.query['fields'] = fields unless fields.nil?
752
756
  command.query['quotaUser'] = quota_user unless quota_user.nil?
753
757
  execute_or_queue_command(command, &block)
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.18.0
4
+ version: 0.20.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.18.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1alpha/v0.20.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: