Skip to content

Commit 2e6aa9f

Browse files
feat: Automated regeneration of firebaseappdistribution v1alpha client (#24439)
Auto-created at 2025-09-28 10:28:36 +0000 using the toys pull request generator.
1 parent 2348757 commit 2e6aa9f

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249505,6 +249505,7 @@
249505249505
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaGetUploadStatusResponse/release": release
249506249506
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaGetUploadStatusResponse/status": status
249507249507
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaGoalAction": google_firebase_appdistro_v1alpha_goal_action
249508+
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaGoalAction/cachingType": caching_type
249508249509
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaGoalAction/debugInfo": debug_info
249509249510
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaGoalAction/deviceAction": device_action
249510249511
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaGoalAction/explanation": explanation

generated/google-apis-firebaseappdistribution_v1alpha/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-firebaseappdistribution_v1alpha
22

3+
### v0.20.0 (2025-09-28)
4+
5+
* Regenerated from discovery document revision 20250925
6+
37
### v0.19.0 (2025-09-21)
48

59
* Regenerated from discovery document revision 20250916

generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/classes.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -972,6 +972,11 @@ def update!(**args)
972972
class GoogleFirebaseAppdistroV1alphaGoalAction
973973
include Google::Apis::Core::Hashable
974974

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+
975980
# Information to help the customer understand why the agent took this action.
976981
# Corresponds to the JSON property `debugInfo`
977982
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo]
@@ -1004,6 +1009,7 @@ def initialize(**args)
10041009

10051010
# Update properties of this object
10061011
def update!(**args)
1012+
@caching_type = args[:caching_type] if args.key?(:caching_type)
10071013
@debug_info = args[:debug_info] if args.key?(:debug_info)
10081014
@device_action = args[:device_action] if args.key?(:device_action)
10091015
@explanation = args[:explanation] if args.key?(:explanation)

generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module FirebaseappdistributionV1alpha
1818
# Version of the google-apis-firebaseappdistribution_v1alpha gem
19-
GEM_VERSION = "0.19.0"
19+
GEM_VERSION = "0.20.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250916"
25+
REVISION = "20250925"
2626
end
2727
end
2828
end

generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
628628
class GoogleFirebaseAppdistroV1alphaGoalAction
629629
# @private
630630
class Representation < Google::Apis::Core::JsonRepresentation
631+
property :caching_type, as: 'cachingType'
631632
property :debug_info, as: 'debugInfo', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo::Representation
632633

633634
property :device_action, as: 'deviceAction', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceAction, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceAction::Representation

0 commit comments

Comments
 (0)