From d9dda0ac07d46c3c7997fe405ada3e3dd56c81ff Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sun, 2 Nov 2025 09:47:54 +0000 Subject: [PATCH] feat: Automated regeneration of firebaseappdistribution v1alpha client --- api_names_out.yaml | 1 + .../CHANGELOG.md | 4 ++++ .../google/apis/firebaseappdistribution_v1alpha/classes.rb | 6 ++++++ .../apis/firebaseappdistribution_v1alpha/gem_version.rb | 4 ++-- .../apis/firebaseappdistribution_v1alpha/representations.rb | 1 + 5 files changed, 14 insertions(+), 2 deletions(-) diff --git a/api_names_out.yaml b/api_names_out.yaml index aaa6bc0c3d0..37ee18baa36 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -254567,6 +254567,7 @@ "/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaDeviceExecution/appCrash": app_crash "/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaDeviceExecution/crawlGraphUri": crawl_graph_uri "/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaDeviceExecution/device": device +"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaDeviceExecution/executionType": execution_type "/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaDeviceExecution/failedReason": failed_reason "/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaDeviceExecution/inconclusiveReason": inconclusive_reason "/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaDeviceExecution/resultsStoragePath": results_storage_path diff --git a/generated/google-apis-firebaseappdistribution_v1alpha/CHANGELOG.md b/generated/google-apis-firebaseappdistribution_v1alpha/CHANGELOG.md index 0c50ccfea41..c68f9c0d610 100644 --- a/generated/google-apis-firebaseappdistribution_v1alpha/CHANGELOG.md +++ b/generated/google-apis-firebaseappdistribution_v1alpha/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-firebaseappdistribution_v1alpha +### v0.23.0 (2025-11-02) + +* Regenerated from discovery document revision 20251030 + ### v0.22.0 (2025-10-26) * Regenerated from discovery document revision 20251022 diff --git a/generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/classes.rb b/generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/classes.rb index 15f86dd938a..164154d8522 100644 --- a/generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/classes.rb +++ b/generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/classes.rb @@ -660,6 +660,11 @@ class GoogleFirebaseAppdistroV1alphaDeviceExecution # @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestDevice] attr_accessor :device + # Output only. The type of execution for the test. + # Corresponds to the JSON property `executionType` + # @return [String] + attr_accessor :execution_type + # Output only. The reason why the test failed. # Corresponds to the JSON property `failedReason` # @return [String] @@ -713,6 +718,7 @@ def update!(**args) @app_crash = args[:app_crash] if args.key?(:app_crash) @crawl_graph_uri = args[:crawl_graph_uri] if args.key?(:crawl_graph_uri) @device = args[:device] if args.key?(:device) + @execution_type = args[:execution_type] if args.key?(:execution_type) @failed_reason = args[:failed_reason] if args.key?(:failed_reason) @inconclusive_reason = args[:inconclusive_reason] if args.key?(:inconclusive_reason) @results_storage_path = args[:results_storage_path] if args.key?(:results_storage_path) diff --git a/generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/gem_version.rb b/generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/gem_version.rb index 4e65a305007..14af64f068a 100644 --- a/generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/gem_version.rb +++ b/generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module FirebaseappdistributionV1alpha # Version of the google-apis-firebaseappdistribution_v1alpha gem - GEM_VERSION = "0.22.0" + GEM_VERSION = "0.23.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.18.0" # Revision of the discovery document this client was generated from - REVISION = "20251022" + REVISION = "20251030" end end end diff --git a/generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/representations.rb b/generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/representations.rb index 34f294b2313..ddb0e53e73a 100644 --- a/generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/representations.rb +++ b/generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/representations.rb @@ -564,6 +564,7 @@ class Representation < Google::Apis::Core::JsonRepresentation property :crawl_graph_uri, as: 'crawlGraphUri' property :device, as: 'device', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestDevice, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestDevice::Representation + property :execution_type, as: 'executionType' property :failed_reason, as: 'failedReason' property :inconclusive_reason, as: 'inconclusiveReason' property :results_storage_path, as: 'resultsStoragePath'