Skip to content

Commit dd8ae7e

Browse files
feat: Automated regeneration of firebaseappdistribution v1alpha client (#24805)
Auto-created at 2025-11-02 09:47:54 +0000 using the toys pull request generator.
1 parent 4f5778d commit dd8ae7e

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
@@ -254867,6 +254867,7 @@
254867254867
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaDeviceExecution/appCrash": app_crash
254868254868
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaDeviceExecution/crawlGraphUri": crawl_graph_uri
254869254869
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaDeviceExecution/device": device
254870+
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaDeviceExecution/executionType": execution_type
254870254871
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaDeviceExecution/failedReason": failed_reason
254871254872
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaDeviceExecution/inconclusiveReason": inconclusive_reason
254872254873
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaDeviceExecution/resultsStoragePath": results_storage_path

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.23.0 (2025-11-02)
4+
5+
* Regenerated from discovery document revision 20251030
6+
37
### v0.22.0 (2025-10-26)
48

59
* Regenerated from discovery document revision 20251022

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
@@ -660,6 +660,11 @@ class GoogleFirebaseAppdistroV1alphaDeviceExecution
660660
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestDevice]
661661
attr_accessor :device
662662

663+
# Output only. The type of execution for the test.
664+
# Corresponds to the JSON property `executionType`
665+
# @return [String]
666+
attr_accessor :execution_type
667+
663668
# Output only. The reason why the test failed.
664669
# Corresponds to the JSON property `failedReason`
665670
# @return [String]
@@ -713,6 +718,7 @@ def update!(**args)
713718
@app_crash = args[:app_crash] if args.key?(:app_crash)
714719
@crawl_graph_uri = args[:crawl_graph_uri] if args.key?(:crawl_graph_uri)
715720
@device = args[:device] if args.key?(:device)
721+
@execution_type = args[:execution_type] if args.key?(:execution_type)
716722
@failed_reason = args[:failed_reason] if args.key?(:failed_reason)
717723
@inconclusive_reason = args[:inconclusive_reason] if args.key?(:inconclusive_reason)
718724
@results_storage_path = args[:results_storage_path] if args.key?(:results_storage_path)

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.22.0"
19+
GEM_VERSION = "0.23.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 = "20251022"
25+
REVISION = "20251030"
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
@@ -564,6 +564,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
564564
property :crawl_graph_uri, as: 'crawlGraphUri'
565565
property :device, as: 'device', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestDevice, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestDevice::Representation
566566

567+
property :execution_type, as: 'executionType'
567568
property :failed_reason, as: 'failedReason'
568569
property :inconclusive_reason, as: 'inconclusiveReason'
569570
property :results_storage_path, as: 'resultsStoragePath'

0 commit comments

Comments
 (0)