google-apis-firebaseappdistribution_v1alpha 0.19.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: b2c7a37e9eb175a6b3deba5f848789c1d0168032f8293294e921ff6c15728665
4
- data.tar.gz: f9a45ae060ddc596707cfb3508d28640a708dc43c32363ecabfffd2ae40c3013
3
+ metadata.gz: 605eb7a2492478fbbb5e3a9eaf19169e5a6d69c7de6a86a2175951e24ae73367
4
+ data.tar.gz: 66d1f3824360cc6a6316b6e17da6c0d66e8ecaa3d49ab3bcf57591eaeefa6913
5
5
  SHA512:
6
- metadata.gz: 68108300c7637240a04759ce3521b299fcfde686227c180366ba01d117811c0beef9c416cef3428774c8c86483b88b9eaf6d808ee10066aa4cf73913dcddad54
7
- data.tar.gz: 7ed17add7944f21157503b413ac1ad101bcd6889f46bdaa9d3c23ab4edc9c584efb484f5769f168026929e48757fd4010971fe051dedbcd75154db55652f950f
6
+ metadata.gz: a626e9df8a8b020ea12ca7ec53d893297ac67d78a5eddf33a52b4e083511a0b7f3c8cb7cbdb33e936b4aea6bf052a1d89e9b1289c8bb1c33579bb59d0332b4ef
7
+ data.tar.gz: debfaf7d47fc1ad8fddb1834be6986ee2191ef1de84fe93b787a29337fe92b6bc4045019191644443fe9abee13056ec57e562746c18c0648e3c7b07985e47d9e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.19.0 (2025-09-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20250916
@@ -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.19.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 = "20250916"
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
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.19.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.19.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: